Oracle install prob.

Hello
I am new to the oracle environment. I installed the oracle fine with no
problems, yet when i try to log on i recieve many errors. First, when i try
to connect to sqlplus i get oracle not running. Second, i start the server
manager then the error 00205- error in identifying control file, check the
alert log. i again try to connect to sqlplus and 01033 initialization or
shutdown in progress.
Question 1. how do i check the control files.
Question 2. What do i set them to??
Any real time examples would be a great help.
Please email [email protected] with the proper fixes/solutions.
thanks a million.null

Before you do anything make sure you are logged in as the oracle user on you Linux box. If not Super User into the oracle account. Second make sure your ORACLE_SID is set if not SQL Plus will bark. If it is not set in your .bash_profile you can set it for the current terminal session by issuing the command:
export ORACLE_SID=your_db_sid
When you open SQL Plus log in using
sys/oracle as sysdba
This will put you into a idle instance from there you can mount and open your DB
By issuing the STARTUP command as follows:
STARTUP OPEN PFILE=/the_path_to /oracle/dbs/init_your_db_name.ora
This should mount and open your DB
null

Similar Messages

  • Oracle Install Base Interface Error

    Error: The source item instance 33604, in Subinventory 4131, for Organization 734 in Oracle Install Base does not exist. Please verify that any receipt transations were successful.
    I have checked values by running the following SQL:
    select Instance_ID, location_type_code, location_id, INV_ORGANIZATION_ID, INV_SUBINVENTORY_NAME, instance_status_id
    from csi_item_instances where Serial_Number = '08112025CWDIND'
    INV_ORGANIZATION_ID is 734
    INV_SUBINVENTORY_NAME is 4131
    But still the transaction is stuck with the above error.
    Please help to clear this error.

    Please see if the following docs help.
    Install Base Master Note: CSI_IB_PROJ_RECORD_NOTFOUND [ID 1302069.1]
    Install Base Master Note: CSI_IB_RECORD_NOTFOUND [ID 1302100.1]
    Datafix: How To Correct Errors Due to PO Corrections: "Serialized Item with Status other then In Inventory, Out of Service, Out of Enterprise or In Relationship already exists in Install Base." [ID 376762.1]
    Interorg Transaction Error: The source item instance in Oracle Install Base does not exist [ID 264794.1]
    Internal Sales Order Receipt CSIINTSR Transaction Error: "The source item instance XXX not exist" [ID 786127.1]
    Thanks,
    Hussein

  • Oracle Instalation error (You do not have sufficient permissions to access)

    Hi
    my enviroment is SAP ECC6/Oracle 10g/ SUN Solaris 10 SPARC
    I'm installing SAP but run into the error below. I don't understand why the inventory file is pointing to /home/prodora which does not exist. this directory is owned by root and ownership cannot be changed to user oraq11.
    Is it possible to change the location of the inventory ?
    kindly assist
    regards
    simbatech:oraq11> ./RUNINSTALLER
    oracle_stage is not set (OK)
    oracle_base is not set (OK)
    oracle_home is not set (OK)
    oracle_sid is not set (OK)
    oracle_home_name is not set (OK)
    oracle_inst_group is not set (OK)
    from_location is not set (OK)
    tmp_netca_file is not set (OK)
    tmp_dbca_file is not set (OK)
    Working in /oracle/stage/102_64/database/SAP ...
    Oracle SID:            Q11
    Oracle Home:           /oracle/Q11/102_64
    Oracle Home Name:      Q11_102_64
    Oracle Install Group:  dba
    Installing from:       /oracle/stage/102_64/database/stage/products.xml
    oracle_stage="/oracle/stage/102_64"
    oracle_base="/oracle/Q11"
    oracle_version="102_64"
    oracle_home="/oracle/Q11/102_64"
    oracle_sid="Q11"
    oracle_home_name="Q11_102_64"
    oracle_inst_group="dba"
    from_location="/oracle/stage/102_64/database/stage/products.xml"
    tmp_netca_file="/tmp/.orainst_netca.15383"
    tmp_dbca_file="/tmp/.orainst_dbca.15383"
    ORACLE_BASE="/oracle/Q11"
    ORACLE_HOME="/oracle/Q11/102_64"
    ================================
    Preparing response files. Please wait:
    ======================================
    Working on /oracle/stage/102_64/database/SAP/SVRCUSTOM.RSP
    /oracle/stage/102_64/database/SAP/SVRCUSTOM.RSP --> /tmp/.orainst_rsp.15383: Done
    You do not have sufficient permissions to access the inventory +'/home/prodora/oraInventory'.+ Installation cannot continue. Make sure that you have read/write permissions to the inventory directory and restart the installer.: No such file or directory
    simbatech:oraq11>

    Hi,
    Yes, Solution describe in 350251 - Creating a New or 2nd Oracle SID with runInstaller
    "THE SOLUTION"
    The good news is the solution is very simple and takes a few seconds
    First cd /var/opt/oracle
    You will find a file called oraInst.loc # cat oraInst.loc
    inventory_loc=/oracle/PR1/oraInventory
    inst_group=dba
    Use vi or emacs to edit the file and change the inventory_loc to the directory of the oracle instance you are currently installing. ie inventory_loc=/oracle/PR2/oraInventory
    Restart your oracle installer  eg. su - orapr2
    cd /oracle/stage/816_64
    setenv DISPLAY localhost:0.0
    ./runInstaller
    Regards;

  • Oracle Install Base -Unable to find Expire relationship button

    Hi Experts,
    I am not able to find "Expire Relationship" button under Configuration Tab while trying to expire parent and child relationship in oracle install base for an intem instance.But for some item instance I am able to find the "Expire Relationship" button under Configuration Tab.
    Can any one please let me know why the "Expire Relationship" button is available for some item and not available for some item instances.
    Thank you.
    Ravi S

    Duplicate post.
    Oracle Install Base -Unable to find Expire relationship button
    Unable to find Expire relationship button

  • How to update item instance in oracle install base?

    Hi,
    I have a doubt in updating item instance in oracle install base.
    I am using a API named csi_item_instance_pub.update_item_instance for this. I want to update Party OWNER, party contacts, Current location,Install location, bill_to address,ship_to address..etc. When i try to update party owner, it is updating in csi_i_parties(col:party_id) as well as updating in csi_item_instance(owner_party_id). In csi_item_instance table,owner_party_id column is updated. but corresponding owner_party_account_id is not changed. I have given party_account_id to update in csi_ip_accounts table. It has changed in csi_ip_accounts table. But in csi_item_instance table(owner_party_account_id) is not changing. Can anybody help on how to change owner_party_account_id in csi_item_instance table please? Thanks in advance.
    --Muruga
    Edited by: Murugeshapps on Jul 1, 2009 12:07 AM

    Out of the box, I don't think that there is any API or program to delete the records from csi_item_instances because deleting IB record affects many modules (like Inventory, Order, Service Contracts etc). IB records should be expired if they are created incorrectly and you can run Transaction History Purge program to delete all history records related to that item.
    Thanks
    Shree

  • Oracle Installed Base

    Does the Oracle Installed Base system, lend itself to being populated with Install Base data from legacy ERP systems? It's my impression that the Install Base data, starts in inventory and ends at a customer location, but is it a requirement that everything start in inventory?
    Thanks

    is it a requirement that everything start in inventory?Nope, I usually start from scratch.
    Seriously now:
    Give us a clear picture, if possible, provide some links or whatever. Anything.
    http://tkyte.blogspot.com/2005/06/how-to-ask-questions.html

  • Is Asset Tracking module mandatory for Oracle Install Base implementation?

    In the Oracle Install Base implementation guide, it is mentioned that Asset Tracking (previously Enterprise Install Base) Module is mandatory. Our situation does not warrant to implement asset tracking. Do we need to get separate license for Asset tracking if we need to implement Install base? Any insight on this would be highly helpful. Thanks

    Pl do not post duplicates - Is Asset Tracking module mandatory for Oracle Install Base implementation?

  • Error in oracle instalation

    Im try to install Oracle 10g server in my computer, but when the wizard is attemping to create the starter database(new database) the below errors are coming up.
    Ora-19583 conversation terminated due to error
    ora-19870 error reading backup piece
    ora-00600 internal error code arguments :[krbrckhr_fault]
    ora-06512: at "SYS_DBMS_BACKUP_RESTORE"
    Please any help, its my first oracle instalation.
    Thanks !!

    And without knowing your version number, operating system, or hardware you would like one of us to peer into a crystal ball, toss coins, use a ouija board, read the stars and tell you what is wrong?
    Fascinating. <g>
    There is no such thing as 10g. Is this 10.1.0.3 or 10.2.0.4 or something else?
    Windows or Linux is not sufficient answer as to your operating system. What is it ... version, edition, reseller, etc.
    What are you using to install Oracle? The fact that you have an error with SYS.DBMS_BACKUP_RESTORE is reason for anyone trying to help you to be cautious.
    And, finally, what documentation did you read before starting the installation and that you are following as you do so.
    If your answer is none either go for 3x5 cards or go to http://docs.oracle.com and start at the beginning.

  • Oracle install dies on linux

    Hi,
    I'm using Mandrake (top of redhat linux).
    Oracle install dies with the message:
    [oracle@watson oracle]$ runInstaller
    Initializing Java Virtual Machine from /usr/local/jre/bin/jre. Please wait...
    Error in CreateOUIProcess(): -1
    : Bad address
    [oracle@watson oracle]$
    Can you mail me a reply at [email protected]
    Thanks,
    erach
    null

    Third important note.....
    go to install/linux subdirectory and type
    ./runInst.sh
    i find it more descriptive than the error
    message I got from runInstaller
    Victor

  • Does Oracle (installed in unix) support OS Auth for Windows AD?

    Hi, I've tried setup the Oracle (installed in Windows) support OS Auth for Windows AD.
    But does Oracle (currently I am using 9i) installed in Unix support OS Auth for Windows AD (using LDAP/ Kerberos / etc.)?
    If yes, can anyone tell me how to make it ?
    Thanks!

    Yes.. Oracle support Windows AD authentication using Enterprise User security.
    Please contact me on following if you need more details
    Email: [email protected]
    Ph. 732 404 8364
    We are planning to have EUS presentation for our clients. Please let me know if you are interested to know more on EUS.
    Regards,
    Nishi, CISSP CISA

  • Help on Oracle Installed implementation and usage

    hi all,
    I need some help/documentations on oracle installed base implementation and usage. Is there any users guide available for this module.
    Thanks in anticipation.
    Regards,
    Girish.

    Hi,
    It is available in Oracle documentation CD.
    Thanks,
    Rizwan

  • Oracle installed under which operating system user?

    How can I know, under whıch operating system user does the oracle installed?
    Oracle 10gXE and windowsxp

    You can find it ..following the next steps:
    1) Control Panel
    2) Administrative Tools
    3) Computer management
    4) Click on 'groups' sub-folder of the 'Local users and groups' folder
    5) on the right pane .. search for the 'ora_dba' group... This group is automatically created by Oracle and puts in the O/S user you have logged on the system at the time of the db installation....
    6) Dbl-click on this group to find out the O/S username....
    I'm not sure for the above steps if you have installed OracleXE...
    Greetings...
    Sim

  • Full Oracle install for PHP?

    Hi,
    Can sombody tell what needs to be installed before I can start
    compiling oracle support into PHP3? I don't want to do a full
    install....
    Or are the libraries and header files available as a separate
    package somewhere?
    Thanks in advance
    Ronald van Kuijk
    null

    Ronald van Kuijk (guest) wrote:
    : Can sombody tell what needs to be installed before I can start
    : compiling oracle support into PHP3? I don't want to do a full
    : install....
    You can only install Oracle with a full RDBMS.
    : Or are the libraries and header files available as a separate
    : package somewhere?
    Install it and take out what you need.
    Thats the only way (I guess).
    Maybe you can find a hint here
    http://www.schou.dk/oracle/install.html
    http://www.schou.dk/oracle/demo/
    best regards
    hans
    null

  • Removing an RPM for Oracle Install

    Hi,
    I need to know how to remove a specific RPM. I am running Oracle on RHEL 4.
    When the Oracle install does the checks it fails on one of the RPM's. Here is what I did:
    [root@vtl-oracle logs]# rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE} (%{ARCH})\n" | grep elfutils-libelf
    elfutils-libelf-0.97.1-4 (x86_64)
    elfutils-libelf-0.97.1-4 (i386) - - I need to remove this one because I am running a 64bit and Oracle Install keeps picking it up.
    elfutils-libelf-devel-0.97.1-4 (x86_64)
    when I issue the following command I get the statement:
    [root@vtl-oracle logs]# rpm -e elfutils-libelf-0.97.1-4.i386
    error: Failed dependencies:
    libelf.so.1 is needed by (installed) elfutils-0.97.1-4.i386
    libelf.so.1(ELFUTILS_1.0) is needed by (installed) elfutils-0.97.1-4.i386
    libelf.so.1(ELFUTILS_1.1) is needed by (installed) elfutils-0.97.1-4.i386
    I only want the 64 bit ones, not the i386 ones.

    If you truly mean swap (and not /tmp), you have to be root to create a new swap partition (or swapfile) and then add it in with swapon -a
    Are you sure that you REALLY want to get rid of the elf package? I did an Oracle 10g install on RHEL4 about a month ago, and there were 32-bit libraries that it had to have alongside the 64-bit ones.
    You could force the removal, but I don't recommend it, using nodeps or force (I think it's this, haven't tried it in a while).

  • Oracle 9ias install probs

    do i need to install oracle database before installing oracle 9ias enterprise edition.

    Yes you do. You need to install Oracle 8.1.7 Enterprise Edition. The database you create needs to be running in order for the 9iAS installation to work. The database tablespace needs to be at least 150 MB.

Maybe you are looking for

  • Anonymous access to Portal Component over direct URL.

    Hi All, Im having a few Issues with enabling anonymous access to a portal component. Here is a mock of our portalapp.xml file <?xml version="1.0"  encoding="iso-8859-1"?> <application>   <application-config>     <property name="SharingReference" valu

  • Livetype to External NTSC Monitor

    Is it possible to view Livetype 1.2 on an NTSC monitor? Thanks, Jon

  • People Magazine Error

    I downloaded an issue of People Magazine in January without any trouble. However, earlier this week, after I downloaded the latest issue, it stopped downloading at about 9%. Now when I try and download it, it tells me "An unknown error has occurred."

  • HELP WITH 4GB ZUNE PLEASE!!!!!!

    Okay, so my boyfriend bought me an early Christmas gift (he give it to me early because I was there when he bought it. lol.) Anywhooo, it is a 4GB pink Zune. I have been wanting one for a while now because I am Anti-Apple and I figured that an mp3 pl

  • IOS Numbers - How do I show an number as a duration?

    Probably a simple question but here's my issue. 12km at 11kmph = 1.09 hours - how do I display this as a duration in ios numbers. Tried changing the cell format to duration, that doesn't work. It changes very breifly to duration and then immediateloy