Manual database creation on 9i; Windows 2000, SP 2

Hi, I am unable to generate database using generated sripts by Database Configuration Assistant. I also tried to modify them to be similar to those generated in version Oracle 8.0.5. The main problem is I cannot connect through SQLPLUS utility using usename SYS with CHANGE_ON_INSTALL password. I miss user INTERNAL :-). Please, help.
Thanks, Trsik.

Hi, thank you for suggestions. The problem was I didn't have a pwd<SID>.ora file and I had to change REMOTE_LOGIN_PASSWORDFILE to SHARED value in init<SID> file. Then there was no problem with DB creation.
Trsik

Similar Messages

  • Manual Database Creation on win 2000

    Oracle 9i(release 1) database server is installed on win2000 server.
    i want complete detail steps to create database manually ON WIN 2000 SERVER.
    i tried to create database manually but when i runs the
    database creation script it generates an error 'INSTANCE TERMINATED : DISCONNECTION FORCED'
    I AM STUDENT OF FUNDAMENTAL 1 COURSE.
    rohit

    It is good to know the steps to create a database manually. If you run the dbca and choose only to create the scripts you realize the steps. Apart from that if you are studying for Fundamentals I exam and you want to it because you think that content is going to appear. Forget it. In that exam there are not questions related to steps to create a database manually and less in windows.
    To learn to create a database in Unix makes sense really!
    Joel Pérez

  • Oracle 9i manual database creation on the Red Hat 9 Linux

    I installed Oracle 9I on the Red Hat 9 Linux successfully with automatic database creation.
    I tried to create second database manually and everything seemed to be fine until I issued create database statement. I got the following error:
    ERROR at line 1
    ORA-01092: ORACLE instance terminated. Disconnection forced.
    Please help me to solve the problem.
    Thank you,

    Ok I am having the same exact problem and I am typing this into the shell before I run the installer.
    export DISPLAY=yourdesktop:0.0
    I thought that would fix the problem but it still hangs and gives the same message as the other guy gets. How can I solve this problem and get the installer running? I would really appreciate any help. This is the message I get:
    [oracle@localhost linux]$ ./runInstaller
    Initializing Java Virtual Machine from /tmp/OraInstall2003-08-02_10-09-53PM/jre/bin/java. Please wait...
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
    at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
    at sun.awt.X11GraphicsEnvironment.&lt;clinit&gt;(X11GraphicsEnvironment.java:59)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:120)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:58)
    at java.awt.Window.&lt;init&gt;(Window.java:188)
    at java.awt.Frame.&lt;init&gt;(Frame.java:315)
    at java.awt.Frame.&lt;init&gt;(Frame.java:262)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:593)
    [oracle@localhost linux]$

  • Database creation problem on Windows XP

    Hello Readers
    I have installed ORACLE Database Engine on windows XP.
    I am facing problem in database creation.
    I have tryed wizard as well as mannual method.
    in wizard at 90% it gives an error "END-OF-FILE ON COMMUNICATION CHANNEL"
    although CD drive is in CR Rom drive.
    Please help me ....
    Rashid Masood Ashraf
    email: [email protected]

    After going to the properties as you suggested:
    Right now the Obtain an IP address automatically is checked
    I need to check the Use the following IP address:
    What should I enter for
    IP address:
    Subnet mask:
    Default gateway:
    Please help.
    Edited by: Nel Marcus on Dec 2, 2008 3:49 PM

  • Manual database creation

    Hi all,
    I need to create a small database manually.
    What are the mandatory fields for DB creation.
    What are the steps to be followed?
    If anyone have the script please send me.
    Thanks in advance.
    regards,
    prem

    hi prem..
    you have to create script for database creation..
    no problem if ur on 9i.
    let do below step..
    step 1. open ur dbca and create script for ur database.
    step 2. create folder
    bdump, udump, cdump ---- d:\oracle\ora90\admin\3 folder 1.bdump, 2. udump, 3.cdump
    folder name some ur db_name -----d:\oracle\oradata\"folder name must be some ur db_name"
    step 3. go cmd prompt
    start>run>command [enter]
    cmd>set oracle_sid=dbname
    cmd> create password file..... ( see mentioned link in previous post)
    cmd>create and start services ( see mentioned link in prev. post)
    cmd>sqlplus/nolog
    sql>conn sys as sysdba
    connected
    sql> run all database creation scripts.
    script generate in
    d:\oracle\admin\script\>>>>>>.scritps
    Note.>> Drive may be C:,D: whatever according ur setting.
    hope this helps
    Taj.
    Message was edited by:
    user52

  • Error in manual database creation in 10g for windows.

    hi,
    i have planned to create database manually in window command prompt by the following steps but i m getting this error,
    so guys provide me some idea to create db.
    D:\oracle\product\10.1.0\Db_1>set oracle_sid=god;
    D:\oracle\product\10.1.0\Db_1>oradim -new -sid%ORACLE_SID%-intpwd mysecretpasswo
    rd -startmode M
    D:\oracle\product\10.1.0\Db_1>dir database
    Volume in drive D is COLLECTIONS
    Volume Serial Number is 5A2D-5C24
    Directory of D:\oracle\product\10.1.0\Db_1\database
    03/07/2010 05:56 PM <DIR> .
    03/07/2010 05:56 PM <DIR> ..
    03/06/2010 11:04 PM <DIR> archive
    03/07/2010 11:12 PM 106 core_orcl_1220_1284_2010_3_7_17_19_32.log
    03/07/2010 05:17 PM 2,048 hc_orcl.dat
    03/06/2010 11:56 PM 157 initgod.ora
    03/07/2010 05:51 PM 955 INITorcl.ORA
    03/06/2010 11:01 PM 31,744 oradba.exe
    03/06/2010 11:59 PM 2,560 PWDgod;.ORA
    03/06/2010 11:13 PM 1,536 PWDorcl.ora
    03/07/2010 05:56 PM 2,560 SPFILEORCL.ORA
    03/07/2010 12:15 AM 8,510 sqlnet.log
    9 File(s) 50,176 bytes
    3 Dir(s) 26,471,571,456 bytes free
    D:\oracle\product\10.1.0\Db_1\database>initgod.ora
    D:\oracle\product\10.1.0\Db_1\database>sqlplus/nolog
    SQL*Plus: Release 10.1.0.2.0 - Production on Mon Mar 8 23:00:01 2010
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    SQL> connect sys/mysecretpassword as sysdba
    ERROR:
    ORA-12560: TNS:protocol adapter error
    SQL>
    thanks

    Jr.DBA wrote:
    hi,
    i have planned to create database manually in window command prompt by the following steps but i m getting this error,
    so guys provide me some idea to create db.
    D:\oracle\product\10.1.0\Db_1>set oracle_sid=god;
    D:\oracle\product\10.1.0\Db_1>oradim -new -sid%ORACLE_SID%-intpwd mysecretpasswo
    rd -startmode M
    D:\oracle\product\10.1.0\Db_1>dir database
    Volume in drive D is COLLECTIONS
    Volume Serial Number is 5A2D-5C24
    Directory of D:\oracle\product\10.1.0\Db_1\database
    03/07/2010 05:56 PM <DIR> .
    03/07/2010 05:56 PM <DIR> ..
    03/06/2010 11:04 PM <DIR> archive
    03/07/2010 11:12 PM 106 core_orcl_1220_1284_2010_3_7_17_19_32.log
    03/07/2010 05:17 PM 2,048 hc_orcl.dat
    03/06/2010 11:56 PM 157 initgod.ora
    03/07/2010 05:51 PM 955 INITorcl.ORA
    03/06/2010 11:01 PM 31,744 oradba.exe
    03/06/2010 11:59 PM 2,560 PWDgod;.ORA
    03/06/2010 11:13 PM 1,536 PWDorcl.ora
    03/07/2010 05:56 PM 2,560 SPFILEORCL.ORA
    03/07/2010 12:15 AM 8,510 sqlnet.log
    9 File(s) 50,176 bytes
    3 Dir(s) 26,471,571,456 bytes free
    D:\oracle\product\10.1.0\Db_1\database>initgod.ora
    D:\oracle\product\10.1.0\Db_1\database>sqlplus/nolog
    SQL*Plus: Release 10.1.0.2.0 - Production on Mon Mar 8 23:00:01 2010
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    SQL> connect sys/mysecretpassword as sysdba
    ERROR:
    ORA-12560: TNS:protocol adapter error
    SQL>
    thanksEven if you want to do it manually as a learning exercise, I'd advise you to use dbca. Select 'custom' database type, and at the end select 'create scripts' without actually creating a database. Then study those scripts.

  • Manual database creation in solaris

    Hi Guru's
    I was working with Oracle on Windows platform. Now we are moving into Sun solaris. Please give me the complete steps to create the database manually on Solaris. Please not , for me the Os settings is important like, service creatiion ,password file creation. I am using Oracle 10g.
    Thanks in advance
    Thanks & Cheers
    Antony

    http://download-east.oracle.com/docs/cd/B19306_01/install.102/b15690/toc.htm
    http://download-east.oracle.com/docs/cd/B19306_01/install.102/b15697/toc.htm
    http://download-east.oracle.com/docs/cd/B19306_01/install.102/b15704/toc.htm

  • Faced an error ora-01092 at the time of 9i manual database creation

    Hi
    i faced an error when i installing 9i on my linux manually
    error is ORA-01092:oracle instance terminated disconnected forcibly
    Any one please help
    with regards
    neo

    HI,
    Are you create UNDO TABLESPACE or specify undo tablespace creation in CREATE DATABASE command.
    post your CREATE database command with ALERT<SID>.LOG file.
    regards
    Taj

  • Manual Database Creation in Linx

    Dear All,
    I have installed Oracle 8i on linux.
    But due to some problems I couldnt run database assistant and configuration of network.
    When I tried to run dbasst & netasst those are also not runing.
    Please can anybody tell me how to configure both of these manually.
    Regards
    Aqeel Nawaz

    Let me 2b DBA wrote:
    Dear All,
    I have installed Oracle 8i on linux.
    But due to some problems I couldnt run database assistant and configuration of network.
    When I tried to run dbasst & netasst those are also not runing.
    Please can anybody tell me how to configure both of these manually.
    Regards
    Aqeel NawazI'm curious as to why you are trying to install a totally unsupported version of Oracle.

  • Manual Database creation in solaris -- checklist/steps required

    Hi,
    I am creating test databsae in my development solaris server. is there any checklist or process steps to guiding creation of oracle 10g database... the software is already installed...
    i can remember roughly..the steps are:
    1. create pfile with all the required info like control file locations and archive file locations and memory info
    2. sqlplus "/nolog"
    3. startup pfile=<location>
    4. create database command.
    5. post scripts like catalog and catproc
    6. making to archive logging
    7. implement rman backups.
    am i missing anything here?
    -- Raman.

    Yes. this documentation i was looking for...thanks a lot ......
    --Raman.                                                                                                                                                                                       

  • Small correction in oracle 9i Rel.2 docs, under manually database creation

    Friends,
    There is a small correction in the oracle 9i Rel.2 documentation under, creating database manually. The mistake is that they define temptablespace file as DATAFILE, where as, it suppose to be, TEMPFILE. If any one uses this script from docs. to create database manually, it will throw an error.
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96521/create.htm#1003614
    Using TEMPFILE inplace of DATAFILE would solve the problem.
    Jaffar

    Hi Nyanga,
    The migration tools can be used to migrate to Oracle 9i.
    But we try and keep the conversion compatible with Oracle XE / Oracle 10g and up.
    So you may have issues migrating to Oracle 9i like you said, with he sqlserver_utilities package and using 10g syntax.
    Creating the repository on Oracle 9i is not supported.
    But even if you did succeed , it would not change how the conversion was done. You would still end up with an identical sqlserver_utilities package which was generated using the migration repository on an Oracle 10g database. sqlserver_utilities package definition itself is fixed within a file so regardless of the repository used the same one will be generated.
    Oracle XE can be used of course as the repository and its free to download and use.
    Regards,
    Dermot.

  • Manual database creation error

    the oracle version is : 10.2.0
    first i create a new instance by oradim , and a .ora file was generated. But when starting the new instance in sqlplus (database haven't been set up yet) , i encount a strange problem, the error code is as follow:
    ora-24324 Service handle not initalized
    ora-01041 internal error, hostdef extension doesnot exist
    Did i commit any mistake during the operation ? Can anybody tell me the possible reason ?

    I cann't find the file sqlnet.ora in the root directory of %oraclehome%\db_1\network\admin ,but found one in the subdirectory %oraclehome%\db_1\network\admin\sample. I don't think it's the just file i am looking for, because all the content are commented out in that file. Below is some related content copy from that file :
    #sqlnet.authentication_services
    # Syntax: A single value or a list from {beq, none, all, kerberos5,
    #       radius, nts}
    # Default: NONE
    # Enables one or more authentication services. If
    # Oracle Advanced Security has been installed with Kerberos5
    # support, using (beq, kerberos5) would enable authentication via
    # Kerberos.
    #sqlnet.authentication_services=(beq, kerberos5)
    Can you tell me where to find the proper file (sqlnet.ora) ?

  • Manual database creation on RHEL5

    Dear,
    I fired the following command to create a database on RHEL5 but getting the following error,please help me out what is the sollution for that.
    SQL> create database mydb logfile
    2 group 1 ('/home/oracle/mydb/redo/g1.log')size 2m,
    3 group 2 ('/home/oracle/mydb/redo/g2.log')size 2m
    4 datafile '/home/oracle/mydb/data/sys.dbf' size 2m autoextend on
    5 sysaux datafile '/home/oracle/mydb/data/sysaux.dbf' size 2m autoextend on;
    create database mydb logfile
    ERROR at line 1:
    ORA-01501: CREATE DATABASE failed
    ORA-00200: control file could not be created
    ORA-00202: control file: '/home/oracle/mydb/control/control01.ctl'
    ORA-27040: file create error, unable to create file
    Linux Error: 13: Permission denied
    This is the status of space in my system
    [root@localhost ~]# df
    Filesystem 1K-blocks Used Available Use% Mounted on
    /dev/sda12 4956284 3511560 1188892 75% /
    /dev/sda15 505604 10608 468892 3% /tmp
    /dev/sda14 2482048 202160 2151772 9% /var
    /dev/sda11 4956284 842468 3857984 18% /home
    /dev/sda10 4956284 4003364 697088 86% /usr
    /dev/sda9 101086 11105 84762 12% /boot
    tmpfs 1033144 0 1033144 0% /dev/shm
    Thanks
    Rahul
    Edited by: user10734684 on Dec 29, 2008 11:10 PM

    ORA-27040: file create error, unable to create file
    Linux Error: 13: Permission deniedPlease check permission at /home/oracle/mydb/control/ PATH.
    Example:
    ls -la /home/oracle/mydb/control/
    read:
    http://www.linuxforums.org/security/file_permissions.html
    http://www.freeos.com/articles/3127/
    And then post
    Edited by: HunterX (Surachart Opun) on Dec 30, 2008 2:27 PM

  • Migrating Oracle 9i Unix to Windows 2000

    Dose anyone have any information on migrating an Oracle 9.2.0 database from Unix to Windows 2000. Any information would be greatly appreciated.

    Since the data files aren't compatible between the operating systems, you'll probably need to do an export and import to move the database. Other than that, it shouldn't be terribly difficult.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • JDBC Drivers for Windows 2000

    I am new to JDBC and relatively new to Java. I am trying to set up my environment to connect to an Oracle database and am running Windows 2000 Professional. I need advice on what driver I need to install and where to get it. Have looked at Oracle but they only offer drivers for Win NT. Don't want to pay for it either!
    Thanks in advance

    Anything that runs under Win NT will run under Win 2000.
    Search the internet for free JDBC drivers - it might turn that you get what you pay for, however. If your site has an Oracle database then it probably has a support contract - check with your admin.

Maybe you are looking for

  • The difference between the bubble and the panel

    I just experienced another reason why I hate the bubble instead of the drawer/panel, besides the whole data entry thing. I had the calendar on my smaller 20" monitor on my right - I use my 30" monitor for the nuts and bolts of my work. The calendar w

  • Error message Apple Sync Notifire exe-Entry Point Not Found when turning on my pc

    I get an Error Mesage when turning on my PC   Apple Sync Notifier exe-Entry point not found. The procedure entry point xmltextreadername could not be located in the dynamic link library libml2.dll. The happened after I connected and sync my IPad.

  • Unable to find the JMS adapter under deployments

    Hi, I am using weblogic 10.3.6.0. I want to develop JMS error queue in BPEL. Before that i have to do some configuration like create jms module, select SOA and admin server for deployment,..etc. finally i have to update the JMS adapter for deployemen

  • How to separate single photos from that have been put into an album

    I always import and categorize my photos into albums immediately. But I've accidentally imported photos without putting them into an album so they don't appear in the 'events' section. They do however appear in the 'all photos' section along with tho

  • Need help in logging into BI Presentation Services

    Hi All, I am new to this technology. I wanted to learn OBIEE. Just downloaded and installed in my system. And started reading 'Oracle BI Answers, Delivers and Interactive Dashboards User Guide.pdf'. In that, i have read that to access stand-alone ver