Help ! ! !Oracle 8.1.7, Linux, JDBC problem

We have been troubleshooting a problem with our recently installed Linux (mandrake 8.0) Oracle DB Server. Everything seems to run fine, except JDBC connections. Whenever we connect to the server with one of our Java applications, JSP, Servlet, etc... the first time it works, then all other java apps get:
java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
... also, our connect strings are correct... seems to be a problem with the listener...
this only happens on the linux server and not solaris.
Here is the listener.ora file
# LISTENER.ORA Network Configuration File: /disk1/OraHome1/network/admin/listener.ora
# Generated by Oracle configuration tools.
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = warf))
(ADDRESS = (PROTOCOL = TCP)(HOST = 216.174.11.57)(PORT = 1521))
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /disk1/OraHome1)
(PROGRAM = extproc)
(SID_DESC =
(GLOBAL_DBNAME = warf.world)
(ORACLE_HOME = /disk1/OraHome1)
(SID_NAME = warf)
)

Also,
If I stop the listener and restart it... it works, but only for the first JDBC connection... ODBC seems uneffected.

Similar Messages

  • Oracle 8i enterprise client linux installation problems

    Hi,
    I have a problem installing oracle 8i client on linux machine. It gives an error message when I tried to run runInstaller.
    this is the error message:
    Initializing JAva Virtual Machine from /usr/local/jre/bin/jre. Please Wait...
    Error in CreateOUIProcess():-1
    :Bad address
    The machine is PII 450 with 128 mb of ram
    Thanks,
    Gurhan Gunduz
    850-6447018

    Gurhan,
    I think it has nothing to do setting the JRE enviroment .from what I could remember is you have to install a JRE enviroment patch..
    If you check you insallation documentation..
    it tell you where to get the patch from..and I also think that you have to create symbolic link...
    If you need more info on this..I could send you the URL..where you could get the patch..
    send me an email..if you need futher assistance..I could then send you the url to get the patches from...
    good luck.
    shah

  • Oracle on Linux JDBC problem

    Hi
    I installed Oracle 8.1.7 on Redhat 7.0 JDK 1.22
    I try to connect Oracle with thin JDBC Driver.
    code are all similar to the sample code. But I find the following exception message:
    java.sql.SQLEXception:io exception: The network adapter could not establish the connection
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java...)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java...)
    at oracle.jdbc.driver.OracleConnection.<init>(Oracleconnection.java ....)
    when I try to call DriverManager.getConnection
    Is there any suggestion?
    And why linux don't provide class12.zip, Is this problem because of I use class111.zip with JDK 2?
    Thanks
    Feng
    null

    I tried. download classes12.zip. same exception.
    Feng
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Lito ([email protected]):
    Hi,
    Yes, I think it is. classes111.zip is compatible with JDK v.1.x.x (I think). You should download the classes12.zip.
    It is located in the download section. Look for jdbc driver. Download the solaris version. (It is 100% pure java, so it runs on Linux).
    PS. I am not sure if oracle also needs the compatible nlscharset file to run under JDK2.<HR></BLOCKQUOTE>
    null

  • Remote JDBC Problem with Oracle BPM Studio

    Hi all, i am facing the Remote JDBC Problem with Oracle BPM Studio.
    When i configure a Remote JDBC Connection for SQL in BPM Studio, it prompt me an error.
    The SQL Connection is configured as following :
    External Resource:
    Name : MyDS
    Type : SQL Database
    Supported Types : Remote JDBC
    Details:
    Database Type : BPM's Oracle Driver Version:10, 11
    J2EE : WLS
    Lookup Name : MyAppDS
    Configuration for "WLS"
    Name : WLS
    Type : J2EE Application Server
    Supported Types : GENERIC_J2EE
    Details:
    Initial Context Factory : weblogic.jndi.WLInitialContextFactory
    URL : t3://localhost:7001
    But, when i try to connect to the Database by using this configuration, I will get an Exception.
    An exception occurred while getting a resource from a connector.
    Detail:The connector [[ MyDS : SQL : REMOTE_JDBC ]] caused an exception when getting a resource.
    Caused by: An exception occurred while getting a resource from a connector.
    Detail:The connector [[ WLS : J2EE : J2EE ]] caused an exception when getting a resource.
    Caused by: javax.naming.NoInitialContextException: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory [[ Root exception is java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory ]]
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:657)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at fuego.jndi.FaultTolerantContext.createContext(FaultTolerantContext.java:726)
         at fuego.jndi.FaultTolerantContext.<init>(FaultTolerantContext.java:79)
         at fuego.connector.impl.GenericJ2EEConnector.createInitialContext(GenericJ2EEConnector.java:177)
         at fuego.connector.impl.GenericJ2EEConnector.createStandaloneContext(GenericJ2EEConnector.java:98)
         at fuego.connector.impl.BaseJ2EEConnector.getResource(BaseJ2EEConnector.java:92)
         at fuego.connector.impl.BaseJ2EEConnector.getResource(BaseJ2EEConnector.java:76)
         at fuego.connector.J2EEHelper.getReadOnlyContext(J2EEHelper.java:86)
         ... 12 more
    Edited by: user2262377 on Jun 22, 2009 4:01 PM

    I guess the weblogic.jar is not included in the studio.
    So, i added weblogic.jar (Weblogic 10.3) and wlclient.jar (Weblogic 10.3)
    It is working in my simple java code. But, still not working in BPM Studio.
    The error logs:
    An exception occurred while getting a resource from a connector.
    Detail:The connector [OFT_APP_DS:SQL:REMOTE_JDBC] caused an exception when getting a resource.
    Caused by: java.lang.Object cannot be cast to java.io.Serializable
    fuego.connector.ConnectorException: An exception occurred while getting a resource from a connector.
    Detail:The connector [OFT_APP_DS:SQL:REMOTE_JDBC] caused an exception when getting a resource.
         at fuego.connector.ConnectorException.exceptionOnGetResource(ConnectorException.java:88)
         at fuego.connector.JDBCHelper.getReadOnlyConnection(JDBCHelper.java:93)
         at fuego.sqlintrospector.BrowserPanel.connect(BrowserPanel.java:395)
         at fuego.sqlintrospector.BrowserPanel.populateTree(BrowserPanel.java:200)
         at fuego.ui.wizards.ui.CheckTreeBrowser$1.construct(CheckTreeBrowser.java:63)
         at fuego.ui.SwingWorker$2.run(SwingWorker.java:39)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.ClassCastException: java.lang.Object cannot be cast to java.io.Serializable
         at weblogic.iiop.IIOPOutputStream.writeAny(IIOPOutputStream.java:1588)
         at weblogic.iiop.IIOPOutputStream.writeObject(IIOPOutputStream.java:2231)
         at weblogic.utils.io.ObjectStreamClass.writeFields(ObjectStreamClass.java:413)
         at weblogic.corba.utils.ValueHandlerImpl.writeValueData(ValueHandlerImpl.java:235)
         at weblogic.corba.utils.ValueHandlerImpl.writeValueData(ValueHandlerImpl.java:225)
         at weblogic.corba.utils.ValueHandlerImpl.writeValue(ValueHandlerImpl.java:182)
         at weblogic.iiop.IIOPOutputStream.write_value(IIOPOutputStream.java:1963)
         at weblogic.iiop.IIOPOutputStream.write_value(IIOPOutputStream.java:2001)
         at weblogic.iiop.IIOPOutputStream.writeObject(IIOPOutputStream.java:2266)
         at weblogic.jdbc.common.internal.RmiDataSource_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
         at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

  • Jdbc-problem/Solaris/linux

    I tried to start the JdbcCheckup-example from the Oracle 8i-Package for OCI8!
    Although i set the LD_LIBRARY_PATH TO:
    /opt/app/oracle/product/8.1.5/lib:/opt/app/oracle/product/8.1.5/jdbc/lib/
    when i start the Program i get following message:
    java.lang.UnsatisfiedLinkError: make_c_state
    at oracle.jdbc.oci7.OCIDBAccess.logon(OCIDBAccess.java:148)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:103)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:148)
    at java.sql.DriverManager.getConnection(DriverManager.java:83)
    at java.sql.DriverManager.getConnection(DriverManager.java:126)
    at JdbcCheckup.main(JdbcCheckup.java:43)
    Please help me!

    Please double check your connect string specifies "oci8". That is, "jdbc:oracle:oci8:@...".
    Thanks.

  • Problem in Installing oracle 11g in enterprise linux

    Hello all,
    Iam new to linux and oracle .... I had downloaded enterprise linux from oraclewebsite, My question is i was not able to install oracle 11g in enterprise linux...
    And when i am trying to install ./runInstaller
    iam getting error message (permission denied).
    is that necessary to install oracle vm server or manager .. if so how to do it .. Please give me clear idea how and where to start..

    Hi,
    The error message which iam getting is
    [root@Karthik database]# ls -la
    total 48
    drwxr-xr-x 8 root root 4096 Sep 10 15:42 .
    drwxr-xr-x 3 root root 4096 Sep 10 15:40 ..
    drwxr-xr-x 12 root root 4096 Sep 10 15:42 doc
    drwxr-xr-x 4 root root 4096 Sep 10 15:42 install
    drwxr-xr-x 2 root root 4096 Sep 10 15:42 response
    drwxr-xr-x 2 root root 4096 Sep 10 15:42 rpm
    -rwxrwxrwx 1 root root 4352 Aug 13 23:56 runInstaller
    drwxr-xr-x 2 root root 4096 Sep 10 15:42 sshsetup
    drwxr-xr-x 14 root root 4096 Sep 10 15:46 stage
    -rw-r--r-- 1 root root 5400 Aug 17 12:25 welcome.html
    [root@Karthik database]# ./runInstaller
    ./runInstaller: line 137: /root/Desktop/linux_11gR2_database_1of2/database/install/.oui: Permission denied
    The command
    bash ./runInstaller.sh didnt helped. again got the error of bash: ./runInstaller.sh: No such file or directory
    Thanks,
    karthik

  • Oracle 4.0 Lite JDBC Problem

    I have tried to connect to the sample database (POLITE.ODB)
    supplied with Oracle Lite 4.0 via JDBC. The getConnection
    catches an exception in the shared library path. Where is the
    oljdbccl40 shared library?
    The two lines of java code are:
    Class.forName("oracle.lite.poljdbc.POLJDBCDriver");
    Connection conn = DriverManager.getConnection
    ("jdbc:polite:polite@kbrumley", "system", "NULL");
    Stack trace report below:
    Debugger Stack Trace Report:
    Thread[main,5,main] (Alive)
    Uncaught exception (java.lang.UnsatisfiedLinkError: no
    oljdbccl40 in
    shared library path)
    java.lang.Runtime.loadLibrary(String)
    this=(java.lang.Runtime) java.lang.Runtime@6fce
    libname=(java.lang.String) oljdbccl40
    security=(java.lang.SecurityManager) null
    java.lang.System.loadLibrary(String)
    libname=(java.lang.String) oljdbccl40
    oracle.lite.poljdbc.POLJDBCDriver.connect(String,
    Properties)
    this=(oracle.lite.poljdbc.POLJDBCDriver)
    oracle.lite.poljdbc.POLJDBCDriver@34e9
    arg_1=(java.lang.String)
    jdbc:polite:polite2@kbrumley
    arg_2=(java.util.Properties) {password=NULL,
    user=system}
    java.sql.DriverManager.getConnection(String, Properties)
    url=(java.lang.String)
    jdbc:polite:polite2@kbrumley
    info=(java.util.Properties) {password=NULL,
    user=system}
    currentSecurityContext=(java.lang.Object) null
    reason=(java.sql.SQLException) null
    i=(int) 0
    di=(java.sql.DriverInfo) driver
    [className=oracle.lite.poljdbc.POLJDBCDriver,context=null,oracle.
    lite.po
    ljdbc.POLJDBCDriver@34e9]
    java.sql.DriverManager.getConnection(String, String,
    String)
    url=(java.lang.String)
    jdbc:polite:polite2@kbrumley
    user=(java.lang.String) system
    password=(java.lang.String) NULL
    info=(java.util.Properties) {password=NULL,
    user=system}
    Playground.ReadPoliteEmp.main(String [])
    args=([Ljava.lang.String;)
    [Ljava.lang.String;@76b7
    null                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    You can try substituting any of the following in the download URL for the product: download-west.oracle.com , download-east.oracle.com , or download-uk.oracle.com
    Please let us know if this helps,
    OTN
    I'm unable to download the Oracle 7 JDBC driver even after using the GetRight Download utility.
    - Oracle 7.3.4.1.0
    - jdbc73402-nt.zip
    - 2/8/02 10am ET
    - IE 5.0 & Netscape 4.7.3
    - Win 2000 Terminal
    - Error Message : " The document contains no data. "

  • Problem Installing oracle 9iAS in Mandrake Linux 8.1

    1.When iam trying to install Oracle 9iAS in Mandrake linux 8.1 iam getting the
    below error. Pls help me out.
    A Initializing Java Virtual Machine from /tmp/OraInstall0/jre/bin/jre.
    Please wait...
    SIGSEGV received at bffff190
    in /tmp/OraInstall0/jre/lib/linux/native_threads/libjava.so.
    Processing terminated Writing stack trace to javacore1520.txt ... OK
    2.Does Orale 9iAS have Orace Database Server

    I don't really understand why you are using almost 6 years old distribution (release date 2002/09/30).
    What's the sense? Time has changed and of course SW included in this distro has changed (significantly) and especially glibc.
    10g R1 is certified for RH EL 2.1. When I compare version of packages (RH 8 vs RHEL 2.1) it could be possible (easily) to install on RH 8. For 10g R2 you need defintely upgrade at least glibc* packages.

  • This problem appears while installing oracle 10g on enterprise linux

    Hi All,
    While installing oracle 10g on enterprise linux 5 this message apear:
    http://img134.imageshack.us/my.php?image=problemqy2.png
    More Info:
    Oracle 10g supports redhat 4 and Enterprise Linux is redhat 5 so I changed the redhat-release to 4 to countinue setup but the above error appears, also I tried this configuration on SuSE 10 I changed the SuSE-release to 9 and went good.

    The packeges are already installedIf you execute runInstaller again is the error message the same as before?
    If yes can you post output for this command?
    rpm -qa --qf '%{name}-%{version}-%{release}.%{arch}\n'|grep -i 'libxp'

  • Installation of Oracle 9i on Redhat Linux 7.3

    Hi.
    I'm trying to install oracle 9i on Redhat Linux an facing some problems. To start with I had no problem in installing and creating the database, The listener.ora and tsnname.ora files created are similar to what i have on windows 2000( Since i was not able to make oracle working on linux, i tried installing on windows, so as to check and create database for temporary work.), But when i go to the console and type the commands: sqlplus /nolog it says bash: sqlplus:command not found.
    2. When i try clicking sqlplus executable file in the bin directory, i get a message that 'Could'nt find the program'.
    3. Where can i find the bash_profile file.
    4.I'm able to run the database configuration assistant and create new databases without any error.
    I would appreciate if some one can help me out.Also are there any special commands, for this is my first experience on linux.
    Thanks
    Pranav

    If your shell is bash (which I guess it is) you need to set the environment variables either per user in a file called ~/.bash_profile (probably /home/oracle/.bash_profile) or globally by making a file /etc/profile.d/oracle.sh
    you can list .files with ls -la
    for now you can either type /opt/oracle/product/9.2.0/bin/sqlplus or type
    export PATH=${PATH}:/opt/oracle/product/9.2.0/bin
    to add oracle to the path in your current session

  • Oracle 10g on RHEL 5.3 - Problem

    Hello. I m new to LINUX and ORACLE. I try to install Oracle 10g on my RHEL 5.3 and it shows the following problem...
    ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-11-25_03-37-38AM. Please wait ...[oracle@localhost database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-11-25_03-37-38AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    I use my PC Locally and want to access database locally also.
    I installed the packages mentioned too... Please let me know where I m doing mistake... I want to install Oracle on Linux because it will be my working domain in future.

    sachinaddy wrote:
    Hello guys, yesterday I installed 10g on my RHEL 5.3 successfully though some minor problems there, which I hope I will rectify on next installation.
    I have few BIG doubts...
    I learnt Oracle on windows platform. The directory structure on that platform is still in my mind and I can't relate it with Linux oracle's directory structure ...
    Oracle Base is - /u01/app/oracle
    Oracle Inventory is - /u01/app/oraInventory
    Whats the basic difference between OracleBase, OracleInventory and OracleHome ?
    I created directory as per guide here - http://download.oracle.com/docs/cd/B19306_01/install.102/b15660/toc.htm ... but when I install, few directories wont be used like /u01/oradata ...
    Where are trace files, pfile, dump files, archive files, etc stores. I found control, dbf and log files under
    /u01/app/oracle/product/10.2.0/db_1/oradata/orcl/
    Can you guys please help me understanding the Oracle File Structure on Linux. Its bit complex yet interesting. Waiting for some guides.
    Edited by: sachinaddy on Nov 29, 2010 11:54 PMORACLE_BASE is an environment variable used as base directory for an OFA installation. On Unix systems, this is usually /app/oracle or /u01/app/oracle.
    ORACLE_HOME refers to either:
    a directory where the Oracle software is installed; or
    an environment variable pointing to the directory where the Oracle software is installed.
    Check current value:
    $env | grep ORACLE_HOME
    $env | grep ORACLE_BASE
    ORACLE INVENTORY
    inventory stores information about all Oracle software products installed in all Oracle homes on a machine, provided the product was installed using OUI or oraInst.
    you can find the bdump,udump,cdump folders in the location
    /u01/app/oracle/product/10.2.0/db_1/admin/orcl/you can also check the bdump,udump location by
    SQL> show parameter user_dump_dest
    Had beffer refer oracle documentation:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/create.htm

  • Unable to Install Oracle 9i on redhat linux 9

    Hi everybody,
    I had been trying to install Oracle 9i on redhat linux 9 since last month and I am not able to succeed in installing the same. In fact I do not get to see even the OUI screen . I give below the steps I followed.
    1) Setting of env varibles pertinent to oracle., say ORACLE_HOME,NLS_LANG etc.
    2) PATH=$PATH:/usr/local/jdk1.3.1/bin:.
    3) export LD_ASSUME_KERNEL=2.4.1
    I have a set of 3 CD's for installation. As soon as I load the first CD. the runInstaller would run for sometime and stop, while I do the installation in the graphic mode.
    When I try to install the same in the command line mode, I get to see something like the one below
    Initializing java jre from /tmp/OraInstall0/... please wait.. and then it would come back to the command prompt.
    I then invoke ps -ef | grep -i oracle to check if some process is running and I do get to see something. But ultimately nothing happens.
    Please help me with this.

    At Oracle Site we have a very good manual for 9i installation. Follow the manual step-by-step.
    Your problem seems as a java or permissions issue.
    good luck
    Eduardo

  • How to connect to oracle in vpn in linux?

    Dear all,
    I have to connect to oracle database between two linux server in VPN.
    Plz help.

    check this , seems to be similar
    ERROR ORA-12170: TNS:Connect timeout occurred
    Re: Inconsistent ora-12170 problems on 10g.

  • Errors while Installing Oracle Xpress XE on Linux (Suse 11.2)

    Hi everyone,
    i tried to install Oracle XE on a Linux System. But i got several Errros during the Installation :
    Paket "oracle-xe-10.2.0.1-1.0.i386"
    Executing the Package got following Errors :
    Start with : rpm - ivh oracle-xe-10.2.0.1-1.0.i386.rpm
    Last steps :
    Executing Post Install steps
    insserv : warning : script 'oracle-xe' missing LSB tags and overrides
    insserv : Default-Start undefined, assuming default start runlevel(s) for script 'oracle-xe'
    oracle-xe 0:off 1:off 2:off 3:on 4:off 5:on 6:off
    I tried to configure :
    (oracle-xe configure)
    The Listener startet correctly.
    After that 3 Error-Messages :
    Configuring Database : /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/log/*.log no such file or directory
    /bin/chmod: cannot access '/usr/lib/oracle/xe/oradata/XE' no such file or directory
    and again :
    /bin/chmod: cannot access '/usr/lib/oracle/xe/oradata/XE' no such file or directory
    PS : the Folder doesn´t exist after Installing
    At the end :
    Intsallation completet Successfully (!!!!)
    The Database Files are missing ....
    The script "createdatase.sh" even got only errors (NOT Connected).
    Did i do anything wrong ? Any help is welcome !
    MfG
    Stephan
    Edited by: user1418491 on 12.09.2010 12:59
    Add :
    If I try to conenct via SQL the following Error occures :
    Enter user-name: system
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Edited by: user1418491 on 12.09.2010 13:52

    Hi all,
    the Problem ist still allive ^^
    By Installing the RPM Package i get some errors concerning the folder /var/tmp/. I think this is the problem why the initial database is not installed. So I´ve done the steps again with the comman ./createdb.sh.
    The naked DB is installed (without APEX i think). So i installed the APEX 4.0 again an i found on my external Linux Server (V-Server !) the folowing Index :
    Name
    Last modified
    Size
    i/ Tue, 14 Sep 2010 20:26:24 GMT
    public/ Tue, 14 Sep 2010 17:31:36 GMT
    sys/ Tue, 14 Sep 2010 17:31:43 GMT
    A folder /i/ written by the Apex, but still no Apex !
    The DB works correctly by Using Putty an start SQL+ on the V-Server but external connect is still not pssible.
    HTTP Access in the DB ist set to LOCALACCESS=false
    HTTP Port = 8080
    Listener = 1521
    TNSPING external DB is ok, but connecting via SQL or something still got erros written above (ORA-12514 )
    by connecting with IE8 i have to connect with sys/pw . But there happened nothing after that exept showing the folders.
    A firewall isn´t running on my V-Server because there is even teamspeak running with 6 servers.
    I´ll try with the ORARUN.RPM and hope ist will work ^^
    Add :
    I tried ORARUN.RPM but the same Errors coming as installing the ORACLE-UNIV.RPM
    Updating etc/sysconfig/oracle...
    insserv: warning: script 'S09vzquota' missing LSB tags and overrides
    insserv: warning: script 'S01oracle-xe' missing LSB tags and overrides
    insserv: warning: script 'K01psa-firewall' missing LSB tags and overrides
    insserv: warning: script 'S01psa-vpn' missing LSB tags and overrides
    insserv: warning: script is corrupt or invalid: /etc/init.d/rc6.d/S00vzreboot
    insserv: warning: script 'oracle-xe' missing LSB tags and overrides
    insserv: warning: script 'psa-vpn' missing LSB tags and overrides
    insserv: warning: script 'psa-firewall-forward' missing LSB tags and overrides
    insserv: Default-Start undefined, assuming default start runlevel(s) for script `psa-firewall-forward'
    insserv: warning: script 'psa-firewall' missing LSB tags and overrides
    insserv: warning: script 'vzquota' missing LSB tags and overrides
    MfG
    Stephan
    Edited by: Stephan on 15.09.2010 12:34

  • Oracle 11gR2 RAC on Linux

    Can we install Oracle 11gR2 RAC on Linux using OCFS2 for both Oracle software and OCR.
    Actually i am facing problems with Oracle software location which is on OCFS2
    Please help me

    Though it would be technically feasible, oracle recommends against sharing oracle binaries for RAC.
    You would be better off installing oracle binaries on a local mount on all nodes rather than a shared file system.
    Cheers.

Maybe you are looking for

  • Logging open and close of documents?

    I'd like to have a record of when I open and close documents, so that I can support my diary notes of jobs I've been working on. So I need to have the filename recorded. I can find an app' to log application usage; is there one for file usage ? regar

  • Sharepoint Web Analytics no data for reports

    Hi all, I would like some assistance in troubleshooting the web analytic problem I am experiencing with one of my farms. My web analytics reports stopped beeing generated recently and the uls logs have not been helpfull at this point. I have checked

  • Application server problem after upgrade from 4.6C to ECC 6.0

    Hi all, We have recently upgraded our test server form 4.6C to ECC 6.0. In one of the programs we are using open dataset to write files to application server. This particular folder had been mapped through "Map Network Drive function" in windows. The

  • Moving iTunes Library to an external drive.  My itunes cant connect to the library

    I have tried to move my iTunes Library to an external drive.  When I open the iTunes app i can not get the app to read the library on the external drive.  I have gone into iTunes preferences and redirected the app to read the external file and I stil

  • Fields in sales order item level for pricing

    01.02.2011 Hi friends, I have a requirement wherein i need at least 3 additional fields at the item level in the Sales Order for pricing determination i.e i want this field to be used in the condition table. Since these fields should have list of val