Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Drop tempfiles from database Oracle
  • Nice notes on wait events Oracle
  • Building Our Own Namespaces with “Create Context” Oracle
  • db_status.sql Oracle
  • How to analyze statspack or AWR report. Oracle
  • Find_table_size.sql Oracle
  • AWR settings- MMON is not taking snapshot. Oracle
  • Rman Notes -1 Oracle
  • Metalink Note: Note:250655.1 : ADDM Basics USING THE AUTOMATIC DATABASE DIAGNOSTIC MONITOR Oracle
  • create PLAN_TABLE command. Oracle
  • Oracle 10g Installation/Applying Patches Tips Oracle
  • Gathering statistics with DBMS_STATS Oracle
  • How to set Processes Parameter Oracle
  • Oracle GoldenGate lag monitoring shell script Linux/Unix
  • Good Oracle Architecture In Short and point to point Oracle

create database syntax

Posted on 02-Aug-2005 By Admin No Comments on create database syntax

create database PARESH

CONTROLFILE REUSE

MAXLOGFILES 50

MAXLOGMEMBERS 5

MAXDATAFILES 1000

MAXINSTANCES 1

MAXLOGHISTORY 1357

LOGFILE

GROUP 1 (

‘/db1/oradata/800PARESH/redo01a.log’,

‘/db2/oradata/800PARESH/redo01b.log’

) SIZE 25M REUSE,

GROUP 2 (

‘/db1/oradata/800PARESH/redo02a.log’,

‘/db2/oradata/800PARESH/redo02b.log’

) SIZE 25M REUSE,

GROUP 3 (

‘/db1/oradata/800PARESH/redo03a.log’,

‘/db2/oradata/800PARESH/redo03b.log’

) SIZE 25M REUSE

DATAFILE

‘/db3/oradata/800PARESH/system01.dbf’ size 200M reuse;

Oracle, SQL scripts

Post navigation

Previous Post: findobj.sql
Next Post: v$backup.status information

Related Posts

  • ORA-4031 issue and solution on 09-MAY-2008 Oracle
  • Locally Managed Tablespace and Dictionary managed tablespace (LMT-DMT) Oracle
  • This is from Temi Oracle
  • executing Function from SQLPLUS prompt Oracle
  • TABLE SIZING WITH DB_BLOCK ARCHITECTURE Reference : Metalink note : 10640.1 Oracle
  • How to start CRS manually Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (395)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026
  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Nice notes on wait events Oracle
  • Unix split command to split files Linux/Unix
  • cache buffer chain latch Oracle
  • sess1.sql Oracle
  • Wait Based Tuning Step by step with SQL statement Oracle
  • MYSQL and Oracle Comparison for Oracle DBA MYSQL
  • Sequence Resetting Oracle
  • How to calculate PROCESSES parameter Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme