Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • eplan.sql Oracle
  • DBMS_JOB all example Oracle
  • Oracle Standby Database Library Index from Metalink Oracle
  • login.sql Oracle
  • sql_doing_fts.sql Oracle
  • currwait.sql Oracle
  • CPU speed on solaris Linux/Unix
  • Does DBMS_JOB recompute the NEXT_DATE interval after or before Oracle
  • Running some SQL on multiple databases connecting using monitoring userid and password Linux/Unix
  • v$event_name Oracle
  • Logic to chech # of parameters command line parameters Linux/Unix
  • Drop tempfiles from database Oracle
  • Kernel Parameter setting explaination for Processes Parameter Linux/Unix
  • Oracle 10g Wait Model Oracle
  • SQLPLUS COPY command Precautions. 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

  • configUOCIOTTO.ora Oracle
  • create PLAN_TABLE command. Oracle
  • Facts about SCN and Rollback Segment Oracle
  • TRUNCATE Privs Oracle
  • Jai Shree Ram Oracle
  • sql_doing_fts.sql Oracle

Leave a Reply Cancel reply

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

Categories

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

Recent Posts

  • 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
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • sess_server.sql Oracle
  • Another export with Query Oracle
  • ORACLE_SID in sqlplus Oracle
  • Kernel Parameters for Solaris Linux/Unix
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle
  • Passing from Unix to PLSQL using bind variables Linux/Unix
  • get_vmstat_solaris Oracle
  • Zip and unzip with tar Linux/Unix

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme