Launching Oracle (urgent !!!)

when I installed Oracle 9i AS on my redhat 7.0, Oracle wasn't able to create a database with dbassist during the installation whereas I had run all root scripts. Now I'm trying to launch Oracle from svrmgrl with the oracle user (see RTFM)logged as member of dba group. But each time I launch svrmgrl, I got the answer end-of-file on communication channel, before doing anything. And I can(t find out why ?
Please help (urgent)

Linux - Redhat 7.0
Oracle - 8.1.7.
I have faced the same problem during my Oracle installation on Redhat 7.0. I was unable to creat database.After going through revealnet.com I found the following solution.1. Install the compat-glibc RPM for 2.1.3.x
(This is on the Redhat 7.0 CDs)
2. cd to the directory where compat-glibc installed the files (for me it's /usr/i386-glibc21-linux/lib).
3. Copy the following files to $ORACLE_HOME/lib:
libc-2.1.3.so
libpthread.so
libdl.so
ld-linux.so.2
For me, several of these are symbolic links, so you'll need to copy the target of the symbolic link and rename it to the link name when you copy it to $ORACLE_HOME/lib.
For example, if ls -l shows:
ld-linux.so.2 -> ld-2.1.3.so
libc-2.1.3.so
libdl.so -> libdl.so.2
libpthread.so -> libpthread.so.0
Then you will:
cp ld-2.1.3.so $ORACLE_HOME/lib/ld-linux.so.2
cp libc-2.1.3.so $ORACLE_HOME/lib
cp libdl.so.2 $ORACLE_HOME/lib/libdl.so
cp libpthread.so.0 $ORACLE_HOME/lib/libpthread.so
4. Create a file in $ORACLE_HOME/lib called libc.so with the following contents (as a single line):
GROUP ( /lib/libc-2.1.3.so /lib/ld-linux.so.2 /libc_nonshared.a )
Substitute the value of $ORACLE_HOME for and the location of the compat-glibc directory for . For example:
My $ORACLE_HOME is:
/u01/app/oracle/product/8.1.7
and my compat-glibc directory is:
/usr/i386-glibc21-linux/lib
so the GROUP line looks like this for me:
GROUP (/u01/app/oracle/product/8.1.7/lib/libc-2.1.3.so /u01/app/oracle/product/8.1.7/lib/ld-linux.so.2 /usr/i386-glibc21-linux/lib/libc_nonshared.a)
This is all one line.
5. cd $ORACLE_HOME/bin
6. Run the following command from the UNIX prompt:
relink all
I have used this technique for RedHat 7.0 with the 2.2.16 kernel.
Thanks to Richard Rankin for this simple and reliable method.
After doing this, please create your database. It will work.
null

Similar Messages

  • ERROR: You're trying to run the product with the legacy launcher oracle.ide.boot.Launcher

    Hi,
    I have problem while upgrading SQL developer 4.0.0.12 to 4.0.0.13 on my windows 64 bit machine. 4.0.0.12 version is working good, where as 4.0.0.13 is showing below error while starting it.
    I did try sqldveloper.exe and its not working, So I started running sqldeveloper.bat to get more information, also added AddJavaLibFile & SetMainClass to sqldevloper.conf but no luck. Could you please help in this regard.
    Error Message
    C:\Dev Software\sqldeveloper-2\sqldeveloper\bin>java -Xmx640M -Xms128M -Xverify:none -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true -Dsun.java2d.ddoffscreen=false -Dwindows.
    shell.font.languages= -XX:MaxPermSize=128M -Dide.AssertTracingDisabled=true -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true -Djava.util.logging.config.file=logging.conf -Dsql
    dev.debug=false -Dide.conf=”./sqldeveloper.conf” -Dide.startingcwd=”.” -classpath ../../ide/lib/ide-boot.jar oracle.ide.boot.Launcher
    ERROR: You’re trying to run the product with the legacy launcher oracle.ide.boot.Launcher . Check your .conf file and be sure to include:
    AddJavaLibFile ../../ide/lib/fcpboot.jar
    SetMainClass oracle.ide.osgi.boot.OracleIdeLauncher

    Use C:\Dev Software\sqldeveloper\sqldeveloper.exe instead.

  • To launch Oracle BPM deployed Web Services [In BPM Enterprise]

    Hi all,
    I have expose my Process Instance into Web Services in Studio.
    It is working well. In Studio, I start the Engine (Run -> Start Engine),
    Then, I Start the Web Services (Run -> Launch deployed Web Services webapps).
    It would show me my local webservice links.
    http://localhost:9000/albpmServices/<ProjectName>/ws
    But, I unable to launch this Web Service Webapps, when i deploy the project into Oracle BPM Enterprise with Weblogic Server.
    May know what is the link for BPM Enterprise?
    Regards,
    Chris

    My URL is:-
    http://localhost:9000/albpmServices/TestProject/ws/TestProcessServiceListener?wsdl=true
    and it does not seem to open the WSDL when I start the enterprise server engine..
    I have the process exposed as a web-service with two methods..
    One for Process Creation and another for Notification Wait Activity...
    I have also checked the box to start PAPI WS Services on my standalone server
    Is there some other config that I need to make inside my standalone server to get this WSDL?
    I understand that standalone works on Tomcat...

  • After a successfull install, I can not launch oracle DB XE

    hello,
    I installed oracle db XE 10.2.0.1.0 on a centos 6.2 (~redhat) but I can't start it.
    I succeeded in launching it after the installation but after a reboot it is not launched (apex on my web browser gives me an error : page not found or similar).
    I logged in the oracle account but it didn't worked.
    (more infos if you want)
    when I enter "su - oracle" in a terminal, I have this :
    -bash-4.1$ su - oracle
    Mot de passe :
    -bash-4.1$ export DISPLAY=new-host-3:0
    -bash-4.1$ /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/startdb.sh
    xsetroot: unable to open display 'new-host-3:0'
    xsetroot: unable to open display 'new-host-3:0'
    -bash-4.1$ export DISPLAY=new-host-3:0.0
    -bash-4.1$ /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/startdb.sh
    xsetroot: unable to open display 'new-host-3:0.0'
    xsetroot: unable to open display 'new-host-3:0.0'
    -bash-4.1$ export DISPLAY=:0.0
    -bash-4.1$ /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/startdb.sh
    No protocol specified
    xsetroot: unable to open display ':0.0'
    No protocol specified
    xsetroot: unable to open display ':0.0'
    -bash-4.1$ export DISPLAY=:0
    -bash-4.1$ /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/startdb.sh
    No protocol specified
    xsetroot: unable to open display ':0'
    No protocol specified
    xsetroot: unable to open display ':0'
    and with my account (in which xclock works) :
    [olivier@new-host-3 ~]$ /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/startdb.sh
    [olivier@new-host-3 ~]$
    ...seems ok yet the cursor appears only one second after the entering of the command, and the database does not have the time to be launched.
    can you help me?
    I can give you more informations if you want.
    thanks,
    olivier
    Edited by: 895233 on 30 janv. 2012 12:06

    Hello
    thanks!
    I tried the commands you gave me and here is the result :
    [olivier@new-host-3 ~]$ su - oracle
    Mot de passe :
    -bash-4.1$ . /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/oracle_env.sh
    -bash-4.1$ lsnctl start
    -bash: lsnctl : commande introuvable
    -bash-4.1$ whereis lsnctl
    lsnctl:
    -bash-4.1$ lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 30-JANV.-2012 23:32:49
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    TNS-01106: Le processus d'écoute LISTENER a déjà été lancé
    -bash-4.1$ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Lun. Janv. 30 23:33:00 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> connect /as sysdba
    Connecté.
    SQL> startup;
    ORA-01081: impossible de lancer ORACLE déjà en cours - fermer d'abord le thread
    SQL> exit
    Déconnecté de Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    -bash-4.1$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 30-JANV.-2012 23:33:57
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connexion à (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUT du PROCESSUS D'ECOUTE
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Date de départ 30-JANV.-2012 18:20:03
    Durée d'activité 0 jours 5 heures 13 min. 54 sec
    Niveau de trace off
    Sécurité ON: Local OS Authentication
    SNMP OFF
    Service par défaut XE
    Fichier de paramètres du processus d'écoute /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Fichier journal du processus d'écoute /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Récapitulatif d'écoute des points d'extrémité...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Récapitulatif services...
    Le service "PLSExtProc" comporte 1 instance(s).
    L'instance "PLSExtProc", statut UNKNOWN, comporte 1 gestionnaire(s) pour ce service...
    La commande a réussi
    -bash-4.1$
    it's in french, but you can see there is nothing about the HTTP port... and apex does not work.
    could you help me, or tell me where it could come from?
    the best thing I could do would be a script which would be launched at the startup of the OS.
    olivier

  • INTEGER DATA TYPE and Numeric Oracle URGENT Help needed

    Hello does any body knows if i run this statement of create table in oracle 9.2
    what is maximum number of digit the test_num can stores....
    create table test
    test_num INTEGER NOT NULL
    I have to reply to my client urgently..
    Regards
    Mahesh
    Ramnarayan123

    All the Oracle reference manuals are on-line at <http://tahiti.oracle.com>. A quick search on "INTEGER" will reveal the answer (38 decimal digits).
    Justin

  • "Oracle Fusion Apps" is launched @ ORACLE OPENWORLD

    Hi All,
    Oracle has made Oracle Fusion Applications to general availability.
    Please do visit this following press release to know more about this launch:
    http://www.oracle.com/us/corporate/press/173456
    regards,
    Anand

    Anand
    Thanks a lot for such an information ;)
    Cheers to Fusion
    AJ

  • Can't  Launch Oracle 9IFS Domain Controller

    I had installed Oracle IAS 9.02 and Oracle IFS 9.02.
    And i had followed the instruction to startup IFS from
    the setup and administration documentarion.
    But still i cannot get it startup.
    I try to launch it from the IAS web admin menu but it can't launch.
    I try manually by doing this action :
    1. starting up emctl.bat
    2. running launchdc.bat (it hang)
    3. running launchnode.bat (it hang)
    4. running ifsstartupdomain.bat (err:cannot connect to ifs)
    I dunno what else i can do, because i had installed oracle IFS8 and it worked just fine. Setting and tuning is easier than Oracle 9IFs.
    Is anybody got a clue why cant i get it to start.
    Thank you

    I do have the same problem.
    I read in one of the messages here that we need to run a specific patch file to get iFS 9.0.2 running against Database R2. Don't have the patch name, still searching.

  • Database trigger to Launch Oracle Procedure

    Hello All,
    I wrote a db trigger (on insert) to launch "apps.fnd_request.submit_request" which in turn launches a custom oracle procedure. Everything works fine, except the user says they cannot wait the 30 seconds to 1 minute for this concurrent request to kick off...
    Question: is there a better way to directly call this custom procedure from a DB trigger ? With the commit/rollback restrictions in the trigger, I am not sure how to get around this ?
    Any help would be appreciated.
    Thanks..

    I used the DBMS_SCHEDULER procedures with great success outside of a DB trigger. Problem is inside the DB trigger it is throwing an exception and does not give me an indication of what the problem is..
    When I run the following queries, I see no entries..
    ========================================
    SELECT to_char(log_date), job_name, additional_info
    FROM all_scheduler_job_run_details
    where job_name = 'LAUNCH_LNVDLVMAN'
    SELECT to_char(log_date), job_name, operation, status, additional_info
    FROM all_scheduler_job_log
    WHERE owner = 'APPS'
    =======================================
    The following code that is called is the same inside and outside of the "After Insert" trigger. I tried use_current_session as both True and False, and I tried to run as Execute Immediate with no luck.
    -- Run job synchronously.
    DBMS_SCHEDULER.run_job (job_name => 'LAUNCH_LNVDLVMAN',
    use_current_session => FALSE);
    Question: Does the DBMS_SCHEDULER work when called from within a DB trigger ? I have not seen anything on the web saying yeah or nay. Has anyone run into this before ?
    Thanks in advance

  • Sorting in Oracle (Urgent)

    Hi Experts
    I need to sort multilingual values Like
    COMP_NAME
    Manishã
    Manishñ
    ManishÃ
    ManishÑ
    Manishâ
    ManishÓ
    Manishó
    Manishú
    ManishÚ
    ManishU~
    Manishu~
    in below format
    Manishâ
    Manishã
    ManishÃ
    Manishñ
    ManishÑ
    ManishÓ
    Manishó
    Manishú
    ManishÚ
    ManishU~
    Manishu~
    please suggest me the solution ASAP.
    Thanks in Advance
    Mani

    Since your post was so urgent, it appears that it was posted without specifying the version of Oracle you're using. It also appears that it is missing a description in words of the logic you're trying to implement. If you really want prompt resolutions, I'd suggest posting (at least) both of those bits of information.
    If I guess at your Oracle version and at the requirements you're trying to implement, I would guess that it was related somehow to the section on [Case-Insensitive and Accent-Insensitive Linguistic Sorts|http://download.oracle.com/docs/cd/B19306_01/server.102/b14225/ch5lingsort.htm#sthref619] in the Globalization Guide.
    Justin

  • Launch oracle form from an ADF application

    Hi All,
    I am using Jdeveloper 11.1.1.7.
    Is there an integration process where in I can launch an oracle from from an ADF web application?
    Best Regards,
    Ankit Gupta

    ankit481
    I think you might be interested in http://formadfapp.com/.
    Stoyan

  • Using run_product to launch Oracle Discoverer

    I am looking for an example of using run_product to launch an Oracle Discoverer 3.1 worksheet. For example, I want to run a Discoverer file called emp_query.dis, and execute the worksheet or page titled 'salary'. I want to initiate this from a when-button-pressed trigger.
    Thank you in advance for your help. Patrick

    You can't do it from Run_Product, - you will have to use the HOST command and pass the full paramater list to envoke the Disco file.
    Regards
    Grant Ronald

  • Unable to launch oracle applications after installing 10g Express

    I installed 10g express to be able to access the database using a client (TOAD). Now I am unable to launch the oracle applications. I am able to login but once I select a responsibilty and function java never launches. Any suggestions?

    Hi,
    could you please let us know more about where you installed express database and why your applicatin is not working?
    But lets say if you have installed express database on your laptop and on your application is not launching, then problem could be with your application and browser. There is no connection between client and oracle application client.
    regards
    Pravin

  • Launching Oracle BP Architect App post-install

    Downloaded the dev version of the BPA suite from http://www.oracle.com/technology/products/bpa/index.html. Installed successfully. Had different failure experiences in launching the app on diff MS OS versions.
    On Win 2000 SP4 - All attempts to launch the application fail with an "Application
    Error" dialog stating it is unable to reference an area of the memory. Have 1GB RAM and 9GB free disk space after installation.
    On Win Server 2003 SE - It appears to launch the application but then dies that very instant. Checked task manager processes, and it appears to be running drwtsn32.exe (dr watson exe) before dying. Looks like drwtsn.exe is attempting to write to memory area owned by BPA process.
    Any pointers to system requirements, OS version support etc. Scanned the Installation guide but did not find anything system specific.
    Thanks,
    Sharmin

    FYI - this was related to an installation issue. Install appeared to complete successfully however a security agent installed on the system prevented install shield from updating certain keys in the windows registry.
    Thanks,
    Sharmin

  • How a send a mail from  Oracle   ----- urgent

    Hi,
    I am working in oracle9i and linux 2.4. i need to a send mail from oracle .Please send the procedure to me in a detail manner.
    I am having one procedure .plz check and change if possible...
    declare
    l_maicon utl_smtp.connection;
    begin
    l_maicon :=utl_smtp.open_connection('mail.com');
    utl_smtp.helo(l_maicon,'mail.com');
    utl_smtp.mail(l_maicon,'[email protected]');
    utl_smtp.rcpt(l_maicon,'[email protected]');
    utl_smtp.data(l_maicon,'From: [email protected]' || utl_tcp.crlf||
    'To: [email protected]' || utl_tcp.crlf ||
    'Subject: database e-mail option' || utl_tcp.crlf ||
    'You have received this mail from database!');
    utl_smtp.quit(l_maicon);
    end;
    Please explain me in detail
    Gobi....

    If I do a Google search on the terms "Oracle mail", this askTom thread is the second hit
    http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:255615160805
    Did you already find this thread? If so, did it not answer your question sufficiently?
    Additionally, it would be quite helpful if you would post the results of running the code you posted. You've given no indication whether there is an error, what error might be generated, whether you're not seeing the expected behavior, whether the code crashes your system, etc. That leaves us to guess about what problems you might have between syntax errors, permission problems, configuration problems on the database, configuration problems on the SMTP server, operating system problems, network problems (the list goes on).
    Justin

  • Data transfer from MySQL to Oracle Urgent!

    Hi All,
    We have a table in MySQL database and we need to transfer a subset of its data over to Oracle table. The table in MySQL is big, so we created a temp table trying to do it several times. The question is, we set the the primary key column in both MySQL temp table and Oracle table ( a varchar column), when we transfered the data over using "insert into table_name select * from table_name@hsdobc", Oracle always gave the "Null value for not Null column" error, and it's only existed for one row no matter how many rows we want to transfer, but MySQL temp table has no such null value for the primary key column, it's very strange. Anyone knows what the problem might be? Thanks very much in advance.

    Hi, thanks for your answer. I checked the MySQL table again, and found that in both the original table and the temp table, there is a row with the primary key column value "null". Don't know what happened? Probably it's a MySQL bug.
    It's not Primary Key NULL value. If your new Oracle Table has ANY column defined
    NOT NULL and while inserting you have at least one value in one row of coming data is NULL - It will fail. You need either to drop NOT NULL constraint for that
    column(s), or provide value for it.
    Also you can drop that NOT NULL constraint, Insert your data as is,
    Update your data to get rid off all NULLs and put NOT NULL constraint back on.
    ALTER TABLE MY_NEW_TABLE MODIFY MY_NEW_COLUMN NULL;
    UPDATE MY_NEW_TABLE SET MY_NEW_COLUMN = 'Some_Value';
    ALTER TABLE MY_NEW_TABLE MODIFY MY_NEW_COLUMN NOT NULL;

Maybe you are looking for

  • Query help needed for querybuilder to use with lcm cli

    Hi, I had set up several queries to run with the lcm cli in order to back up personal folders, inboxes, etc. to lcmbiar files to use as backups.  I have seen a few posts that are similar, but I have a specific question/concern. I just recently had to

  • CSS Layout Questions

    Only making baby steps in CSS still but I am learning a lot. Here's a link to the page I am trying to create: http://www3.telus.net/~jessum/details_layout.html Here's what I have managed to create so far: http://www3.telus.net/~jessum/details.html Wh

  • Hide horizontal browser scrollbar

    Hi, hope you could help me solving my problem... I 'm a beginner with muse and have a problem with the 100% width... wanna built a Menue with the add on "mighty menu" and a slide show below there with the composition widget of muse in 100% width, but

  • Check size of infocube in terms of K (100 K or more dimension members)

    Hi Experts, How can I check Infocube size in terms of K (100 K or more dimension members) ? Full points will be assigned. Thanks! Sapna

  • Read an Excel file in java

    Greetings all I am not a java pro but have to develop a software for my company init. i need to read data from an excel file. I couldnt find proper help on the internet so thought about dropping a message here in java guru forum. i'll be obliged if s