Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Key Management in Oracle: The Core Issue: Missing Master Key Oracle
  • Removing Ctrl-M from end of line using vi Linux/Unix
  • Test Case for Inserting Multiple (2.3 Million rows in 26 Seconds) Oracle
  • How to analyze statspack or AWR report. Oracle
  • send attachment from unix-shell script Linux/Unix
  • Find average Row Length and other table size calculation. metalink notes Oracle
  • V$transaction notes for finding XID composition. Oracle
  • T-SQL Vs PL/SQL Syntax SQL Server
  • Database logon trigger issue Oracle
  • Read CSV File using Python Python/PySpark
  • Move WordPress site from one hosting service to other. PHP/MYSQL/Wordpress
  • Rename Tablespace Oracle
  • Running select from V$ views from remote server Linux/Unix
  • Oracle Internal Good Websites 1 Oracle
  • fdisk -l explaination about Primary-Logical-Extended Partitions Linux/Unix

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

  • pvm_rbs1.sql (to collect rbs info from db) Oracle
  • Oracle Material from OTN Oracle
  • alter database backup controlfile to trace Oracle
  • Export Oracle data and Compress at same time Oracle
  • Query to Generate aggregate on every 30 mins. 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 (403)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (350)
  • SQL Server (6)
  • Uncategorized (5)
  • Videos (0)

Recent Posts

  • Key Management in Oracle: The Core Issue: Missing Master Key12-May-2026
  • SAT Mathematics 10 questions and answer at the end.30-Apr-2026
  • top 10 AI news today30-Apr-2026
  • runon_allpdbs_show_conname.sh23-Apr-2026
  • runon_allcdbs_find_pdbs.sql23-Apr-2026
  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026
  • find_pdbs.sql08-Apr-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Library cahe Latches and internal explaination Oracle
  • Adding Datafile on Primary Server and Impact on Standby Server Oracle
  • Load SPM baseline from AWR Oracle
  • SQL Server: How to see current transactions or requests SQL Server
  • GSQ.sql Oracle
  • proc.sql Oracle
  • How to know Number of CPUs on Sun Box Linux/Unix
  • oracle 10g on linux Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme