Errors and Queries regarding manually create database in oracle 9i

Create database manually with following steps:
1) Create SID
C:\> set ORACLE_SID=mynewdb
2)Create suitable database directories within oracle directory.
Create folders udump,cdump,bdump within C:\oracle\admin\mynewdb\
3)Create PFILE
4)Create a password file using:
C:\> orapwd file=C:\oracle\ora90\database\PWDmynewdb.ora password=oracle
5)Create an instance of database
C:\> oradim -new -sid mynewdb
6)Start sqlplus:
C:\> sqlplus\nolog
7)connect / as sysdba
8)startup nomount
9)Run CREATE DATABASE script
'Database Created' prompt display on screen.
11) Run two scripts i.e. catalog.sql and catproc.sql
Following are errors and queries related to database creation. :
Errors+_
Following error occur when start database:
Total System Global Area 336359616 bytes
Fixed Size 282816 bytes
Variable Size 234881024 bytes
Database Buffers 100663296 bytes
Redo Buffers 532480 bytes
Database mounted.
ORA-01092: ORACLE instance terminated. Disconnection forced
For start database I give following command, but it gives me same error:
STARTUP OPEN PFILE='c:\ORACLE\ORA90\DATABASE\initmynewdb.ora'
or
STARTUP FORCE OPEN PFILE='c:\ORACLE\ORA90\DATABASE\initmynewdb.ora'
or
STARTUP OPEN
or
STARTUP FORCE OPEN
Queries_
*1)There are one databases in my machine name "orcl"*
when I give commands
C:\> connect / as sysdba
C:\> startup nomount
When I run "connect / as sysdba", in this which database instance connect?
how the oracle will know to start mynewdb database instance in nomount? although I am not create database.
*2) Step "startup nomount". In this, which database started in nomount?*
*3) There is no reference for PFILE in CREATE DATABASE script. How the oracle will know which is the PFILE for database mynewdb?*
*4) I create password file, how the oracle will know password file for which database (in this case mynewdb database)? How to map password file with particular database?*
Thanks and Regards,
Sachin

Hi,
not any thing new from the already given answer. But, i hope this examples gives more clarity.
Answers below:
1) ORACLE_SID is the answer
2) see the output below.
SQL> startup nomount
ORACLE instance started.
Total System Global Area 61785680 bytes
Fixed Size 730704 bytes
Variable Size 58720256 bytes
Database Buffers 2048000 bytes
Redo Buffers 286720 bytes
SQL> select instance_name from v$instance;
INSTANCE_NAME
mytestdB
SQL>
SQL> show parameter db_name
NAME TYPE
VALUE
db_name string
mytestdB
3) Check environment variables for ORACLE_HOME variable will let you know the location of the PFILE. By default it will be ORACLE_HOME/database (windows), ORACLE_HOME/dbs (LINUX/UNIX).
SET command will help you or use widows options.
In some other cases, the PFILE contains the link to it with IFILE value left in PFILE which should show the location.
4) Check environment variables for ORACLE_HOME variable will let you know the location of the password file. By default it will be expected in ORACLE_HOME/database (windows), ORACLE_HOME/dbs (LINUX/UNIX).
Regrds,
Vasu.

Similar Messages

  • Creating database in oracle 8.0.6

    Hi
    I hv installed oracle 8.0.6 on a machine having HP Unix U 9000
    Now i have to create a new database on the same machine. i have read about oracle enterprise manager and database manager. but i tried "oemapp console" command but it is not working.
    can anybody please help me with the steps involved in creating database in oracle 8.0.6.
    thanks
    sidhu

    Hi,
    I'm not sure, but maybe you need run the command ./orainst /c
    and choice Install, Upgrade or De-install software
    or choice Install new product-Create DB objects
    Cheers

  • Viewing Manually created Database from EM in 10G

    Hi All
    I have manually created one database in oracle 10g using following script:-->
    create database bally
    user sys identified by oracle
    user system identified by oracle
    logfile group 1 ('D:\oracle\product\10.1.0\oradata\bally\redo01.log') size 10M,
    group 2 ('D:\oracle\product\10.1.0\oradata\bally\redo02.log') size 10M,
    group 3 ('D:\oracle\product\10.1.0\oradata\bally\redo03.log') size 10M
    character set WE8ISO8859P1
    datafile 'D:\oracle\product\10.1.0\oradata\bally\system01.dbf'
    size 100M
    autoextend off
    extent management local
    sysaux datafile 'D:\oracle\product\10.1.0\oradata\bally\sysaux01.dbf'
    size 200M
    autoextend off
    undo tablespace undotbs1
    datafile 'D:\oracle\product\10.1.0\oradata\bally\undotbs01.dbf'
    size 50M
    default temporary tablespace temp
    tempfile 'D:\oracle\product\10.1.0\oradata\bally\temp01.dbf'
    size 50M
    archivelog;
    After that i run post scripts to create data dictionary views.
    Then I created the Listener for the created Database.
    Everythig is running fine including the listener and database but
    How can i view the database from Web Enterprise Manager.
    Kindly Guide
    Regards
    Bally

    You have to create the Enterprise Manager Repository first. You can use DBCA (Database Configuration Assistant) or EMCA (Enterprise Manager Configuration Assistant) for that. Then you can start EM by
    http://<hostname>:<port>/em
    See http://download-uk.oracle.com/docs/cd/B19306_01/em.102/b16242/structure.htm#CACDGDJA and http://download-uk.oracle.com/docs/cd/B19306_01/em.102/b16242/structure.htm#sthref75

  • SAP BPC installation - Errors during setup in the create database step

    Hi! I have a real big problem installing SAP BPC. It's a Microsoft multi-server installation.
    I've got two servers: 1) the database server with the SQL Database and Analysis Server 2) the application server with all the rest.
    I log on and I installed everything on the servers with a specific domain user: this user is administrator on both servers and even on SQL Server.
    My problem occours when I execute the "SAP BPC setup" on the application server: during the "create database" step I receive two errors:
    first error pop-up:
    Error ([SQL-DMO]This cache contains no result sets, or the current result set contains no rows.)
    second error pop-up:
    System.Data.SqlClient.SqlException: Cannot open database "ApShell" requested by the login. The login failed. Login failed for user MyDomain\MyUser
    After the SAP BPC setup:
    - in the SQL Database Engine the ApShell database was created
    - nothing for ApShell was created in Analysis Sever
    - in the Even Viewer of the database server I've got this error: Login failed for user 'MyDomain\MyUser'.
    It's very strange because if from the application server, using "SQL Server Management Studio" (always with 'MyDomain\MyUser'), I connect to the database server: I can login, create and delete databases on the SQL Database Engine and even on Analysis Server without any sort of problem.
    To complete my status, I can say you Analysis Sever is on the default port. I use SQL Server 2005 and I even tryed to reinstall it and SAP BPC but nothing change. 
    At this point I checked these two topics on this forum:
    Mulit-Server Install - Installation fails while creating AppServer Database
    Problem during BPC installation
    1) At first I tryied this solution:
    Into multiserver installation guide is specified that actually in case of multiserver environment you have to copy apshell.db9 file from installation kit into db server. Into a drive from where SQL server is able to read when you are doing restore with Management Studio.
    During the installation you have to go into advance options and to specified the path (local path from db server where you did the copy of apshell.db9).
    but nothing change: the "SAP BPC setup" problem I have still persists.
    2) Then I tryed this workaround:
    If so, you can try a "restore appset" from server manager. Rename the Apshell.db9 file (or copy it) and name it Apshell.bak
    During server manager restore, point only to the Apshell.bak file. Server Manager will tell you that webfolders and filedb files are missing, but it found the webfolders and filedb (again, only if the original bpc installation successfully created those folders)- and then it will try to restore Apshell.
    That may work in spite of whatever problem is keeping the installation program from performing the same tasks.
    but the "restore database" fails > I've got the error written in red: OLAP database - fail
    What can I do to solve the problem? If it is necessary, I can reinstall SQL Server and SAP BPC but I need to know the way to solve the setup error.
    Thanx very much in advance for your kindness if you can help me.

    Thanx very much to everyone for the kind support. Unfortunatly, my problem persists.
    - SQL server is EE.
    - I installed SQL server (including SSAS) using MyDomain\MyUser.
    - MyDomain\MyUser is windows administrator on both servers.
    - MyDomain\MyUser is SQL Server and SSAS administrator.
    - SSAS service is running under the same service account than the SQL Service. 
    - All my MSSQL services runs as Local System.
    - I'm installing SAP BPC using MyDomain\MyUser.
    - I also checked the SSAS service account specific rights to the SSAS data folders.
    SAP BPC installation still fails exactly as above (popup errors during SAP BPC setup, no ApShell etc. etc).
    In the database server, windows event viewer errors after the unsuccessful installation are:
    1) SOURCE: MSSQLSERVER
    Failure Audit: Login failed for user MyDomain\MyUser
    2) SOURCE: MSSQLSERVER
    BackupDiskFile::OpenMedia: Backup device 'MyPath' failed to open. Operating system error 5(Access is denied.).
    As regard as point 1: The Failure Audit error into the event viewer happens only during SAP BPC installation. Otherwise it is always Success Audit.
    Also, as I told you, if from the application server I connect with SQL Server console to SSAS, located on the database server, using MyDomain\MyUser: I can create delete SSAS dbs without any sort of problem.
    For point 2:
    I tried 4 differents SAP BPC installations as follows:
    - to go into advance options and to specified the path (local path from db server where I did the copy of apshell.db9).
    - to go into advance options and to specified the path (local path from application server where is the copy of apshell.db9).
    - to go into advance options and to specified the path (network path of a share folder with apshell.db9 and permissions to everyone)
    - to don't go into advance options and to don't specify the path.
    but every time nothing change: the "SAP BPC setup" problem I have during my initial post still persists. In the same way I written at the beginning of the topic.
    I don't know how to solve it.
    Edited by: Francesco Andolfi on Jan 5, 2011 6:37 PM

  • Manual Create Database

    Hi,
    I have a vm centos 5 on my pc. I'm currently testing on creating a database by just using the plain "create database" command base on Tom's book. But when I try to execute it I get a ORA-01092. Here's what the alert log contains:
    Errors in file /u01/app/oracle/product/10.2.0/db10g/rdbms/log/ora10g_ora_6389.trc:
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 1740
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04031: unable to allocate 4108 bytes of shared memory ("shared pool","insert into ts$ (ts#,nThe trace file contains:
    ===============================
    End 4031 Diagnostic Information
    ===============================
    Warning: out of shared memory loading library cache object [handle=253c8238]
    insert into ts$ (ts#,name,online$,contents$,undofile#,undoblock#,blocksize, dflmaxext,dflinit,df
    lincr,dflextpct,dflminext,dflminlen,inc#,owner#,scnwrp,scnbas,pitrscnwrp,pitrscnbas,dflogging, a
    ffstrength,bitmapped,plugged,directallowed,flags,spare1,spare2) values (:1,:2,:3,:4,:5,:6,:7,:8,
    :9,:10,:11,:12,:13,1,:14,:15,:16,:17,:18,:19,0,:20,:21,1,:22,:23,:24)
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04031: unable to allocate 4108 bytes of shared memory ("shared pool","insert into ts$ (ts#,n
    ame,on...","Typecheck","seg:kggfaAllocSeg")
    Offending statement at line 1740
    create table bootstrap$
    ( line#         number not null,                       /* statement order id */
      obj#          number not null,                            /* object number */
      sql_text      varchar2(4000) not null)                    /* statement */
      storage (initial 50K)            /* to avoid space management during IOR I */
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 1740
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04031: unable to allocate 4108 bytes of shared memory ("shared pool","insert into ts$ (ts#,n
    ame,on...","Typecheck","seg:kggfaAllocSeg")I get the hint that its a memory problem. I'm not yet knowledgeable in this part, but looking into some notes I've check this parameters:
    SQL> startup nomount;
    ORACLE instance started.
    Total System Global Area  113246208 bytes
    Fixed Size                  1218004 bytes
    Variable Size              58722860 bytes
    Database Buffers           50331648 bytes
    Redo Buffers                2973696 bytes
    SQL> show parameter sga
    NAME                                 TYPE        VALUE
    lock_sga                             boolean     FALSE
    pre_page_sga                         boolean     FALSE
    sga_max_size                         big integer 108M
    sga_target                           big integer 0
    SQL> show parameter pool
    NAME                                 TYPE        VALUE
    buffer_pool_keep                     string
    buffer_pool_recycle                  string
    global_context_pool_size             string
    java_pool_size                       big integer 24M
    large_pool_size                      big integer 0
    olap_page_pool_size                  big integer 0
    shared_pool_reserved_size            big integer 1677721
    shared_pool_size                     big integer 32M
    streams_pool_size                    big integer 0
    SQL> I tried doing some resizing:
    SQL> alter system set shared_pool_size=128M
      2  /
    alter system set shared_pool_size=128M
    ERROR at line 1:
    ORA-02097: parameter cannot be modified because specified value is invalid
    ORA-04033: Insufficient memory to grow poolThis vm has a 700M+ memory allocated. Could someone give me some hints as to how to solve this problem? I get all this erros when I execute the "create database" from sqlplus after the startup nomount command. Thank you very much.
    Regards,
    Rhani

    SQL> startup nomount;
    ORACLE instance started.
    Total System Global Area  113246208 bytes
    Fixed Size                  1218004 bytes
    Variable Size              58722860 bytes
    Database Buffers           50331648 bytes
    Redo Buffers                2973696 bytes
    SQL> show parameter sga_target;
    NAME                                 TYPE        VALUE
    sga_target                           big integer 0
    SQL> create spfile from pfile;
    File created.
    SQL> shutdown;
    ORA-01507: database not mounted
    ORACLE instance shut down.
    SQL> startup nomount;
    ORACLE instance started.
    Total System Global Area  113246208 bytes
    Fixed Size                  1218004 bytes
    Variable Size              58722860 bytes
    Database Buffers           50331648 bytes
    Redo Buffers                2973696 bytes
    SQL> alter system set sga_max_size=512M scope=spfile;
    System altered.
    SQL> shutdown;
    ORA-01507: database not mounted
    ORACLE instance shut down.
    SQL> startup nomount;
    ORACLE instance started.
    Total System Global Area  536870912 bytes
    Fixed Size                  1220460 bytes
    Variable Size             482345108 bytes
    Database Buffers           50331648 bytes
    Redo Buffers                2973696 bytes
    SQL> show parameter sga_max_size;
    NAME                                 TYPE        VALUE
    sga_max_size                         big integer 512M
    SQL> alter system set sga_target=500M;
    System altered.
    SQL> create database;
    Database created.
    SQL> Thank you very much!

  • Problem faced while creating database in oracle 10g

    SQL> get C:\Oracle_Docs\ex\dbcreation_script\DBCREATIONSCRIPT
    1 create database db_test
    2 logfile group 1 ('C:\oracle\product\10.1.0\oradata\orcl\testdb\REDO01.rdo','C:\oracle\product\10.1.0\oradata\orcl\testdb\REDO02.rdo') size 100 m,
    3 group 2 ('C:\oracle\product\10.1.0\oradata\orcl\testdb\REDO03.rdo','C:\oracle\product\10.1.0\oradata\orcl\testdb\REDO04.rdo') size 100 m
    4 datafile 'C:\oracle\product\10.1.0\oradata\orcl\testdb\system01.dbf' size 32m
    5 SYSAUX DATAFILE 'C:\oracle\product\10.1.0\oradata\orcl\testdb\SYSAUX.DBF' SIZE 325M
    6 undo tablespace testundotbs
    7 datafile 'C:\oracle\product\10.1.0\oradata\orcl\testdb\undo01.dbf' size 40 m
    8 default temporary tablespace test_temptbls
    9 tempfile 'C:\oracledb\testdb\tempo1.dbf' size 40 m
    10 character set WE8MSWIN1252
    11* national character set AL16UTF16
    12 /
    create database db_test
    ERROR at line 1:
    ORA-01501: CREATE DATABASE failed
    ORA-01504: database name 'DB_TEST' does not match parameter db_name 'orcl'
    create spfile = 'C:\oracle\product\10.1.0\db_1\database\spfiledb_test.ora' from pfile = 'C:\oracle\product\10.1.0\admin\orcl\pfile\init.ora'
    ERROR at line 1:
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file
    'C:\ORACLE\PRODUCT\10.1.0\ADMIN\ORCL\PFILE\INIT.ORA'
    Message was edited by:
    user525645

    i have the init file which contains my database name.i have tries asking one sir regarding this. he checked out my problem but couldnt get the solution.he told he'll check it out and tell...he 's telling ther is 25% chance in installation problem.
    my init.ora file
    # Copyright (c) 1991, 2001, 2002 by Oracle Corporation
    # Cache and I/O
    db_block_size=8192
    db_cache_size=25165824
    db_file_multiblock_read_count=16
    # Cursors and Library Cache
    open_cursors=300
    # Database Identification
    db_domain=""
    db_name=db_test
    # Diagnostics and Statistics
    background_dump_dest=C:\oracle\product\10.1.0\admin\orcl\bdump
    core_dump_dest=C:\oracle\product\10.1.0\admin\orcl\cdump
    user_dump_dest=C:\oracle\product\10.1.0\admin\orcl\udump
    # File Configuration
    control_files=("C:\oracle\product\10.1.0\oradata\orcl\testdb\control01.ctl", "C:\oracle\product\10.1.0\oradata\orcl\testdb\control02.ctl", "C:\oracle\product\10.1.0\oradata\orcl\testdb\control03.ctl")
    db_recovery_file_dest=C:\oracle\product\10.1.0\flash_recovery_area
    db_recovery_file_dest_size=2147483648
    # Job Queues
    job_queue_processes=10
    # Miscellaneous
    compatible=10.1.0.2.0
    # Pools
    java_pool_size=50331648
    large_pool_size=8388608
    shared_pool_size=83886080
    # Processes and Sessions
    processes=150
    # Security and Auditing
    remote_login_passwordfile=EXCLUSIVE
    # Shared Server
    dispatchers="(PROTOCOL=TCP) (SERVICE=orclXDB)"
    # Sort, Hash Joins, Bitmap Indexes
    pga_aggregate_target=25165824
    sort_area_size=65536
    # System Managed Undo and Rollback Segments
    undo_management=AUTO
    undo_tablespace=UNDOTBS1
    Message was edited by:
    user525645

  • Error while running catproc.sql during database upgradation Oracle 8.1.7.4

    Hi,
    We are in the process of upgrading the database from Oracle version 8.1.7.0 to 8.1.7.4
    For that we are applying the patch no. 2376472
    As per the patch we have run catproc.sql script.
    On running the script we are getting below mentioned errors,
    BEGIN
    ERROR at line 1:
    ORA-24001: cannot create QUEUE_TABLE, SYSTEM.DEF$_AQERROR already exists
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 2049
    ORA-06512: at "SYS.DBMS_AQADM", line 55
    ORA-06512: at line 2
    BEGIN
    ERROR at line 1:
    ORA-24006: cannot create QUEUE, SYSTEM.DEF$_AQERROR already exists
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 2346
    ORA-06512: at "SYS.DBMS_AQADM", line 114
    ORA-06512: at line 2
    PL/SQL procedure successfully completed.
    The above error has been generated while creating the Queue and Queue_Table.
    Where i have done mistake ?
    Kindly provide guidance.
    With Regards

    Ignore these errors
    http://www.cs.uvm.edu/oracle9doc/server.901/a90191/migmumsg.htm#72864

  • Error while migrate my primavera sql database to oracle database

    I have used the migrate batch file to migrate my old database "Primavera V 6.0 SQL" to new database "Primavera V 8.2 Oracle"
    the process in my labtop is OK
    but in my PC the process hanged on "Creat remaining database objects (e.g. constraints and indexes) " Step
    with this error
    "Error in Run SQL Script orppm_ins_aux.sql: DatabaseToolException (ORA-02298: cannot validate (ADMUSER.FK_RSRCRATE_RSRC) - Perant keys not found ) "
    any help fixing this error

    user11108903 wrote:
    Hi,
    I used the migration tool to migrate a Primavera 6.2 SQL database to Oracle 11G DB. The migration tool runned successfully and I am able to login to the database using P6.2 client with no problem; however when attemptiong to update the license on the now Oracle database using the privuser account I get the following error "License could not be loaded because of error: List index out of bounds (247). Please make sure that you are using a privileged database login" the error comes up before I can browse to the location of licesne.txt file. Same procedure on a "native" Oracle P6.2 database works perfectly with no problem. Has any one run into this problem before? any help will be appreciated.
    Best Reagrds,I have not seen that specifically but it appears that not all of the grants were correctly applied.
    I would suggest running the schema validation tool which can be found on the knowledgebase as Solution ID: prim75459 as this will tell you what is missing/invalid.
    Once you know that, you can pull the neccesary grants from the create scripts located in the cd1\install\database\scripts folder.

  • Cannot create database in oracle 9i

    i want to create a database manually in oracle 9i.I have sysdba privileges but when i use create databse command ------>>>>
    CREATE DATABASE mynewdb
    USER SYS IDENTIFIED BY pz6r58
    USER SYSTEM IDENTIFIED BY y1tz5p
    LOGFILE GROUP 1 ('c:/oracle/oradata/mynewdb/redo01.log') SIZE 100M,
    GROUP 2 ('c:/oracle/oradata/mynewdb/redo02.log') SIZE 100M,
    GROUP 3 ('c:/oracle/oradata/mynewdb/redo03.log') SIZE 100M
    MAXLOGFILES 5
    MAXLOGMEMBERS 5
    MAXLOGHISTORY 1
    MAXDATAFILES 100
    MAXINSTANCES 1
    CHARACTER SET US7ASCII
    NATIONAL CHARACTER SET AL16UTF16
    DATAFILE 'c:/oracle/oradata/mynewdb/system01.dbf' SIZE 325M REUSE
    EXTENT MANAGEMENT LOCAL
    DEFAULT TEMPORARY TABLESPACE tempts1
    DATAFILE 'c:/oracle/oradata/mynewdb/temp01.dbf'
    SIZE 20M REUSE
    UNDO TABLESPACE undotbs
    DATAFILE 'c:/oracle/oradata/mynewdb/undotbs01.dbf'
    SIZE 200M REUSE AUTOEXTEND ON NEXT 5120K MAXSIZE UNLIMITED
    i am getting a error message ::--->>>
    SQL> /
    DATAFILE 'c:/oracle/oradata/mynewdb/temp01.dbf'
    ERROR at line 17:
    ORA-25139: invalid option for CREATE TEMPORARY TABLESPACE
    please tell me how can i remove this error.

    so your sql would be...
    CREATE DATABASE mynewdb
    USER SYS IDENTIFIED BY pz6r58
    USER SYSTEM IDENTIFIED BY y1tz5p
    LOGFILE GROUP 1 ('c:/oracle/oradata/mynewdb/redo01.log') SIZE 100M,
    GROUP 2 ('c:/oracle/oradata/mynewdb/redo02.log') SIZE 100M,
    GROUP 3 ('c:/oracle/oradata/mynewdb/redo03.log') SIZE 100M
    MAXLOGFILES 5
    MAXLOGMEMBERS 5
    MAXLOGHISTORY 1
    MAXDATAFILES 100
    MAXINSTANCES 1
    CHARACTER SET US7ASCII
    NATIONAL CHARACTER SET AL16UTF16
    DATAFILE 'c:/oracle/oradata/mynewdb/system01.dbf' SIZE 325M REUSE
    EXTENT MANAGEMENT LOCAL
    DEFAULT TEMPORARY TABLESPACE tempts1
    TEMPFILE 'c:/oracle/oradata/mynewdb/temp01.dbf'
    SIZE 20M REUSE
    UNDO TABLESPACE undotbs
    DATAFILE 'c:/oracle/oradata/mynewdb/undotbs01.dbf'
    SIZE 200M REUSE AUTOEXTEND ON NEXT 5120K MAXSIZE UNLIMITED

  • How To register The manually Created Database into DBCA

    hi guys .. !! -:)
    using test linux 4 with the vmware , manually i create RAC database , the database is working proper , i planned to delete the RAC database through DBCA , but when i issued $dbca !!! the database can not be see from DBCA to delete it or to manage it
    so i don't know is there is any configuration file belong to DBCA to detect the existing database or there is
    command to register the database into DBCA
    note:-
    i added the instance name into the /etc/oratab
    but it's not working
    also i tried to use this command
    $dbca -silent -adddb database_name also this command is not work perfectly
    so really i don't know what is the step i have to follow to let the DBCA detect my existing database
    with my regard
    Edited by: user12122471 on Oct 28, 2009 2:19 AM

    user12122471 wrote:
    hello guys ,,,, i am waiting ????? >>>This is a forum. It is not chat. It is not instant message. No one is paid or obligated to sit around and monitor this forum. No one is paid to respond to anything posted here. Maybe the only guy with an answer lives 12 time zones away from you . . . .

  • Error when creating database after oracle 8.1.6 is installed.

    Hi,
    I used Redhat 6.1 and installed Oracle 8.1.6. I think the oracle software is installed successfully. However, when I attempted to create the database by Database Configuration Assistant, I got an error message when I click on 'start' button.
    The message is ORA-01031: insufficient privileges and ORA-01012: not logged.
    How can I solve the problem to create my first database?
    Thanks a lot.
    Regards,
    Tony

    Make sure svrmgrl still works.
    To startup a database, you must login as oracle, and oracle must also be a member of the dba group.
    Also, make sure you set the following environment variables: $ORACLE_HOME, $ORACLE_SID.
    Good Luck!
    null

  • Pls help me error in creating DATABASE in ORACLE 8I

    I used Redhat 6.1 and installed Oracle 8.1.5.2 I think the oracle software is installed successfully. However, when I attempted to create the database by Database Configuration Assistant, I got an error message when I click on 'start' button.
    privileges and ORA-01012: not logged.
    How can I solve the problem to create my first database?,i m using the oracle account only and i have given all permissons to him
    Thanks a lot.
    Regards,
    chandru

    More info on my homepage, including "not logged in" and creating DB without using dbassist:
    http://homepages.tig.com.au/~jmsalvo/linux/oracle8i.html

  • Error Creating Database on Oracle 10g Release 2

    I'm having a problem creating a second database on 10g release 2 on Windows server 2003.
    I have created an initialization parameter file on %Oracle_Home%\database\initDB2.ora
    However, whenever I try to run sql command to create a database with the same name as the db_name parameter in the initialization parameter, it gives an error database name 'DB2' does nto matchthe parameter db_name = dbase
    dbase is the first database that was created automatically when I installed Oracle.
    Any solutions? Why is the server not using the parameter file I have created? Why does it seem to use the initialization parameter file that belongs to the first database?
    Cheers

    'startup nomount' with 'pfile=...initDB2.ora' clause? In this case Oracle chooses a server parameter file (spfile) by default and I still assume ORACLE_SID is set to your first database. So automatically spfile from the first database is used. You should try:
    set ORACLE_SID=DB2
    (now in sqlplus) startup nomount pfile=%ORACLE_HOME$\database\initDB2.ora
    Werner

  • Creating database on oracle lite v 4.0.0.2.0

    I have created a new database and created a user through oracle navigator. When i m trying to logon to that user from Sql Plus , It gives me following error
    oca-30017 error logging on to non-oracle database
    It logs on to user "system" without any problem.
    Thanks
    Raji
    null

    Thanks For Replying.
    When i create the user via navigator, I don't have any option to change the previlages or roles.Properties of that user just show general. I granted ddl,admin permission through sql Plus still the result is same.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Raju:
    Good you have created a new database and also a user via oracle navigator.
    Did u grant all the permissions to that user like:
    connect,session,resources,create table,alter table,select,insert,delete etc.,
    please check it and then try to connect to that database.
    regards
    Raju<HR></BLOCKQUOTE>
    null

  • Create database in oracle 10g

    Hi.
    I have computer with 300Mb memory, and Suse enterprice server 9 on that computer. In specification of o10g I found it need 512Mb.
    This is posible with this amount of memory run database?
    Basicly I don't need nothing big. I want just lern Oracle. Install it (what I did), create small database some small tables, connect to it by sqlplus, and lern.
    During instalation I choose standard instalation.
    When I use dbca and it start create a database then give me error about sharred memory.
    Is any other version of oracle 10, something what don't nead 512Mb memory. That I can use on that computer?
    Thanks for information and sugestion.
    Mariusz

    Did you set the following kernel parameters to these minimum values?
    kernel.shmall = 2097152
    kernel.shmmax = 2147483648
    kernel.shmmni = 4096
    kernel.sem = 250 32000 100 128

Maybe you are looking for

  • Emacs GTK problem

    Hi, recently, emacs has stopped working.  I can run it with a command line interface with the -rw switch and it works fine.  However, the graphical version does not work.  It just hangs at the command line and to exit I have to do Ctrl-Z and then kil

  • BI 7.0 is  along with ECC ?

    Hi friends, I need to know some informartion regarding BI 7.0 If we order ECC version cds then can we get BI 7.0 along with it or do we need to order ECC and BI separately. what abour CRM ? is it is with ECC ? Thanks Tony

  • Annoying Pop Up!!!!

    I tryed to trash the old seti@home application. (If your not familer with seti@home it crunched data when your screen saver kicked in and sent it to U.C. Berkley when the batch was complete.) Searched on Spotlight and trashed anything seti. One of th

  • Adding Wireless Routers

    I have been using a WCG200 modem/router on a home network for some time with no problems.  I'm trying to add a WRT54G router  to the network, so I can add a printer to the network.  So far i cannot make this work.  Does anybody have any experience wi

  • MacBook and iSight crashes

    I recently purchased a MacBook with built in iSight. Whenever I start an iChat video call on the MacBook, 1/2 second into the call iSight crashes. I have tried different AIM and .Mac accounts. I have an existing Mac Mini with external iSight that wor