creation of the database

Hello

database: oracle 11g
OS: Linux

How to create the database manually? which method is suggestable to the creation of the database (creation of dbca/manual)?

Thank you
Mike.

How to create the database manually?

example script:

CREATE DATABASE mynewdb
The USER SYS IDENTIFIED BY sys_password
The USER IDENTIFIED BY system_password SYSTEM
LOGFILE GROUP 1 ('/ u01/app/oracle/oradata/mynewdb/redo01.log') SIZE in the 100M.
GROUP 2 ('/ u01/app/oracle/oradata/mynewdb/redo02.log') SIZE in the 100M.
GROUP 3 ('/ u01/app/oracle/oradata/mynewdb/redo03.log') SIZE 100 M
MAXLOGFILES 5
MAXLOGMEMBERS 5
MAXLOGHISTORY 1
MAXDATAFILES 100
CHARACTER SET US7ASCII
NATIONAL CHARACTER SET AL16UTF16
LOCAL MANAGEMENT MEASURE
DATAFILE ' / u01/app/oracle/oradata/mynewdb/system01.dbf' SIZE 325 M REUSE
SYSAUX DATAFILE ' / u01/app/oracle/oradata/mynewdb/sysaux01.dbf' SIZE 325 M REUSE
DEFAULT TABLESPACE users
DATAFILE ' / u01/app/oracle/oradata/mynewdb/users01.dbf'
SIZE 500M REUSE AUTOEXTEND ON MAXSIZE UNLIMITED
TEMPORARY TABLESPACE tempts1 default
TEMPFILE ' / u01/app/oracle/oradata/mynewdb/temp01.dbf'
RE-USE OF SIZE 20 M
UNDO TABLESPACE undotbs
DATAFILE ' / u01/app/oracle/oradata/mynewdb/undotbs01.dbf'
SIZE 200M REUSE AUTOEXTEND ON MAXSIZE UNLIMITED;

which method is suggestable to the creation of the database (creation of dbca/manual)?

Manual creation is the best.
If you have no problems of GUI (DBCA) is an easy method.

see below link for more information.
http://docs.Oracle.com/CD/B28359_01/server.111/b28310/create003.htm

Published by: KR10822864 on April 17, 2013 05:53

Tags: Database

Similar Questions

  • Creation of the database - need help

    Hi all

    I am new to the creation of the database. We have a project starting early next month.

    The application acts as an interface to multiple users. A user will have access to its together authorized data.
    So, he/she can/don't should not access the data of other users. This is the scenario with all other users.

    We hope that we will have the large amount of data specific to each user. We have identified some ways to do this:

    1. create separate schemas for each user.
    2. create a unique layout and have a main table that will have all the details of the user. On this basis, the data will be created in the tables.
    3. do you have a unique layout and create partitions partitions/sup in the tables for each user.

    We have identified the above, with a minimum exposure of creation/maintenance of database. So, we do not know who would be the ideal way

    Can you please suggest the best thing to do here.

    Thanks in advance.

    If the data structure is exactly the same for all these users and the number of users is high, a better way is to its virtual private database. With DPV, you have a transaction data, but each user will have access to its own lines only.

    http://www.Oracle.com/technetwork/database/security/index-088277.html

    It is more extensible than the solutions you provided and are very transparent after the initial installation.

  • Involved in the creation of the database in PeopleSoft FSCM

    Hi all


    I am creating the peoplesoft FSCM 9.2.I for database have followed the steps outlined in the document to install oracle (peopleTools version 8.54). I had the problem when I try to connect like application designer "EBU Invalid ID and password for sign. I can able to connect using Data Mover SYSADM/SYSADM.

    I have run the grant.sql query too. Please tell how to solve these errors. I created the db twice, but no luck, I got the same problem.

    I doubt that there is any some Userid for FSCM (Say VP1),because I have procedure step by step the document they say for user ID FSCM is VP1. But in dbowner.sql it look like as follows

    DBOwner.SQL

    ------------------

    set echo on

    coil dbowner.log

    GRANT DBA TO PS IDENTIFIED BY PS;

    CONNECTION PS/PS;

    CREATE TABLE PSDBOWNER (DBNAME VARCHAR2 (8) NOT NULL, OWNERID VARCHAR2 (8) NOT NULL) TABLESPACE PSDEFAULT;

    CREATE A UNIQUE PS_PSDBOWNER ON PSDBOWNER (DBNAME) INDEX TABLESPACE PSDEFAULT;

    CREATE THE PSDBOWNER FOR PSDBOWNER PUBLIC SYNONYM;

    System/CONNECTION Manager;

    REVOKE DBA OF THE PS;

    ALTER USER QUOTA UNLIMITED ON PSDEFAULT PS;

    spool off

    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    "Please tell me if I need to change the" 'PS " as"VP1 "in file above. ? If it's like me please where are all the place, I have to change "PS" as "VP1. And when during the installation of the database as asking for Application Server ID Application Server and Password.Please tell what I want to give "PS" or "VP1"? Untitled.png

    Please help resolve this error. Sorry if I misunderstood any procedure.

    I think you need some basic knowledge of first before going any further in the installation.

    SYSADM is the owner of the user Oracle Peoplesoft objects (tables, views,...), you can connect to SGD but will be "bootstrap" mode only. It cannot be used for AppDesigner connection.

    PS is a locked user account Oracle hosting only arrays of connection security. It cannot be used for any connection of DMS or AppDesigner application.

    VP1 is a user of the application. It cannot be used for Oracle, only DMS/AppDesigner connection. If you turn on all counts with the default password of the screenshot that you has shown, it should be able to connect to the application.

    Server application ID is used to manage the application server, defined in the configuration file of the application server.

    Sorry to move, but you really must go through the documentation official http://docs.oracle.com/cd/E55418_01/psft/html/docset.html

    In particular: http://docs.oracle.com/cd/E55418_01/psft/acrobat/Getting_Started_on_PeopleSoft_Installation_072014.pdf and http://docs.oracle.com/cd/E55418_01/psft/acrobat/PeopleTools_8.54_Installation_for_Oracle_072014.pdf

    I also explained something like several years there on my blog and always topical: on the road to Peoplesoft: on the road to Peoplesoft: creation of the Peoplesoft database

    Nicolas.

  • Creation of the database crashed

    Hello

    I try to install RAC with 2 OEL 5.8 knots.

    GI 11.2.0 is installed
    The installation of the database crashed in the dbca Wizard.

    When I tried to restart, I got:
    PRCD-1121: Speciffied RAC RAC Server Pool hosts one
    managed by administrator configuration for RAC databases

    Thanks for your help

    Hello

    that means srvctl config database shows? you did not indicate at what stage database creation failed / crashed.

    Check the alert.log to exact status and above the exit command to see why his complaining.

    Thank you
    Krishan

  • on the creation of the database in Peoplesoft.

    Hello..

    I'm trying to create the database using scripts provided by peoplesoft HRMS9.
    FYI, I did install Tuxedo 9.1, 9.2, of webserver PeopleTools8.49 and HRMS 9. I use Oracle 11 g 1 material on Oracle Enterprise Linux 5.3

    Well, I read on Annex B to Enterprise PeopleTools 8.49 Installation for Oracle and some Web sites.
    I modified createdb10.sql, utlspace.sql. I ran these scripts and the database has been created.

    Well, when I ran dbowner.sql I got an error. I run as the owner of oracle and login in as sysdba.

    SQL > CONNECT PS/PS;
    Access to the PRODUCT_USER_PROFILE error
    WARNING: Product user profile information has not loaded!
    You may need to run PUPBLD. SQL as SYSTEM
    Connected.

    so I ran PUPBLD. SQL first. And then I run dbowner.sql. But the error still occurred. I read of this http://psst0101.wordpress.com/2009/01/21/step-by-step-virtual-ps-install-database-creation/

    Any suggestions please, because I read in http://gasparotto.blogspot.com/ he ran not pupbld.sql but managed.

    Anyone has same experience... ??

    What is the default tablespace of the PS?
    Please do the following and post the result:

    select * from dba_users where username='PS';
    

    Anyway, do not worry, the create session privilege is revoked in p.
    Finally, you can try to run this script (PUPBLD. SQL) in the SYSTEM, not as a SYS.

    Nicolas.

  • Creation of the database for the HRMS 8.9 and 8.49 PT on SQL Server 2005

    Hello
    I have a problem when running database for HRMS 8.9 Wizard and 8.49 PT on SQL Server 2005. The wizard create the database, create and complete all tables but when trying to create the last display of the script produces this error

    Create view EO_MSGOWNRID_VW
    SQL mode: error 2: 16102
    End: Monday May 10 14:00:06 2009
    Unsuccessful end

    I reinstall HRMS database and run the wizard several times with the same result. I also install Service pack 3 to sql 2005 bu nothing...
    No idea what could be the problem?
    Thanks for the help
    Fernando

    user10990985 wrote:
    Hello
    I have a problem when running database for HRMS 8.9 Wizard and 8.49 PT on SQL Server 2005. The wizard create the database, create and complete all tables but when trying to create the last display of the script produces this error

    Create view EO_MSGOWNRID_VW
    SQL mode: error 2: 16102
    End: Monday May 10 14:00:06 2009
    Unsuccessful end

    The mistake is not on EO_MSGOWNRID_VW, but this point of view is the last of the build. You need to check the load log file and search for the string "SQL error" or something similar that indicate which view is currently in an error state. After your exit, two views creation failed.

    Nicolas.

  • DBUA always necessary when installing the game patches before the creation of the database?

    Hello!

    I'm actually reinstall my tesserver from scratch. Of course finally system shoul be completely corrected. As performer DBUA really is the boring part of the application of the fix, I wonder if I have to run DBUA at all, if I do all the patches before you create the database. As much I know it shouldn't be necessary, right?

    My plan is to do the following

    -Install 10.2.0.1
    -Install Patch 10.2 .0.4
    -Install processors
    -Create the database
    (-> performance DBUA is not necessary)

    I'm wrong or what I need to use DBUA anyway? BTW: the database will be a "new database" (not recreated from a template).

    (I think that databases in the models are just restored databases and should be corrected in any case, after the creation).

    Best regrards,
    Marcus

    DBUA is used to upgrade the databases after you patched. Since you will create a new database after you apply the hotfix, you don't need to update.

  • Percentage of the LMS in the creation of the database

    Hello
    Currently, I have installed the Oracle 11 g (11.2.0.1.0) database on Solaris, when you specify the storage and the location of the database files has been selected the type of file system and type of storage: use the locations of model database of default values EMS appears at a rate of 40% with the database of the wizard. In this way, I had memory problems, that's why I lower the percentage of 20% SGA. My question is: is this correct number assigned to the database SGA?

    Thank you

    My question is: is this correct number assigned to the database SGA?

    As a new database, so you can not predict the performance soon, initially, you can alloate SGA according to available 25 to 40% of the RAM RAM. Subsequently therefore we increase the SGA.

    * Tips for sizing the SGA on UNIX [ID 1012819.6] *.

  • Error in the creation of the database of hot RMAN backup

    Hello

    I created the database at the time of the installation of Oracle software. Name AAA
    Now I took hot RMAN backup of database and after the fall of database.

    Now I want to restore the database again, but I am facing a problem.

    as: if I want to connect RMAN, $rman target / it gives error

    Recovery Manager: Release 10.2.0.1.0 - Production on Tue may 24 15:29:17 2011

    Copyright (c) 1982, 2005, Oracle. All rights reserved.

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of the package manager internal collection failed
    RMAN-04005: target database error:
    ORA-12560: TNS:protocol adapter error

    Please help to get me out of this problem.


    Regs,
    Brij

    See this topic and say if this can help

    http://forums.Oracle.com/forums/thread.jspa?threadID=2190328&TSTART=90

  • Creation of the database by using the command prompt

    Hi all

    When I tried to create the database through comand prompt, up to the stage business nomount , that it went well after that when I published create database command

    The following error occurred

    * ERROR at line 1:
    ORA-01092: ORACLE instance is complete. Disconnection forced *.


    Help, please... I checked the log of alerts and I even google, could not find...

    Kind regards
    VAMSi.

    as mentioned above, changing the size of sysaux and longer system data file will solve the problem.

    also modify the undo tablespace or in name create pfile from your database or database script.

    hope this helps you.

  • Error after the creation of the database

    Hello again,

    Oracle 11.2.0.1 database
    I created a database manually by using the DB_RECOVERY_FILE_DEST and DB_CREATE_FILE_DEST parameters.
    Run catalogue and catproc, attempted to restart the database, and I get in the alert file:

    ORA-00210: could not open the specified control file
    ORA-00202: control file: ' / u01/app/oracle/product/11/db/dbs/cntrlMYDB.dbf'
    ORA-27037: unable to get file status
    SVR4 error: 2: no such file or directory
    Additional information: 3
    ORA - 205 marked during: ALTER DATABASE MOUNT...

    What the heck is cntrl.dbf control file? I don't have the name of the control files, and above all, I wouldn't put one in the dbs directory.

    Thanks for the help!

    The docs say

    http://download.Oracle.com/docs/CD/E11882_01/server.112/e10595/omf003.htm#i1006324

    -----------
    Sybrand Bakker
    Senior Oracle DBA

  • Creation of the database - the size of the SGA

    Hi all

    When I try to create a database using DBCA, my default SGA size: 128. PGA:794. When I click on the next button, I get the following caveat...

    The following settings do not meet the requirements of the minimum recommended size:

    A size of SGA to at least 160 MB is recommended

    Do you want to Setup Wizard to change the setting of the database? I gave ignore, and I changed the size of the SGA at: 160, I received the warning below

    The SGA size cannot be greater than the segment size memory maxmimum shared (1342177728). Refer to the guide to installing oracle for configrue your operating system kernel parameters.

    Please suggest me on the same...

    Thank you
    RIF

    user10737570 wrote:
    My other SGA_MAX_SIZE database is 1 G.

    Now, I am creating the database using DBCA. My default allocated sga size is 128 MB. Recommended size of SGA 160MO. I'm not able to extend the size of the SGA. Please refer my previous post...

    Could you please tell me why my default screen is only showing 128 MB.

    Thank you

    The oracle Installer determines the sga_size bij available calculation free "shared memory".
    It is the setting of the maximum shared memory such as published in the first message less memory used by your first database, less some other stuff shared memory.

    To remedy, you increase the size of memory amount shared in your kernel and reboot the system if necessary.

    If your system is a Redhat Enterprise system, then search the variable called

    kernel.shmmax =

    in /etc/sysctl.conf

    Increase this value, and then save the file (as root)
    Then run/sbin/sysctl Pei to activate the new configuration

  • How to install the suite E-bussiness with on the creation of the database?

    We intend to migrate our single node Tru64 E-bussines costume installation multi node (node DB) IBM - AIX and Sun Solaris (APPL_TOP)

    We follow the step below

    (1) install E-Bussines agree with the Oracle database (Oracle DB only sotware applications file system must be installed) - IBM AIX (DB Node) & Sun Solaris (APPL_TOP)
    (2) to migrate current Oracle DB on IBM AIX Tru64, using the transportable Tablespace method

    He is allowed to follow this approach?

    How to install the Oracle E-bussiness suit with Oracle database? (Only Oracle DB sotware applications file system must be installed)

    Thank you
    John

    John,

    For the migration of the application layer, please see the following note:

    Note: 238276.1 - migration to Linux with the version of Oracle Applications 11i
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=238276.1

    To the database, you need to export/import the database.

    Note: 369693,1 - using Oracle Applications with a layer of database Configuration from Split on Oracle 10 g Release 2
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=369693.1

    Note: 362205.1 - 10 g Release 2 process of Import/Export for Oracle Applications Release 11i
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=362205.1

    Note: 304489,1 - using Oracle Applications with a layer of database Configuration from Split on Oracle 9i Release 2
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=304489.1

    Note: 230627.1 - process Import/Export 9i to Oracle Applications Release 11i
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=230627.1

    (1) install E-Bussines agree with the Oracle database (Oracle DB only sotware applications file system must be installed) - IBM AIX (DB Node) & Sun Solaris (APPL_TOP)
    (2) to migrate current Oracle DB on IBM AIX Tru64, using the transportable Tablespace method
    He is allowed to follow this approach?

    (1) what the patches you applied from the time of installation? Make a new installation will not include these fixes.

    (2) the method supported to migrate an Oracle Apps database between two operating systems which are not compatible to the binary format is to use the import/export. I believe that the transportable Tablespace has some limitations and would not work for these migrations.

    How to install the Oracle E-bussiness suit with Oracle database? (Only Oracle DB sotware applications file system must be installed)

    You must follow the steps described in the above notes. However, to answer your question, please see:

    Installation Guide for Oracle Applications: Quick installation using - chapter 5, the installation of elements of technology stack
    http://download-UK.Oracle.com/docs/CD/B25516_14/current/Acrobat/r115102ins.PDF

  • Creation of the database using DBCA

    Hello

    When I am creating database using DBCA then I get the error
    I use Linux NL2 2.6.18 - 84.el5xen #1 SMP Fri Feb 29 16:42:34 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux.


    [oracle@NL2 ~] $ dbca
    Unsettled DISPLAY.
    Set the DISPLAY environment variable, then run again.

    When

    [oracle@NL2 ~] $ echo $DISPLAY then he gave Virgin...


    I don't know how to set the DISPLAY variable?


    your answer is appericiated.

    Thanks in advance

    Published by: user647572 on Sep 9, 2010 05:58

    Published by: user647572 on Sep 9, 2010 06:02

    Hello

    # export DISPLAY = xx.xx.xx.xx:0.0
    XX - ipaddress

    or simply

    # export DISPLAY =: 0.0

    the above is: zero.zero

    -Pavan Kumar N

    Published by: pounet, Sep 9, 2010 18:42

    Published by: pounet, Sep 9, 2010 18:42

  • Creation of the database user and importing a DMP

    Hi all. I need help on this:
    1. creating a database
    2. create a user on my database created and the existing schema
    3. How do I import my DMP file.

    Any site that will respond to this will do.

    Thanks in advance

    http://docs.Oracle.com
    http://Tahiti.Oracle.com

Maybe you are looking for