Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • TRUNCATE table and disabling referential constraints. Oracle
  • Standby Database Behavior when a Datafile is Resized on the Primary Database Note:123883.1 Oracle
  • set_env_dba Linux/Unix
  • DETERMINING WHICH INSTANCE OWNS WHICH SHARED MEMORY & SEMAPHORE SEGMENTS Oracle
  • Oracle Internal Good Websites 1 Oracle
  • How To Transfer Passwords Between Databases (ref note: 199582.1) Oracle
  • Privilege to describe the table. Oracle
  • sbind.sql Find Bind variable from sql_id sqlid Oracle
  • Free conference number from http://www.freeconference.com Oracle
  • Rename Tablespace Oracle
  • plan10g.sql good Oracle
  • Oracle Identifiers Oracle
  • Specify the Rollback segment to use in Transaction Oracle
  • Find Stale DR Physical Standby Oracle
  • Giving Grant on v$DATABASE 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

  • Rename Oracle Instance Name Oracle
  • Jai Shree Ram Oracle
  • Restoring a user’s original password 1051962.101 Oracle
  • How to specify 2 arch location to avoid any kind of DB hanging. Oracle
  • lck.sql Oracle
  • Finding locked objects 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 (392)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • MYSQL and Oracle Comparison for Oracle DBA24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Guide to Linux System Command Mastery Linux/Unix
  • Creating never expiring DB user accounts in Oracle Oracle
  • How to collect CPU usage on Linux using Shell script Linux/Unix
  • RMAN : Consistent Backup, Restore and Recovery using RMAN Oracle
  • get_vmstat.ksh Linux/Unix
  • Disbaling DBA_SCHEDULER_JOBS Oracle
  • Passing from Unix to PLSQL using bind variables Linux/Unix
  • How to check current redo log progress redo_progress.sql Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme