Installation Oracle 8i TNS error

I am trying to install Oracle 8.1.7. on windows 2000 OS. I have installed Oracle before but never had the problems I am having now.
I am installing it through a Remote Desktop Connection. I used the typical installation option. At 100% of the installation, it hangs on the net8 optional installation. When I am trying to create the database with the database configuration assistent I get an TNS error while initializing the global database. ORA-12560 TNS protocol adapter error.
What could be the problem here?
Marco

I've never tried installing Oracle 8 on Windows XP machine, so I don't know. And Oracle does not provide download link for software they don't support (like Oracle 8.1.7), </br></br>
So your options are upgrade your existing database or try searching 8.1.7 version. I presume you don't have 8.1.7 version, either way you need to upgrade your database anyway.</br></br>
Give Oracle Express Edition(it's free) a try, using it you can fully utilize advance ODP.NET feature like Database Change Notification. If you choose to download Oracle Enterprise Edition, Oracle won't charge you if you use it only for development purpose.</br></br>
Cheers,</br>
NH</br>

Similar Messages

  • Discoverer desktop installation on Windows 7 64 OS XP Mode TNS error

    I have installed discoverer administrator and desktop in XP Mode on a Windows 7 64 OS. I downloaded the install from Oracle Discoverer 11g Fusion Middleware. I am using XP mode because I believe there is no download for the 64 bit OS in the Windows environment. I have had no trouble with the installation. The trouble comes when trying to connect to a database. I get a TNS error.
    I have edited the environmental variable to include tns names. I am able to connect to a database on the network via sql developer but not with discoverer.
    One needs to run the xp application within the Windows 7 environment. I have included the environmental variable in both environments (xp virtual and Windows 7) and am 0% successful with discoverer and 100% successful with sql in seeing the database.
    Any technical advice?

    I am indebted to Praveen Deshpande for this :
    You need to create a Windows environment variable TNS_ADMIN that points to the directory where the correct Tnsnames.ora file is held.
    On my system, I went to 'Computer - System Properties - Advanced - Environment Variables", created an environment variable TNS_ADMIN and set its value to C:\oraclexe\app\oracle\product\11.2.0\server\network\ADMIN
    Check where your server or other tnsnames file is stored and set the corresponding value.
    Then it all worked perfectly.

  • Oracle 12560 tns protocol adapter error

    Hi, I have installed oracle database 10G Release 10.2.0.1.0 in my laptop which works correctly, Then I installed Oracle Developer suite in the same laptop because It is for study purpose only (I don't plan to connect to another pc). I had to start the OC4J instance manually, I create a form with the forms builder but when I compile the Oracle application server forms service gives this error :'oracle 12560 tns protocol adapter error ' and then shows me a connect screen that doesnt accept my password, Can anybody please help me

    To connect to an Oracle database you need to make the connection identifier which is something like this:
    <service name> =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = <server hostname>)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = <db SID>)
      )Not that the port number is the default number, if you have changed it during database installation you need to use the right port number.
    Or the easier way you can use the Net Configuration Assistance GUI tool found in Start/my programs/oracle home

  • Oracle Universal Installer gives a fatal error

    Hello,
    When I start the Oracle Universal Installer to install the Oracle Developer Suite (10.1.2.0.2) I get a Microsoft Fault Report, so the installation will abort.
    I had removed first the Oracle installation via the same wizard and then clean up my registry.

    Ok, I have found the problem: The installer can't write to c:\documents and settings\pieter\local settings\temp\...
    The error is like this: "error in writing to c:\documents and settings\..."
    Many users that install Oracle have this error (check google) but I can't find a solution :(
    Anyone?

  • Error during installation Oracle on Unix...

    Hello everyone,
    I tried to installer Oracle 10g r2 on unix tru 64 bit. I copied oracle software in /tmp. When I run "./runinstaller" then following message arise:
    "Unable to convert from UTF-8 to ISO 8859-1 for NLS! Permission denied."
    Any help would be appreciated.
    Regards,

    53637 wrote:
    Hello,
    Thank for your suggestion. When I tried to execute this command the following message arise:
    $ export NLS_LANG=AMERICA_AMERICA.WE8ISO8859-1
    NLS_LANG=AMERICA_AMERICA.WE8ISO8859-1 is not indentifierFirst - it was suggested you enter "WE8ISO88591", not "WE8ISO8859-1"
    Second - the suggestion was made assuming a shell such as Bash. You may be using ksh or other. Try doing this in several steps
    NLS_LANG=AMERICA_AMERICA.WE8ISO88591
    export NLS_LANG
    and perhaps try surrounding the literal with quotes
    NLS_LANG="AMERICA_AMERICA.WE8ISO88591"

  • APEX 3.2 Installation - 500 Internal Server Error

    Hi All,
    I am trying to get APEX 3.2 working on a 10.2.0.5 database, using Embedded PL/SQL Gateway. I have followed the steps from here.
    The installation is successful (no errors in install log). However, when I try to access the APEX admin page (http://host:port/apex/apex_admin) for the first time after installation, I get "500 Internal Server Error".
    Can somebody help me to figure out what is the issue ?
    Following are the details I think are relevant:
    SQL> select * from v$version ;
    BANNER
    Oracle Database 10g Release 10.2.0.5.0 - 64bit Production
    PL/SQL Release 10.2.0.5.0 - Production
    CORE     10.2.0.5.0     Production
    TNS for Linux: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production
    SQL> set lines 171 pages 999 arrays 151 long 10000
    SQL> select cast(substr(comp_name, 1, 40) as varchar2(40)) as comp_name, version, status from dba_registry ;
    COMP_NAME                     VERSION               STATUS
    Oracle Application Express           3.2.0.00.27               VALID
    Spatial                      10.2.0.5.0               VALID
    Oracle interMedia                10.2.0.5.0               VALID
    OLAP Catalog                     10.2.0.5.0               VALID
    Oracle Enterprise Manager           10.2.0.5.0               VALID
    Oracle XML Database                10.2.0.5.0               VALID
    Oracle Text                     10.2.0.5.0               VALID
    Oracle Expression Filter           10.2.0.5.0               VALID
    Oracle Rules Manager                10.2.0.5.0               VALID
    Oracle Workspace Manager           10.2.0.5.0               VALID
    Oracle Data Mining                10.2.0.5.0               VALID
    Oracle Database Catalog Views           10.2.0.5.0               VALID
    Oracle Database Packages and Types      10.2.0.5.0               VALID
    JServer JAVA Virtual Machine           10.2.0.5.0               VALID
    Oracle XDK                     10.2.0.5.0               VALID
    Oracle Database Java Packages           10.2.0.5.0               VALID
    OLAP Analytic Workspace            10.2.0.5.0               VALID
    Oracle OLAP API                 10.2.0.5.0               VALID
    18 rows selected.
    SQL> select dbms_xdb.gethttpport from dual ;
    GETHTTPPORT
           8080
    SQL> select username, account_status from dba_users ;
    USERNAME                 ACCOUNT_STATUS
    SYS                      OPEN
    SYSTEM                      OPEN
    DBSNMP                      OPEN
    ANONYMOUS                 OPEN
    APEX_PUBLIC_USER            OPEN
    SYSMAN                      EXPIRED
    SCOTT                      EXPIRED
    FLOWS_FILES                 LOCKED
    APEX_030200                 LOCKED
    OUTLN                      EXPIRED & LOCKED
    MGMT_VIEW                 EXPIRED & LOCKED
    MDSYS                      EXPIRED & LOCKED
    ORDSYS                      EXPIRED & LOCKED
    EXFSYS                      EXPIRED & LOCKED
    DMSYS                      EXPIRED & LOCKED
    WMSYS                      EXPIRED & LOCKED
    CTXSYS                      EXPIRED & LOCKED
    XDB                      EXPIRED & LOCKED
    ORDPLUGINS                 EXPIRED & LOCKED
    SI_INFORMTN_SCHEMA            EXPIRED & LOCKED
    OLAPSYS                  EXPIRED & LOCKED
    ORACLE_OCM                 EXPIRED & LOCKED
    TSMSYS                      EXPIRED & LOCKED
    BI                      EXPIRED & LOCKED
    PM                      EXPIRED & LOCKED
    MDDATA                      EXPIRED & LOCKED
    IX                      EXPIRED & LOCKED
    SH                      EXPIRED & LOCKED
    DIP                      EXPIRED & LOCKED
    OE                      EXPIRED & LOCKED
    HR                      EXPIRED & LOCKEDLet me know if any more details are needed.
    Thanks in advance.

    Hi Alberto,
    A revised version of the APEX Listener has been applied to the apex.oracle.com instance, containing a fix for bug 16210026. So you should now be able to carry out your RESTful Services tests successfully. Please note that the updated version of the APEX Listener release, release 2.0.1, is not yet available for download from OTN but hopefully should be soon. Keep an eye on the APEX Listener OTN page: http://www.oracle.com/technetwork/developer-tools/apex-listener/overview/index.html.
    Regards,
    Hilary

  • TNS Error: ORA-12541: TNS: no listener.

    I have installed Oracle 9i on machine in Windows XP. When I try to open the database SID in the Enterprise Manager, it gives me TNS Error: ORA-12541: TNS: no listener.
    I have checked the Oracle Net Configuration:
    Protocol: TCP/IP
    Host: PNR18
    Port: 1521
    In the xp administrative tools, I found that the listener is on start.
    When I try to test trough ' Net Configration Assistant' getting same error, similarly with Net Manager.
    I don't know if I am using the correct protocol in my case of standalone installation.
    Any advice/correction? it would be appreciated. I am giving all the information of TNSNAMES.ORA, LISTENER.ORA, SQLNET.ORA, which is on my machine.
    Thanks in advance.
    # LISTENER.ORA Network Configuration File: #C:\oracle\ora90\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PNR18)(PORT = 1521))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\ora90)
    (PROGRAM = extproc)
    # TNSNAMES.ORA Network Configuration File: #C:\oracle\ora90\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PNR18)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = ORCL)
    # SQLNET.ORA Network Configuration File:
    #C:\oracle\ora90\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)

    First of all Thanks for suggestions for solutions but still SAME PROBLEM:
    Case-1::
    I tried according to your suggestion, still SAME error !! I have also configured new DB
    with Enterprise MAnager Configuration Assistent - during DB creation same error occured.
    1) I have seen in XP service where all listener is running as well as OracleServiceORCL
    is also running.
    2) OracleOraHome90TNSListener also running with other listeners!
    Case-2::
    Dear I also delete listener and create new one and also configured Database Description
    and tried to do so but still same problem while I am TESTing it with - Net Manager /
    Net Configuration Assistant. I have also tried
    C:\TNSPING ORCL - it is giving 'ok' result
    but when I am using C:\LSNRCTL START listener - it gives me following errors.
    Service OracleOraHome90TNSListener already running.
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 1056: Unknown error
    Thats the whole story....hope this time you will find easy to give solution.
    All files after your suggestion are as follow:
    # TNSNAMES.ORA Network Configuration File: C:\oracle\ora90\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PNR18)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = ORCL)
    # LISTENER.ORA Network Configuration File: C:\oracle\ora90\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PNR18)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = ORCL)
    (ORACLE_HOME = C:\oracle\ora90)
    (SID_NAME = ORCL)
    (SID_DESC =
    (PROGRAM = extproc)
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\ora90)
    # SQLNET.ORA Network Configuration File: C:\oracle\ora90\NETWORK\ADMIN\sqlnet.ora
    # Generated by Oracle configuration tools.
    NAMES.PREFERRED_SERVERS =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PNR18)(PORT = 1521))
    SQLNET.AUTHENTICATION_SERVICES= (NTS)

  • TNS Error after Linux Patch

    I manage a small instructional Database (Oracle 9i) running on Linux Advanced Server. Everthing had been okay since installation last summer, until a week ago that our Linux Admin applied some patches. Now TNS listener (port 1521) and Oracle Apache (Port 7777) cannot be reached from outside the system. The strange thing is that both services are reported to be running OK, and on the server itself both of them work ok. However, trying from another machine (on the same network) there is neither a TNS listener found, nor an apache service for web (iSqlPlus).
    Has anyone seen anything close to this before? Where would you suggest we look?
    Thank you

    What kind of TNS error you've got? - That's important!
    Check that is not local firewall running.
    Try stop that firewall using:
    "/etc/init.d/iptables stop" - in case of iptables
    or
    "/etc/init.d/ipchains stop" - in case of ipchains
    If it will solve your problem then disable starting of service for future. For example: use the "setup" command.

  • TNS errors - 8.1.7 Personal edition

    Thanks to whomever replies,
    I am brand new to Oracle (I am a student). Everything on the 8.1.7 seems fine when I installed it. The thing is when I attempt to log into SQL+ using scott/tiger or whatever, with or without a host I get tns errors 12560 - protocol adapter error, 12541 - no listener, and 12154 - could not resolve service name. I am using my standalone computer, and I'm not connected to any database. Oh i've read other people's forum questions and replies and have experimented by changing configurations but still no luck. Most students in my class are experiencing the same problems I have--professor really of no help. Anyones help will be deeply appreciated.

    while connecting to an oracle database using any tool you have to specify a service name (net service name) to the client tool.
    Service name is a combination of
    Oracle SID :- each database will have a SID. In privious version its a 4 letter word like ORCL. In latest versions you can have the SID upto 8 letters. This SID is given while creating the database. In most default installations the default sid is ORCL.
    Protocol information:-The protocol used to connect to the server. If you want to use TCP/IP protocol you should also provide the port number.(default 1521).
    Machine name:- In which the server is installed. you can give ipaddress or machine name. if you want to know the ipaddress of your server you can use "ipconfig" in the os prompt. (in windows)
    To create the service name you can use "net8 assistant" or Net8 configuration assistant. Then give the service name created as the host string while connecting to the database.

  • Problem with installation Oracle VM Manager 3.0.1 in Oracle Linux 6.1

    Dear all specialists.
    I have tried many times to install Oracle VM Manager 3.0.1 in Linux 6.1 but still not get success.
    I try to install it by folowing VM Documentation 3.0 and http://www.itnewscast.net/oracle-vm-manager-30-installation. When I try to stall it I see many error messages regarding to hardware and software requirement of Orace VM Manager 3.0.1. When those error message stop appear, it can be only installed abit, it seem hang and then error message appears as below.
    I will show all my installation steps and problem as below:
    I try to install on Dell PowerEdge 1950 (300GB, RAM : 8GB) and Sun X4150 (HDD: 160GB, RAM: 4GB)
    [root@ovmger home]# /etc/init.d/iptables stop && chkconfig iptables off
    [root@ovmger home]# rpm -qa libaio unzip
    unzip-6.0-1.el6.x86_64
    libaio-0.3.107-10.el6.x86_64
    [root@ovmger ~]# groupadd dba
    [root@ovmger ~]# useradd -g dba oracle
    [root@ovmger ~]# passwd oracle
    Changing password for user oracle.
    New password:
    BAD PASSWORD: it is based on a dictionary word
    Retype new password:
    passwd: all authentication tokens updated successfully.
    [root@ovmger ~]# vi /etc/security/limits.conf
    <domain> <type> <item> <value>
    #* soft core 0
    #* hard rss 10000
    #@student hard nproc 20
    #@faculty soft nproc 20
    #@faculty hard nproc 50
    #ftp hard nproc 0
    #@student - maxlogins 4
    oracle hard nofile 8192
    oracle soft nofile 8192
    oracle soft nproc 4096
    oracle hard nproc 4096
    oracle soft core unlimited
    oracle hard core unlimited
    # End of file
    wq!
    [root@ovmger ~]# mkdir -p /u01/app/oracle
    [root@ovmger ~]# chown oracle:dba /u01/app/oracle
    [root@ovmger ~]# vi /etc/hosts
    127.0.0.1 localhost.localdomain localhost
    192.168.0.98 ovmger
    wq!
    [root@ovmger ~]# ls
    anaconda-ks.cfg Downloads Music Public
    Desktop install.log OracleVM-Manager-3.0.1.iso Templates
    Documents install.log.syslog Pictures Videos
    [root@ovmger ~]# mkdir -p /home/oracle/mount-point
    [root@ovmger ~]# clear
    [root@ovmger ~]# mount -o loop OracleVM-Manager-3.0.1.iso /home/oracle/mount-point/
    [root@ovmger ~]# cd /home/oracle/mount-point/
    [root@ovmger mount-point]# ls
    components EULA oracle-validated.params runInstaller.sh
    createOracle.sh LICENSE ovmm-installer.bsx
    [root@ovmger mount-point]# ./runInstaller.sh
    Oracle VM Manager Release 3.0.1 Installer
    Oracle VM Manager Installer log file:
    /tmp/ovmm-installer.selfextract_CAjaQM/install-2011-10-13-165911.log
    Please select an installation type:
    1: Simple
    2: Standard
    3: Uninstall
    4: Help
    Select Number (1-4): 1
    Starting simple installation ...
    Verifying installation prerequisites ...
    One password is used for all users created and used during the installation.
    Enter a password for all logins used during the installation:
    Enter a password for all logins used during the installation (confirm):
    Verifying configuration ...
    Start installing the configured components:
    1: Continue
    2: Abort
    Select Number (1-2): 1
    Step 1 of 9 : Database ...
    Installing Database ...
    Retrieving Oracle Database 11g XE ...
    Installing Oracle Database 11g XE ...
    Configuring Oracle Database 11g XE ...
    /home/oracle/mount-point/./ovmm-installer.bsx: line 137: 26564 Killed
    python setup.py $DIRPARAM $CONFIGPARAM $UUIDPARAM $INSTALLTYPEPARAM $ASSU MEYESPARAM
    I have been waiting for maybe 3 hours and then error appears the message as above
    Please kindly give advice to solve this problem as soon as possible.
    Thank in advance,
    Best regards,
    Heng
    Edited by: user9032138 on Oct 13, 2011 12:13 AM

    Dear Avi Miller,
    I have successfully installed both of servers (VM Server 3.0.2 & VM Manager 3.0.2) as below
    + VM Server 3.0.2 on Dell PowerEdge 1950
    + VM Manager 3.0.2 in OEL 6.1 on Sun Fire X4100M2 Server
    Refer to Oracle VM Server 3.0 Document, they recommend to do Discover Oracle VM Servers to VM Manager first of all step then do anything else like Creating a Server Pool so I try to do Discover Oracle VM Servers in many times but still not success.
    What I try to do Discover Oracle Servers as below:
    After I install both already I start to Discover Oracle VM quickly
    1. Log into Oracle VM Manager
    2. Select the Hardware view.
    3. Select Discover from the Actions menu. The Discover Servers dialog box is displayed.
    4. Enter information about the Oracle VM Server(s) to be discovered.
    5. Specify an IP Address (or rang): IP_of VM Server and Click Add
    6. Put password of VM Server Agent
    7. Click OK
    Wait a minute the Status of VM Manager show fail and when I click Detail it show as below:
    Job Construction Phase
    begin()
    Appended operation 'Discover Manager Server Discover' to object 'OVM Foundry : Discover Manager'.
    commit()
    Completed Step: COMMIT
    Objects and Operations
    Object (IN_USE): [Server] 44:45:4c:4c:46:00:10:37:80:57:c4:c0:4f:32:33:4a (vmserver)
    Object (IN_USE): [DiscoverManager] OVM Foundry : Discover Manager
    Operation: Discover Manager Server Discover
    Job Running Phase at 11:51 on Sat, Nov 5, 2011
    Job Participants: []
    Actioner
    Starting operation 'Discover Manager Server Discover' on object 'OVM Foundry : Discover Manager'
    Setting Context to model only in job with id=1320468663398
    Job Internal Error (Indeterminate)java.lang.NullPointerException
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:450)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverNewServer(DiscoverEngine.java:345)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverServer(DiscoverEngine.java:265)
    at com.oracle.ovm.mgr.op.manager.DiscoverManagerServerDiscover.action(DiscoverManagerServerDiscover.java:48)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:191)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:257)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1019)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:223)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    FailedOperationCleanup
    Starting failed operation 'Discover Manager Server Discover' cleanup on object 'OVM Foundry : Discover Manager'
    Complete rollback operation 'Discover Manager Server Discover' completed with direction=OVM Foundry : Discover Manager
    Rollbacker
    Objects To Be Rolled Back
    Object (IN_USE): [Server] 44:45:4c:4c:46:00:10:37:80:57:c4:c0:4f:32:33:4a (vmserver)
    Object (IN_USE): [DiscoverManager] OVM Foundry : Discover Manager
    Completed Step: ROLLBACK
    Job failed commit (internal) due to java.lang.NullPointerException
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:450)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverNewServer(DiscoverEngine.java:345)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverServer(DiscoverEngine.java:265)
    at com.oracle.ovm.mgr.op.manager.DiscoverManagerServerDiscover.action(DiscoverManagerServerDiscover.java:48)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:191)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:257)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1019)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:223)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Sat Nov 05 11:51:05 ICT 2011
    com.oracle.ovm.mgr.api.exception.FailedOperationException: java.lang.NullPointerException
    at com.oracle.ovm.mgr.discover.DiscoverEngine.handleDiscover(DiscoverEngine.java:450)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverNewServer(DiscoverEngine.java:345)
    at com.oracle.ovm.mgr.discover.DiscoverEngine.discoverServer(DiscoverEngine.java:265)
    at com.oracle.ovm.mgr.op.manager.DiscoverManagerServerDiscover.action(DiscoverManagerServerDiscover.java:48)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:191)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:257)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1019)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:223)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Sat Nov 05 11:51:05 ICT 2011
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1069)
    at sun.reflect.GeneratedMethodAccessor791.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:223)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:395)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:453)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    End of Job
    If you have success experience on this, please kindly help to share to me.
    Please kindly give some advise for this.
    Thank in advance,
    Best regards,
    Heng
    Edited by: user9032138 on Nov 4, 2011 9:56 PM
    Edited by: user9032138 on Nov 4, 2011 10:03 PM

  • External datasource problem(tns error)

    hi,
    i got and error while working with external datasource in BAM architect, how to fix it? Moreover i got tns error when i use tnsping utility for my XE db from command prompt
    ======================================
    C:\Documents and Settings\rehanfa>tnsping xe
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 06-JUN-2
    008 15:26:18
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    C:\OracleBAM\ClientForBAM\network\admin\sqlnet.ora
    TNS-03505: Failed to resolve name
    ======================================
    and BAM archtect error while viewing contents of data model based on this external datasource
    ========================================
    ADC Server exception in OpenViewset().
    Details <<
    ADC Server exception in OpenViewset().
    Source: "ActiveDataCache" ID: "ADCServerException"
    ERROR [08001] [Microsoft][ODBC driver for Oracle][Oracle]ORA-12154: TNS:could not resolve the connect identifier specified ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed ERROR [01000] [Microsoft][ODBC Driver Manager] The driver doesn't support the version of ODBC behavior that the application requested (see SQLSetEnvAttr).
    Source: ""
    Internal debugging information >>
    Oracle.BAM.ActiveDataCache.Common.Exceptions.CacheException: ADC Server exception in OpenViewset(). ---> System.Data.Odbc.OdbcException: ERROR [08001] [Microsoft][ODBC driver for Oracle][Oracle]ORA-12154: TNS:could not resolve the connect identifier specified
    ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
    ERROR [01000] [Microsoft][ODBC Driver Manager] The driver doesn't support the version of ODBC behavior that the application requested (see SQLSetEnvAttr).
    at System.Data.Odbc.OdbcConnection.Open()
    at Oracle.BAM.ActiveDataCache.ExternalDataSources.ODBC.Open(String strXml)
    at Oracle.BAM.ActiveDataCache.Kernel.Datasets.ExternalStorageEngine.GetDataReader(DSEQuery oDseQuery)
    at Oracle.BAM.ActiveDataCache.Kernel.Viewsets.Utilities.ExternalData.DataImporter.ExecuteQuery()
    at Oracle.BAM.ActiveDataCache.Kernel.Viewsets.Utilities.ExternalData.ExternalDataManager.ImportExternalData(String strDatasetID, String strTempName, FilterExpression filter)
    at Oracle.BAM.ActiveDataCache.Kernel.Viewsets.Utilities.ExternalData.ExternalDataManager.ImportExternalFactData()
    at Oracle.BAM.ActiveDataCache.Kernel.Viewsets.Utilities.ExternalData.ExternalDataManager.GetExternalData()
    at Oracle.BAM.ActiveDataCache.Kernel.Viewsets.Viewset.LoadData()
    at Oracle.BAM.ActiveDataCache.Kernel.Viewsets.ViewsetBase.Initialize()
    at Oracle.BAM.ActiveDataCache.Kernel.Viewsets.Viewset.Initialize()
    at Oracle.BAM.ActiveDataCache.Kernel.Viewsets.ViewsetBase.Open()
    at Oracle.BAM.ActiveDataCache.Kernel.Viewsets.ViewsetManager.InitViewset(Modifier oModifier, ViewsetOptions oViewsetOptions, Boolean bSynchronized, Int32 iTransactionID)
    at Oracle.BAM.ActiveDataCache.Kernel.Viewsets.ViewsetManager.OpenViewset(Modifier modifier, ViewsetOptions options, Int32 iTransactionID)
    at Oracle.BAM.ActiveDataCache.Kernel.Server.DataStoreServer.OpenViewset(Modifier modifier, ViewsetOptions options, Int32 iTransactionID)
    --- End of inner exception stack trace ---
    Server stack trace:
    at Oracle.BAM.ActiveDataCache.Kernel.Server.DataStoreServer.OpenViewset(Modifier modifier, ViewsetOptions options, Int32 iTransactionID)
    at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(MethodBase mb, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
    at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)
    Exception rethrown at [0]:
    at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
    at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
    at Oracle.BAM.ActiveDataCache.Common.Core.IDataStore.OpenViewset(Modifier oModifier, ViewsetOptions options, Int32 iTransactionID)
    at Oracle.BAM.ActiveDataCache.Remoting.ServerWrapper.OpenViewset(Modifier oModifier, ViewsetOptions options, Int32 iTransactionID)
    at Oracle.BAM.ActiveDataCache.Viewset.Open(Context ctxAdcContext, Modifier oModifier, ViewsetOptions options)
    at Oracle.BAM.Architect.DataObjectsContents.InternalContentsByRowID(String strEventParam, Boolean bEdit, Int64 lHighlightRowID, Boolean bAddBegin)
    ==========================================================

    Dear, I am facing that problem and I need some help. please tell me how the issue was resolved

  • Hyperion Financial Reporting Installation 11.1.2 Error

    I am trying to install 11.1.2 in Wintel 2008 (64bit) distributed environment but getting following error. Has anyone come across this error and able to resolve?
    What was I trying to install? FR only on this server.
    I have downloaded and unzipped following packages:
    1. Foundation services pack 1 and pack 2
    2. Reporting and Analysis Core components
    3. FR
    4. HFM
    Installation log indicates following error message:
    [2011-02-11T09:56:03.116-05:00] [EPMINS] [ERROR] [EPMINS-00001] [oracle.EPMINS] [tid: 10] [SRC_CLASS: com.hyperion.install.util.HypHomeUtils] trace: Unexpected error: [[
    oracle.sysman.oii.oiii.OiiiInventoryDoesNotExistException: The inventory pointer location /var/opt/oracle/oraInst.loc is either not readable or does not exist
         at oracle.sysman.oii.oiii.OiiiInstallAreaControl.initAreaControl(OiiiInstallAreaControl.java:1763)
         at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:292)
         at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:231)
         at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:180)
         at com.hyperion.cis.utils.oui.OUIUtilImpl.inventoryTemplateMethod(OUIUtilImpl.java:96)
         at com.hyperion.cis.utils.oui.OUIUtilImpl.findEpmOracleHomeFromInventory(OUIUtilImpl.java:43)
         at com.hyperion.cis.utils.oui.OUIUtilLinkageErrorProtectionWrapper.findEpmOracleHomeFromInventory(OUIUtilLinkageErrorProtectionWrapper.java:15)
         at com.hyperion.install.util.HypHomeUtils.getHyperionHome(HypHomeUtils.java:119)
         at com.hyperion.install.context.preinstall.UpgradeDetectedPreinstallCheck.execute(UpgradeDetectedPreinstallCheck.java:33)
         at com.hyperion.install.wizard.Main.runPreinstallChecks(Main.java:437)
         at com.hyperion.install.wizard.Main.main(Main.java:176)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.hyperion.install.wizard.splash.Splasher.invokeMain(Splasher.java:80)
         at com.hyperion.install.wizard.splash.Splasher.main(Splasher.java:70)
    Thanks in advance!
    Edited by: VenuRamini on Feb 11, 2011 8:00 AM
    Edited by: VenuRamini on Feb 11, 2011 8:10 AM

    Hi, make sure you have downloaded all the four foundation packages and also check you have the x64 specific packages.
    Your error might indicate you have downloaded unix install instead:
    The inventory pointer location /var/opt/oracle/oraInst.loc
    Not sure why you need HFM components for a FR install ?
    Also worth noting is that 11.1.2 does not supported on Windows Server 2008 R2.
    Cheers, Iain

  • OBIEE 11g : Report throwing TNS Error

    Hi,
    We have installed OBIEE 11g in Linux server. After replacing the Out-of-the-box RPD.
    The reports are throwing following TNS Error:
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65PState: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified at OCI call OCIServerAttach. [nQSError: 17014] Could not connect to Oracle database. (HY000)SQL Issued: SELECT 0 s_0, "Assets"."Product"."Product" s_1 FROM "Assets" FETCH FIRST 65001 ROWS ONLY
    What configurations we need to re-check?
    Regards
    Sudipta

    HI,
    Please cross check you rpd connection pool details in physical layer like below.
    Data source name
    Username and password
    Or,
    Login Weblogic Console with admin username/pwd.
    Goto Services -> JDBC -> Data Sources.
    Select Lock & Edit button
    Select Data Source "bip_datasource" link in the available Data Sources list
    Select Connection Pool tab
    .... Change the URL|Driver|Properties|Password
    Select Save button.
    OR,
    you have to go to WEblogic Enterprise Manager (http://<server>:7001/em/. Then go to Business Intelligence folder -> coreapplication. Go to "Deployment" tab and then to "Scheduler" tab. Change the database field to point to the new DB and apply changes.
    Or,
    Please check Database services running or not including TNS listner service also.
    Hope this helps.
    Thanks
    Satya

  • Problems with the installation Oracle 10g 10202 - Platform x86 - Sol 5.10

    Hi,
    I am trying to install Oracle 10g R10202 in plataform x86 Solaris 5.10. I did all the tasks of preinstallation, and when I execute runInstaller, the following error appears ==>
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.10. Actual 5.10
    Passed
    Checking Temp space: must be greater than 250 MB. Actual 7622 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 1761 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /opt/tmp/OraInstall2007-08-26_09-18-08PM. Please wait ...warning [../stage/Components/oracle.swd.jre/1.4.2.0.0/1/DataFiles/filegroup2.jar]: 1 extra byte at beginning or within zipfile
    (attempting to process anyway)
    file #0: bad zipfile offset (local header sig): 1
    (attempting to re-compensate)
    error: invalid compressed data to inflate /opt/tmp/OraInstall2007-08-26_09-18-08PM/jre/1.4.2/lib/sparc/libjvm.so
    file #516: bad zipfile offset (local header sig): 23197903
    (attempting to re-compensate)
    Error in writing to directory /opt/tmp/OraInstall2007-08-26_09-18-08PM. Please ensure that this directory is writable and has atleast 69 MB of disk space. Installation cannot continue.
    : Error 0
    Obviously it is not a problem of space in the directory/tmp.
    I have tried other options as ==>
    *-Run runInstaller con el parameter ignoreSysPrereqs
    *-Setting  others variables of environment like,  TMP =/opt/tmp
    and TMPDIR =/opt/tmp.
    But I don't fix the problem.
    Someone has some idea of like solving this bug or problem?
    Thanks in Advance.
    Best Regards.
    NSV

    Error is on small caps but it is straight forward:
    ".. error: invalid compressed data to inflate ..."
    Your oracle media is corrupt. Redownload it and verify the downloaded zip file.
    ~ Madrid

  • ORA-01034: ORACLE not available error while creating ASM or database

    Hi all,
    I am using oracle database 10gR2 on windows 2000 pro system.
    I have Installed oracle software and there was no issue with that but now I am facing ORA-01034: ORACLE not available error while trying to create asm instance or even while creating database through dbca.
    I have tried creating the asm instance manually and it was succeeded. Also database creation was successful through manual steps.
    Any idea guys?? How to resolve this issue??

    Hi FK,
    On Windows, it can sometimes mean that the services are not running. I have a check here:
    http://www.dba-oracle.com/t_check_verify_windows_services.htm
    Have you tried using oradim?
    http://www.dba-oracle.com/tips_oradim_utility.htm
    The oradim utility provides more than just the ability to start and stop Windows databases. Windows oradim can create and edit databases. It also allows DBAs to configure script-based installation mechanisms.
    The oradim utility is used on the Windows platform to perform these tasks.
    C:\oracle9i\bin\oradim -startup -sid ORCL92 –usrpwd manager
    -starttype SRVC,INST -pfile C:\oracle9i\admin\ORCL92\pfile\init.ora
    • startup – Indicates that the specified instance should be started.
    • sid – The SID of the database to start.
    • usrpwd – The password for the database user.
    • starttype – Specifies whether to start the instance, the service, or both
    Hope this helps. . .
    Don Burleson
    Oracle Press author

Maybe you are looking for

  • Using Suspense account to post records

    Hi, I have a situation which indicates that a file needs to be processed with huge no.of records in SAP. As a document limit we know that there is a limitation for processing records i.e ....Alineitem count should be untill 998 then the next set of r

  • Arabic PDf converting

    can i use acrobate x pro to convert arabic PDF to word file without loosing the original format

  • How long takes to change the broken iphone?

    My lock button has broken. Do someone know how long, or is it immediately, to change for a new one? (it's still on the guarantee)

  • Changing Media Ratings. PG , PG-13, R , explicit  ETC?

    Ok so I have parental controls turned on and I see how this all works. But of course the only thing's that see to have any ratings or explicit labels are things from the ITMS. Of course I have alot of other content that also needs to be rated but I c

  • IPad shuts down unexpectedly and does a time reset

    Hey, I have an iPad2 iOS 5.0.1 and I have this problem: When I ever try to just use my iPad normaly like playing or listening to music for somereason it shuts down everytime. after powering the iPad up and it does a time reset to 01.01.1970  4:00 AM