How to Extract CREATE DATABASE for 10g?

I've seen utilities that will re-create the full 'CREATE DATABASE' syntax for a 8i or 9i database. I'd like to do the same thing for 10g that understands the features of 10g like SYSAUX and other new features. I looked at DBMS_METADATA but it doesn't really cover the CREATE DATABASE syntax.
Has any seen a routine to extract CREATE DATABASE syntax for a 10g database?
-Crispin

Hi,
have you tried by using dbca?
Create a new template from existing db..
Acr

Similar Messages

  • How to create database in 10g xe

    How to create database in 10g xe? could you please direct me to which documentation in 10g xe website? is it possible to create the db from the web console? if so, how? I can't seem to find a way to do it? Thanks

    You cannot: there can only be one XE database per host and it's created when you install Oracle XE.

  • How can i Create Database Link

    Dear Expert,
    I have two servers on that there are two databases then
    how can i create database link.

    CREATE [SHARED][PUBLIC] DATABASE LINK link_name
    [CONNECT TO user IDENTIFIED BY password]
    [AUTHENTICATED BY user IDENTIFIED BY password]
    [USING 'connect_string']

  • How do I create motion for still photos/pictures. I'd like to pan/scan & zoom. Please help!

    How do I create motion for still photos/pictures. I'd like to pan/scan & zoom. Please help!

    You kind of answered your own question..
    Check out Motion in the FX Control Window and learn how keyframing works..

  • How do I create folders for variuos apps i.e health, news etc.

    How do I create folders for variuos apps i.e health, news, sports etc.

    Tap and hold down on an app con until it begins to "wiggle", then drag one app icon on top of another app icon to create the folder. Move as many apps as you like into that folder. When you are done, tap the home button and the apps will stop wiggling.
    You can also name the folder whatever you want to in the white text field that will pop up when the folder is created.

  • How do I create subtypes for infotype 0015

    hi Gurus
    kindly guide
    How do I create subtypes for infotype 0015
    regards

    For example, I want to create a subtype "Additional Monthly Payamentt" of infotype 0015.
    subtype of an infotype
    infotype 0015
    under this I want to create a subtype of it
    hope it'll help now

  • How to extract error message for each output type.

    Hi All,
    Need your advice on the problem that I have.
    Expected Solution:
    1. Create an extra column for displaying header output error message from VF02 into a report program.
    Steps that i have did:
    1. Go to transaction VF02.
    2. Enter a billing document number.
    3. Hit enter. Click "Goto" > Header> Output
    4. Click on the status that is red colour. Click on "processing log".
    5. Press "F1" on the red colour message type. (Found out that it is a structure).
    Need your advice on the question that I have:
    1) How do we know that which "not successfully" process output type belong to which error message class?

    Hi Brad Bohn,
    Thanks for your advice. I am so sorry about that. Thanks so much for your advice. And i have follow your advices and steps given by you. Appreciate it very much.
    But for this issue about how to extract message for each output type. I have follow your steps by using SE30 to trace VF03 and I managed to found out that they are using this function module "WFMC_PROTOCOL_SHOW". Need your advice on this, how do we know each different output type with different error message is pulled from?
    From my further research and in depth debugging into this function module, i  manage to find this global internal table "PROTO_TAB" which stores all the text messages for each output.  How does this internal table is populated?
    Thanks in advance.
    Regards
    Shawn

  • Problem while Creating Database in 10g

    Its very urgent.. Please Help..!!
    After installing 10g (Standard Edition) on Windows 2000 Server, I started creating database through Database Configuration Assistant.
    Instead of Oracle Home path, different path is specified for Database files.
    In 'Step 11 of 12' of the 'Database Configuration Assistant' I specified the 4 new table spaces to create with respective memory sizes.
    In 'Step 12' I selected 'Create a Database' and clicked 'Finish' button.
    After 7% of the Database creation progress bar, it is giving the following error:
    "ORA: 01092 ORACLE instance terminated. Disconnection forced"
    And asking for Abort..
    What could be the problem. Is it problem with installation or any other services to be started.
    After 10g installation I restarted my system.
    If required I'll provide some more information.
    Its very urgent...
    Thanks & Regards

    hi satish,
    this is not the right forum for database questions. please use the following (database) forums:
    http://forums.oracle.com/forums/index.jsp?cat=18
    regards,
    christian

  • Cannot create database on 10g

    Hi,
    I get this error when I try to create the database on 10g
    Total System Global Area  239075328 bytes
    Fixed Size                  2005472 bytes
    Variable Size             184550944 bytes
    Database Buffers           50331648 bytes
    Redo Buffers                2187264 bytes
    CREATE DATABASE V10
    ERROR at line 1:
    ORA-25146: EXTENT MANAGEMENT option already specified
    CREATE TABLESPACE ind
    ERROR at line 1:
    ORA-01109: database not open
    CREATE TABLESPACE tools
    ERROR at line 1:This is the script used to create the database.
    CREATE DATABASE $ORACLE_SID
    MAXLOGFILES 10
    MAXDATAFILES 30
    MAXINSTANCES 2
    DATAFILE '$ORACLE_DATA/$ORACLE_SID/SYSTEM01.DBF' SIZE 200 M REUSE AUTOEXTEND ON
    EXTENT MANAGEMENT LOCAL
    SYSAUX DATAFILE '$ORACLE_DATA/$ORACLE_SID/SYSAUX01.DBF' SIZE 200M REUSE AUTOEXTEND ON
    EXTENT MANAGEMENT LOCAL
    LOGFILE
    GROUP 1 ('$ORACLE_DATA/$ORACLE_SID/$ORACLE_SID_01A.LOG','$ORACLE_DATA/$ORACLE_SID/$ORACLE_SID_01B
    .LOG')
       SIZE 50 M REUSE  ,
    GROUP 2 ('$ORACLE_DATA/$ORACLE_SID/$ORACLE_SID_02A.LOG','$ORACLE_DATA/$ORACLE_SID/$ORACLE_SID_02B
    .LOG')
       SIZE 50 M REUSE  ,
    GROUP 3 ('$ORACLE_DATA/$ORACLE_SID/$ORACLE_SID_03A.LOG', '$ORACLE_DATA/$ORACLE_SID/$ORACLE_SID_03
    B.LOG')
       SIZE 50 M REUSE
    DEFAULT TEMPORARY TABLESPACE TEMP
       TEMPFILE '$ORACLE_DATA/$ORACLE_SID/TEMP01.DBF' SIZE 300 M REUSE
       EXTENT MANAGEMENT LOCAL UNIFORM SIZE 256K
    UNDO TABLESPACE UNDOTBS
       DATAFILE  '$ORACLE_DATA/$ORACLE_SID/UNDOTBS01.DBF' SIZE 750 M REUSE,
                 '$ORACLE_DATA/$ORACLE_SID/UNDOTBS02.DBF' SIZE 750 M REUSE,
                 '$ORACLE_DATA/$ORACLE_SID/UNDOTBS03.DBF' SIZE 750 M REUSE,
                 '$ORACLE_DATA/$ORACLE_SID/UNDOTBS04.DBF' SIZE 750 M REUSE
    ;Any idea where the error is?
    thanks

    hi,
    We're using this script to create database on 9i, but without the SYSAUX tablespace. ( It's working fine on 9i )
    I added the following 2 lines for 10g database creation( SYSAUX )
    SYSAUX DATAFILE '$ORACLE_DATA/$ORACLE_SID/SYSAUX01.DBF' SIZE 200M REUSE AUTOEXTEND ON
    EXTENT MANAGEMENT LOCALIf I remove EXTENT MANAGEMENT LOCAL from the above 2 lines, I then get this error
    CREATE DATABASE MV10
    ERROR at line 1:
    ORA-30014: operation only supported in Automatic Undo Management modeThanks

  • How to monitor various databases using 10g OEM

    I have Oracle 9i and Oracle 10g Databases. How can I configure Oracle 10g OEM to monitor all these databases. In Oracle 9i OEM it was easy. But I didn't find the method to add it in 10g OEM? Can we access the 10g OEM only through browser?
    Regards

    If you are installing Database and you choose to use Database Control, it is a different thing from Grid Control. Database Control comes with its one agent which is different from Grid Control's management agent.
    If you install a database on different host and you do not have Grid control, you can use the database control for that database for that host. If you have grid control, then you can install the Management Agent separately on that new host to manage the new database as a Grid Control target.

  • Trying to create Database on 10g

    i am trying to create a database on 10g ( first time using it), i have installed and want to start working on it.
    Can any one suggest me to create database and what will be my home directory and database directory
    the command to create database what i am using is c:\>oradim -new -sid db2 -intpwd oracle -starmode a -pfile c:\oracle\product.......?
    C:\ORACLE\PRODUCT
    └───10.1.0
    ├───admin
    │ └───orcl
    │ ├───bdump
    │ ├───cdump
    │ ├───create
    │ ├───pfile
    │ └───udump
    ├───db_1
    │ ├───admin
    │ │ └───sample
    │ │ ├───arch
    │ │ ├───bdump
    │ │ ├───create
    │ │ ├───pfile
    │ │ └───udump
    │ ├───assistants
    │ │ ├───dbca
    │ │ │ ├───doc
    │ │ │ │ └───help
    │ │ │ │ └───images
    │ │ │ ├───jlib
    │ │ │ ├───logs
    │ │ │ └───templates
    │ │ ├───dbma
    │ │ │ ├───doc
    │ │ │ │ └───help
    │ │ │ └───jlib
    │ │ └───jlib
    │ ├───BIN
    │ ├───cdata
    │ │ └───localhost
    can any one suggest me for creating 1)database 2)were is home and database directories 3)were to store parameter file. please=P

    The first argument in the ORA-600 is the OERR number. Unfortunately for you (unless you have a support contract),
    Error:  ORA 2806  Text:   could not get background process to hold enqueue 
    Cause:  This is an internal error that is not usually issued. Action: Contact customer support. Cheers, APC

  • How to add multiple databases for a single frontend

    We have a project based on distributed databases and we have to workout on .Net framework.I want to know some information of connecting multiple databases for a single frontend and how can we access them.
    If so we have connected 2 databases for a single frontend in future if I want add one more database to it how it will be possible to do it without disturbing the current connectivity.
    Please help me in resolving this problem.
    Thanks......

    hi,
    what do you mean by connecting 2 databases? can you explain further?
    using entityframework you can connect to different databases
    public class CustomerContext : DbContext
    public ReportContext()
    : base("DefaultConnection")
    public DbSet<Customers> Customers { get; set; }
    and your connectionstring (config file)
    <connectionStrings>
    <add name="DefaultConnection" connectionString="Data Source=(LocalDB)\v11.0;AttachDbFilename=D:\\Database\Project.mdf;Integrated Security=True" providerName="System.Data.SqlClient" />
    </connectionStrings>
    you can add more connection strings on it.
    https://msdn.microsoft.com/en-us/library/vstudio/cc716756(v=vs.100).aspx
    https://msdn.microsoft.com/en-us/library/ms254978(v=vs.110).aspx
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • How do I create titles for albums in Photo app?

    When someone sends me photos in an email and I download them to my ipad2 they automatically appear in the native Photo App. When I tap Album they are grouped together with the title “Camera Roll” whatever that means. My question is: How to I change the title “Camera Roll” to a title of my choosing? I know how to do this in iPhoto on my MacBook Pro where most of my photos are grouped in “events” but have no idea how to do this on my ipad. Thanks in advance for any suggestions.

    Photos that are emailed to you and saved to your iPad are automatically saved to the Camera Roll. You can not title the photos or albums on the iPad without using a third party app. The photo captioning ability is not built into the iOS. You can search the apps store but one app that I know of is called Photo-Sort for iPad. You can also organize and create folders for your photos with this app.
    Message was edited by: Demo

  • How to connect to database for all the reports FR

    Hi,
    I have developed 100 reports in production client, for testing purpose I have moved to
    test client. How can I connect to database for all the reports at a time?
    Regards
    Taruni

    Hi Taruni,
    You can connect to the database connection for all the reports through workspace in HFM.
    Connect to HFM Workspace-->click on Explore option-->and click on Tools-->click on Data Base Connection Manager and change the respective connections from Production Instance to Test Instance with required information, and than you will be able to connect to Test database for all the reports at a time.
    Regards,
    Srikanth

  • Creating DATABASE in 10g installed in 64 bit windows 7

    hi please some buddy help me to create database in oracle 10g
    I have installed 10g in win7 64 bit.It is working properly but configuration assistant is not being installed thats why i am unable to create database.

    925013 wrote:
    hi please some buddy help me to create database in oracle 10g
    I have installed 10g in win7 64 bit.It is working properly but configuration assistant is not being installed thats why i am unable to create database.You can't install 10g on Win 7.
    Workaround is to use VMware configuration of WinXP or Win Vista
    or
    try oracle 11g version

Maybe you are looking for

  • Constant Your Set Top Box Has No Data Connectivi​ty/Poor DVR Performanc​e

    For the past few months I have been dealing with very poor performance out of my multi room DVR. Often in the middle of watching shows, the DVR will just disconnect and look for the hub which means rebooting the cable box and a constant stream of, "y

  • Is it possible to disable the 'edit layout' link on the record detail page

    Is it possible to disable the 'edit layout' link on the record detail page? Not the homepages, I know there is a switch for that, but I thought there was one for the detail pages? I want to disable this as I dont want users saving their own layouts,

  • Keynote 3 and fullscreen QT on a PC

    Hi guys and gals, I am new to this forum but would love to know what i need to do with this: I have just bought 1Works 06 and need to get a presentation on a PC from Keynote to include all the swish stuff like ransitions and builds. I can export to Q

  • Place Custom Program on Home Computer

    I have a Java custom program, created by me. I wanted to put this program on my computer. I copy the file and put it in the "C" drive on the folder "program files". I then copy .exe file into the desktop so I can use it as a shortcut. The problem is

  • JOptionPane.showMessageDialog auto closed by itself

    Hi guys, I"m facing a very weird issue. Our application is written in Swing and we encounter that the JOptionPane is automatically closed. <code> logger.debug( "Showing message dialog" ); JOptionPane.showMessageDialog( this, "Some message" ); logger.