ORA-03121 After installing Gateway

Hello Experts,
i am trying to connec to MS Sql Server 2000 on remote win2003 machine by using my machine which is WinXP Oracle 10g 10.1.0.2. I installed and configure Gateway as well which is on diffrent home than the oracle in my machine.
when i issue command on SQL Prompt
connect imosadmin/imos@odbc:dsnimos
i got
ORA-03121: no interface driver connected - function not performed
where as dsnimos is a dsn to MS SQL Server2000
and imosadmin/imos is a username and password for the database.
After doing all this my other database services also stop working :(
Please check the configurations which i made as well may be i am wrong somewhere.....
For further info i am pasting my configuration files.
Gateway Home C:\OraHome_1\network\admin\listener.ora
LISTENER =
(ADDRESS_LIST=
     (ADDRESS=(PROTOCOL=tcp)(HOST=zahid)(PORT=1522))
     (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)))     
SID_LIST_LISTENER=
(SID_LIST=
(SID_DESC=
(SID_NAME=tg4msql)
(ORACLE_HOME=C:\OraHome_1)
(PROGRAM=tg4msql)
Rest everything is commented
Oracle Database home C:\oracle\product\10.1.0\Db_1\NETWORK\ADMIN\listener.ora
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = zahid)(PORT = 1521))
C:\oracle\product\10.1.0\Db_1\NETWORK\ADMIN\tnsnames.ora
tg4msql=
(DESCRIPTION=
(ADDRESS= (PROTOCOL=TCP) (HOST=zahid) (PORT=1522) )
(CONNECT_DATA=
(SID=tg4msql))
(HS=OK))

ORA-12154 means that the Oracle database cannot resolve the tnsnames entry 'tg4msql'. Just make sure that your oracle database has the following entry in the $ORACLE_HOME/network/admin/tnsnames.ora entry:
tg4msql=
(DESCRIPTION=
(ADDRESS=
(PROTOCOL=TCP)(HOST=zahid)(PORT=1522)
(CONNECT_DATA=
(SID=tg4msql)
(HS=OK)
But checking your config you have...
To start with, activate an sqlnet trace on your database, add following lines to the sqlnet.ora in your C:\oracle\product\10.1.0\Db_1\NETWORK\ADMIN\ path:
TRACE_LEVEL_CLIENT=16
TRACE_FILE_CLIENT=client.trc
TRACE_FILE_DIRECTORY=C:\TEMP
and restart your SQL*Plus session and try the select again. This should generate a sqlnet client trace which hopefully will show why the database cannot resolve 'tg4msql' to the tnsnames.ora entry specified. For example are you using the TNS_ADMIN variable?
Regards,
Ed

Similar Messages

  • After installing the update I get this message on an app from facebook "502 Bad Gateway nginx" what is the issue and what do I need to do to solve the issue?

    after installing the update I get this message on an app from facebook "502 Bad Gateway
    nginx" what is the issue and what do I need to do to solve the issue?

    Hi there, harleygirl.
    A look around the internet and my previous knowledge indicates this is not an issue with firefox, but with how the server that the app is run on is incorrectly configured. To test this, please install an old version of firefox. You can download an older version from http://www.mozilla.org/en-US/firefox/all-older.html then try to visit the website again. Please let us know if it turns out that it works with version 3.6

  • ORA-00205: error in identifying control file..after installing ASM

    Hi
    I haveoracle database 10g running on a redhat4 mechine.
    i have installed ASM and migrate my database to ASM.
    I haven't any problem and everything was fine till i reboot the mechine for the first time after
    installing ASM.
    I got the ORA-00205: error in identifying control file, check alert log for more info
    error when database was restarting
    any one can help me out of this problem
    many many thanks in advance

    eventually I figured out what the problem is.
    The problem is about my dbora file used to start my database.
    this is the whole story!!!
    I have a oracle 10gR2 installed on Redhat linux AS 4.
    I have configured my database to work on ASM.All the configuration have set properly
    and every thing is fine except the Automatic starting the database in time
    the mechine is restarted.
    when i restart the mechine with nothing in dbora(used to automatically start the database)
    and start everything after logging into oracle user(listener ,database,Enterprise manager)
    no problem(i can see my ASM instance database instance throught Enterprise managaer).
    but when i use dbora to do that i get this error appear in enterprise manager
    ORA-12528: TNS:listener: all appropriate instances are blocking new connections (DBD ERROR: OCIServerAttach)
    this is the content of dbora:
    s script is intended to allow the automated
    # startup and shutdown of an oracle database server.
    # Author: Sean O'Donnell <[email protected]>
    # the user that oracle runs as (default: oracle)
    ORACLE=oracle
    # database instance id
    ORACLE_SID=orcl
    # ORACLE_HOME (file system) path
    ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
    PATH=${PATH}:$ORACLE_HOME/bin
    export ORACLE_SID ORACLE_HOME PATH
    case $1 in
    'start')
    su - $ORACLE -c "$ORACLE_HOME/bin/lsnrctl start"
    su - $ORACLE -c "$ORACLE_HOME/bin/dbstart"
    su - $ORACLE -c "$ORACLE_HOME/bin/emctl start dbconsole"
    'stop')
    su - $ORACLE -c "$ORACLE_HOME/bin/emctl stop dbconsole"
    su - $ORACLE -c "$ORACLE_HOME/bin/dbshut"
    su - $ORACLE -c "$ORACLE_HOME/bin/lsnrctl stop"
    echo "usage: $0 {start|stop}"
    esac
    exit
    What do u think could be the reason?!!!!
    thank you in advance

  • "ORA-12222 TNS no such protocol adapter" When running Forms after installing Portal

    We have a Forms 6i (web) application running on 9iAS. This worked fine. But after installing Portal on the same 9iAS, we got the following error when starting the WebForms application:
    ORA-12222 TNS no such protocol adapter
    Who knows a solution?
    Configuration
    9IAS v1.0.2.2
    8.1.7
    Form 6i Patch 10
    Windows NT
    Best regards,
    Harm van Zoest

    This is s SQLNET error.
    You can search for it on OTN using the search button.
    IT usually means that the tnsnames.ora file was changed. Or that you are now using another tnsnames.ora.

  • Missing Listener.ora after installing 8i on Red Hat Linux 6.1

    Hi
    After Installing Oracle Enterprize Edition on Red Hat Linux 6.1(Using two patches viz jre1.1.6 and linux_815patches)& created default database with sid ORCL.But listener.ora is missing in $ORACLE_HOME/network/admin.
    So showing error when ever trying to start lsnrctl service.
    What is the reason ? How can you we get default listner.
    Is there any other way to connect client and server without listener.ora.
    please reply immediately.
    null

    Create and configure it. See Section 5:
    http://homepages.tig.com.au/~jmsalvo/linux/oracle8i.html

  • ORA-27125 error after installing 9.2.0.7 patch on FC2

    Hi!
    After installing 9.2.0.7 patch over 9.2.0.5 database (some time ago patched from 9.2.0.4) Oracle instance is not starting anymore. Error is:
    ORA-27125 - unable to create shared memory segment.
    I have Fedora Core 2 Linux.
    Pls help!

    Problem solved by folowing this thread (http://www.orafaq.com/forum/t/37530/0/) and particulary doing this:
    From oracle user:
    cd $ORACLE_HOME/bin
    mv oracle oracle.bin
    cat >oracle <<"EOF"
    #!/bin/bash
    export DISABLE_HUGETLBFS=1
    exec $ORACLE_HOME/bin/oracle.bin $@
    EOF
    chmod +x oracle
    --------------------------------

  • After installing MAWI error ORA-01031 when trying to connect as sysdba

    I've installed mawi 2.18 on a brand new 10.2.0.5 ORACLE_HOME.
    After installing the patch i cannot connect anymore to the database as sysdba: the error i got is:
    ORA-01031: insufficient privileges
    If i unset TWO_TASK (as stated in mawi install procedure) and replace it by ORACLE_SID it works.
    What's the correct setup to handle both sysdba connection and MAWI setup ?
    thanks
    Chris

    You could create two seperate env files. The EOF.env for TWO_TASK access and then another env file of yoru choice for SYSDBA access replacing TWO_TASK with ORACLE_SID and depending on whether you are using sysdba access or regular MW access you would execute the correct env file. I would also place the SYSDBA env file in the actual ORACLE_HOME directory.

  • [b]ora-03121[/b] no interface driver connected.

    After succesful installation of Oracle9i Enterprise Edition on windows2000 server.When we installed Forms5 on same machine it shows ora-03121 no interface driver connected.
    Another message is ora-12203 TNS unable to connect to destination.Kindly suggest where things got wrong
    regards
    vikas

    Forms 5.0 expects to be installed into the "Default" oracle home - this generally means that you have to install it onto the box first and then install any multi-Oracle home products such as the database afterwards.
    Forms 5.0 should certainly not be installed into the same oracle home as a 9i database

  • Help installing gateway on non-database server

    I have a 64bit 10.2.0.3 database running on W2K3 64bit server. I need to access a SQL Server database (2005 version) on a different host.
    I'd like some insight into installing the gateway services on a 32bit Wk23 machine to bridge the 64bit Oracle database to the SQL Server database.
    IE: 64bit DB -> 32bit Gateway -> 2005 SQL Server DB
    Thanks in advance.

    There are four important things to consider when installing gateway or hsodbc .
    1) the version of your database eg. 8i/9i/10g
    2) Database library
    3) Oracle transparent Gateway and Oracle's Heterogeneous Services ODBC - generic connectivity (HSODBC) are two different product.
    4) You must have ODBC Driver setup on both servers{ i.e SERVER A Oracle database and SERVER B SQLSERVER} for generic connectivity hsodbc.
    (if you are installing on Unix you must have to get ODBC driver for Unix (data direct third patry supplier).
    But if you installing Oracle transparent Gateway you only need odbc driver configure on the SQLSERVER box.
    NB: Point 3 and 4 are very important.
    In point three you have to decide if you want to go with Oracle transparent Gateway (OR) Oracle's Heterogeneous Services ODBC.
    A lot of my fellow DBAs have failed to explain this in details.
    If you go for Oracle transparent Gateway you will have to buy additional license from oracle but the gateway can be use for multiple gateway configurations. In effect, this will become your transparent Gateway Server for many installation that require Gateway whether Unix or windows based configurations.
    On the other hand, if you decide to go for generic connectivity (HSODBC) you still have to buy ODBC for UNIX (from data direct) unless you are on Windows Operating systems Server which come naturally with odbc installed.
    In your case all your configurations are Windows based. Therefore no licensing issue for you if you are using generic connectivity (HSODBC). It will be all free.
    During both odbc configurations, use system DSN and make sure you test them.
    NB: I will not be going true system DSN configuration. It is simple, even my thirteen years old son could configure it.
    Important:
    a)
    remeber to configure the initsid file in ORACLE_HOME\hs and remeber to name extactly the name giving to the DSN on SQLSERVER (SERVER B). so if it is named airwaves the init file should be name init_airwaves.ora
    HS_FDS_CONNECT_INFO = airwaves -------> from DSN on SQLSERVER (SERVER B).
    HS_FDS_TRACE_LEVEL = 4
    set ODBCINI= d:\nigeria\xxxx\odbc\odbc.ini ------> path of odbc.ini on ORACLE (SERVER A).
    b) tnsname .ora - in ORACLE (SERVER A). ORACLE_HOME\network\admin please add the entry as below to tnsnames.ora. there should always be two closing brackect after the SID entry and HS entry must be like below then follow by the last bracket as below. Any placement of the bracket will make the configuration fail.
    airwaves=
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = nigeria)(PORT = 1530))
    (CONNECT_DATA =
    (SID = airwaves))
    (HS=OK)
    c) listener .ora - in ORACLE (SERVER A). ORACLE_HOME\network\admin please add the entry as below. The bleow might look funny.
    NB:You might think the SQLSERVER (SERVER B) is not mentioned in the LISTENER:ORA. Yes that is true ! It will be mentioned via the DSN in init_airwaves HS_FDS_CONNECT_INFO definition.
    LISTENER=
    (ADDRESS_LIST =
    (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY))
    (ADDRESS =(PROTOCOL = TCP)(HOST = nigeria)(PORT = 1530))
    SID_LIST_LISTENER=
    (SID_LIST =
    (SID_DESC = (SID_NAME = nigeria)
    (SID_DESC =
    (SID_NAME = airwaves)
    (ORACLE_HOME=c:\nigeria\ora18\oracle)
    (PRESPAWN_MAX = 10)
    (PROGRAM=hsodbc)
    (ENVS=LD_LIBRARY_PATH=c:\nigeria\ora18\oracle\lib32:d:\nigeria\xxx\odbc\lib)
    LOG_DIRECTORY_LISTENER=c:\nigeria\logs\ora18\LISTENER_nigeria
    LOG_FILE_LISTENER= LISTENER_nigeria.log
    LOGGING_LISTENER= ON
    TRACE_LEVEL_LISTENER=OFF
    TRACE_DIRECTORY_LISTENER= c:\nigeria\logs\ora18\LISTENER_nigeria
    TRACE_FILE_LISTENER= LISTENER_nigeria.trc
    USE_PLUG_AND_PLAY_LISTENER= OFF
    STARTUP_WAIT_TIME_LISTENER= 0
    CONNECT_TIMEOUT_LISTENER= 20
    NB: although you are on 64bit oracle database on Windows make sure you point the library to lib32 as describe. Odbc uses 32bits.
    Major pitfall to avoid for Unix configuration of hsodbc.
    1. make sure you install ODBC for Unix.
    a) The SHLIB_PATH and LD_LIBRARY_PATH must have $ORACLE_HOME/lib32 in their path
    b) SHLIB_PATH and LD_LIBRARY_PATH must have odbc_home in their path
    SHLIB_PATH=$ORACLE_HOME/lib32:$ORACLE_HOME/network/lib:/pkg/Ndc20/home/ora18/odbc32v53/lib:/usr/lib:/usr/ccs/lib:/usr/openv/netbackup/bin
    export SHLIB_PATH
    LD_LIBRARY_PATH=/usr/openv/netbackup/bin:$ORACLE_HOME/lib32:/pkg/Ndc18/home/ora18/odbc32v53/lib
    export LD_LIBRARY_PATH
    ODBCINI=/pkg/Ndc18/home/ora18/odbc32v53/odbc.ini >>>>>> (using data direct odbc on unix for sqlserver )
    export ODBCINI
    To check if this correct.
    env at a unix prompt
    or
    cd $ORACLE_HOME then type
    hsodbc
    then you will received the banner below.
    Oracle Corporation --- DONNERSTAG SEP 11 2008 12:22:48.154
    Heterogeneous Agent Release 10.2.0.3.0 - Production Built with
    Driver for ODBC
    if it returns a banner then you are on the right way to sucessful configuration. if it generates core dump the go back and make sure the path are set correctly. if you get a banner then procced to the next step.
    2)
    You need only one listerner.ora adjust as above and also adjust the tnsnames.ora as well the brackect in tnsname is very important. if you get it wrong will be receiving ORA-12537: TNS:connection closed. This indicates that you have not set the lib as mentioned above.
    Both Windows and Unix
    1) reload the listener or stop and restart listener which ever you are comfortable with.
    2) log on to sqlplus and create the dblink
    3) CREATE DATABASE LINK "AIRCOM" CONNECT TO "airwaves_link"
    IDENTIFIED BY "********"
    USING 'airwaves'
    ----> airwaves_link ------Is the user name on SQLSERVER (SERVER B) identifed by is the password of the user
    4) now test your connection from sqlplus using the link created.
    -- > tnsping airwaves
    Also make sure you have a known table on the sqlserver database
    sqlplus " / as sysdba "
    SQL> select * from account@aircom;
    I hope this helps.
    [email protected]

  • Error while installing gateway please help soon

    Error while installing gateway in
    Microsoft Windows Server 2003.
    error while installing gateway
    E:\idm\gateway>gateway -i
    10/02/2008 15.13.38.015000 [4972] (../../../../src/wps/agent/logging/WSTrace.cpp
    ,150): trace active, level: 4, file: E:\\IDMLOGS\\gateway.log, maxSize: 10240 KB
    10/02/2008 15.13.38.015000 [4972] (../../../../src/wps/agent/logging/WSTrace.cpp
    ,108): In WSTrace::init()
    10/02/2008 15.13.38.015000 [4972] (../../../../src/wps/agent/logging/WSTrace.cpp
    ,109): Gateway version: 'Sun Java System Identity Manager 7.1'
    10/02/2008 15.13.38.015000 [4972] (../../../../src/wps/agent/logging/WSTrace.cpp
    ,110): OS version: 'Windows Server 2003 Family Service Pack 1 (Build 3790)'
    An error occured when trying to install the service: No error
    E:\idm\gateway>

    Use that MS installer cleanup to get rid of iTunes first, then QuickTime.
    Actually, I should back up. Go to the article I link below, and scroll down to the section
    *General Installation Troubleshooting*
    Important: A majority of customers experience successful iTunes installation after completing these troubleshooting procedures. If one does not help, proceed to the next.
    -Completely Remove iTunes and QuickTime (Click to show)
    -Empty your Temp directory and restart (Click for more)
    -Clean up iTunes installer files on the computer (Click for more)
    -Download QuickTime Standalone Installer (Click for more)
    -Disable other conflicting software (Click for more)
    -Make sure your folder names don't contain strange characters (Click for more)
    http://docs.info.apple.com/article.html?artnum=93976

  • Windows 8.1 Pro will not boot after installing iTunes 11.1.5.5

    It's a little hard for me to accept that this is true, but the symptoms seem to be pointing the direction of the title of this thread.  I have an all-in-one touch-screen Gateway computer that came with windows 7 (yeah, a win7 machine that came with touch, yeesh) and I put windows 8.1 pro 64-bit on it with a clean install (actually windows 8 was the clean install and then I did the free microsoft store upgrade to 8.1).  It has 4GB of RAM and has a Pentium Dual Core cpu @ 2.2 Ghz.  It was running fine with the previous version of iTunes, but as soon as I updated to iTunes 11.1.5.5 (and there may have been other apple things that updated too (ie quicktime of course), the computer prompted me for a reboot and froze during the reboot process (before it even shut down).  Then it had trouble booting into windows.  I ran startup repair to no avail and decided to do a sytem restore.  My most recent restore point was from a few weeks back, before iTunes was even installed at all on the machine.  I went back to that point and the machine worked fine again.  Then I installed iTunes 11.1.5.5 and the same exact problem occurred - it froze while shutting down after the iTunes install and then would not boot into windows 8.  I did another system restore and have not put iTunes back on.  The system is working fine.  I'm going to try to find out if there's a way to download older versions of iTunes, so that I can install it, but the bigger issue here is: Is this a legitimate bug/incompatibility with some hardware or software or driver that I have on this computer?  I run a computer support business so I know my way around but I don't have time to troubleshoot this from scratch.  Anyone else seeing this?  Apple employees...a little help here?  Any input?

    let it sit for about 30 min and still got nothing
    I then did a "hard shutdown(just pressed power button till it turned off the computer)"
    That may not have been long enough.  But a "hard shutdown" would definitely have been construed as a problem due to the update.
    Asus apparently is a known problem case...
    http://blogs.msdn.com/b/usbcoreblog/archive/2013/10/19/help-after-installing-windows-8-1-the-superspeed-ports-of-my-asus-system-don-t-work.aspx
    Link courtesy Darrell Gorter [MSFT] found here
    "Windows 8 Keyboard and mouse not working"
    http://social.technet.microsoft.com/Forums/en-US/w8itprohardware/thread/06e9b341-0619-4085-acbf-e2f0133ca428?outputAs=rss
    (RSS given to avoid overhead of opening long thread for IE users)
    Note that there may be useful tips for you in both of those threads' comments.
    Robert Aldwinckle

  • Unable to Logon to the SAP System after Installing SAPNW2004sSneakPreviewAB

    Hi
       I Installed SAPNW2004sSneakPreviewABAP.
       If i am trying to run the NSP Server it first Starting (Showing Blue Color ) and after few seconds it is becoming Yellow in Color. When i cross checked in Process list it is showing one of the process in yellow color i.e.
    disp+work.EXE whose description is Dispatcher
    and Status is showing as "Running but Dialog Queue standstill"
    May be because of this i am unable to log on the SAP System.
    One more thing i got a licence key from SAP but when i am trying to intall licence key using saplicence -install this is also not working it is showing following error message.
    SAPLICENSE (Release 700) ERROR ***
        ERROR:   Can not set DbSl trace function
        DETAILS: DbSlControl(DBSL_CMD_IMP_FUNS_SET) failed with return code 20
        RC-INFO: error loading dynamic db-library - check environment for:
                 dbms_type = <db-type>  (e.g. ora)
                 DIR_LIBRARY = <path to db-dll>  (e.g. /usr/sap/SID/SYS/exe/run)
    Could you please help in this

    Please refer to this post as this is a duplicate.
    Problem after installing SAPNW2004sSneakPreviewABAP
    Please close this post.  Thanks.
    Regards,
    Rich Heilman

  • Error after installing Oracle Enterprise Linux (Release 5) on Dell T 110

    eth0      Link encap:Ethernet  HWaddr 00:15:17:F7:81:53 
              inet addr:192.1.1.11  Bcast:192.1.1.255  Mask:255.255.255.0
              inet6 addr: fe80::215:17ff:fef7:8153/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:220 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:100
              RX bytes:0 (0.0 b)  TX bytes:15868 (15.4 KiB)
              Memory:dfcc0000-dfce0000
    eth1      Link encap:Ethernet  HWaddr B8:AC:6F:92:C2:0C 
              inet addr:192.1.1.9  Bcast:192.1.1.255  Mask:255.255.255.0
              inet6 addr: fe80::baac:6fff:fe92:c20c/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:263812 errors:0 dropped:0 overruns:0 frame:0
              TX packets:58 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:18959341 (18.0 MiB)  TX bytes:9476 (9.2 KiB)
              Interrupt:169 Memory:dfbf0000-dfc00000
    lo        Link encap:Local Loopback 
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:1393 errors:0 dropped:0 overruns:0 frame:0
              TX packets:1393 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:4035655 (3.8 MiB)  TX bytes:4035655 (3.8 MiB)Any help please. I am a first time Linux user.
    Thanks
    A/A

    This looks like a follow up of Re: Error after installing Oracle Enterprise Linux (Release 5) on Dell T 110
    Can you give more details what you are trying to do or trying to accomplish. Where are you trying to ping to?
    It could be that you have not defined your gateway or DNS server for name to IP mapping. What is the output of
    # netstat -rn
    # cat /etc/resolv.conf

  • Installing Oracle 10G Express Edition on Linux after installing Libaio-0.3

    I had got a error while installing 10G Express Edition on Redhat Fedora core 4 linux after installing libaio-0.3.104-2.i386.rpm
    I had given the following command in Linux Command prompt to install the oracle database 10 G Express Edition (oracle-xe-10.2.0.1-1.0.i386.rpm)
    # sudo rpm -ivh /tmp/oracle-xe-10.2.0.1-1.0.i386.rpm
    The error I had got is as follows:
    Preparing.....#####################[100%]
    1:oracle-xe Warning:/etc/init.d/oracle-xe saved as /etc/init.d/oracle-xe.rpmorig
    error:Unpacking of archive failed on file /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/ons;4698950F:cpio:MD5 Sum Mismatch

    The steps I am asking is for installing oracle 10G express edition on Redhat Fedora core 4 Linux version. Now, after downloading the fresh copy of Oracle 10G express edition from the Oracle site. I have successfully installed oracle now.
    I was getting the following errors - I have pasted previous query for the problem which I had faced after installing Oracle 10 G Express Edition successfully on Redhat Fedora Core 4 Linux.
    The Previous Query is as follows:
    Thanks For Guiding Me All of you!
    Finally, I have installed Oracle 10G Express Edition on Redhat Fedora core 4 Linux.
    Now, I am having the following problems:
    After making the changes as per my Reference mentioned in my different messages, I had done the troubleshooting steps going to Options and setting the same.
    1.When I try to load the http://127.0.0.1:8080/apex page it gives an error popup:
    " The connection was refused when attempting to contact 127.0.0.1:8080 "
    2. After opening the Run the SQL Command Line by clicking on applications and When I say " Connect System and when prompted for password, I have entered the password and gives another error as follows:
    ORA-01034 : Oracle not available
    ORA-27101: Shared Memory realm does not exist
    Linux Error:2:No such file or directory
    3. When I try to manually start the Listener or Services, It gives one more error:
    Root Not a Member of DBA Group
    I need to What is happening or What is the Problem and How will I rectify them?

  • Unable to connect to network after Installing Oracle VM server 2.2.1

    Dear All,
    I have downloaded Oracle VM Server 2.2.1 from Oracle E-Delivery Site.
    I installed it on one server. But after installing it I am not able to connect to the network.
    When I am trying to ping other servers, it says Destination Host Unreachable.
    Do I need to install something for NIC like eth0 or xenbr0... or network connectivity?
    Can anyone have soluiton of this problem?
    Yours views & comments are highly appreciated.
    Thanks in Advance.

    This is the output of
    # route -n
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    172.16.1.0 0.0.0.0 255.255.255.0 U 0 0 0 xenbr0
    172.16.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
    0.0.0.0 172.16.1.254 0.0.0.0 UG 0 0 0 xenbr0
    I checked on other machines on same network, they have configured same netmask configured.

Maybe you are looking for

  • Parameters in a mapped servlet in Tomcat

    I am using Tomcat 4.0.2/JDK 1.3.1 running on Solaris. I have the following servlet called foo.Bar, named FooBar in the web.xml file for my webapp. <servlet> <servlet-name>FooBar</servlet-name> <display-name>FooBar</display-name> <description></descri

  • Question about Gantt Diagram in SharePoint 2010

    Hello guys, how can I change the colour of the bar plots in the Gantt Chart. I would like to use JavaScript and change it from green to red. Is there a Script or something and which class I have to use? I hope you can help me! Best regards Matthias

  • Update quantity in sales order by 'BAPI_SALESORDER_CHANGE'

    I am trying to use the 'BAPI_SALESORDER_CHANGE' to change a sales order. I have to add a line item for empties in the sales order. the line gets sucessfully added but the quantity is not gettign updated. I have tried all the fields of table ITEM_IN (

  • Scroll bar disappears

    I am very disappointed in Lion and wished I would have never purchased it.  Hyped up version of........nothing.  The scroll bar on calendar disappears after it is opened and you cannot schedule items past 11:00am.  In finder, there is no scroll to ge

  • I miss this Jaguar finder feature in Tiger

    In the Jaguar finder, you could drag directories to the toolbar; you can see an image of it here: http://www.actsofvolition.com/images/osxreview_threepaneview.gif In the current Tiger finder, I can click on the "egg" in the top right corner to put th