Oracle BI developer Client tools without Tnsnames.ora

Hello gurus,


In my local computer of the user, I installed Oracle BI developer Client Tools version 11.1.1.6
It allows us to open a repository online/offline without installing OBIEE and Oracle database in our user, just put in ODBC connection.
But the problem is when the user want to try to create the new repository, it seems that "the connection failed".
There we have to copy some tnsnames.ora? In our local computer of the user, there is no tnsnames.ora since it does not install OBIEE/Oracle database on the local computer.

Help, please


Thanks in advance

See you soon,.

JOE

Hey Joe,
If you import data from an oracle database. You must install the Oracle database client. Then only, you can import data from Oracle database.
In addition, you are supposed to copy file ora, TNSNAMES.

Tags: Business Intelligence

Similar Questions

  • connect sqlplus without tnsnames.ora

    Hello

    I have nothing in tnsnames.ora locally.
    I don't have a local instance of the DB, I always have to connect to an instance on a server. How can I connect using sqlplus?
    sqlplus [email protected]:1521/MYSID
    The result is ORA-12514!

    connect without tnsnames.ora. For example:

    sqlplus scott/tiger @(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(Host=server_a) (Port = 1521)) (CONNECT_DATA = (SID = db_a)))

  • Oracle RAC: not updated by srvctl tnsnames.ora

    Hello

    On both Oracle 10 g R2 RAC conditions 4.5 Linux nodes, I published with success the following commands to add a new service, but I don't see any changes on the tnsnames.ora file to add the created service connection descriptors. Is there anything missing? The tnsnames.ora file should not be updated by the srvctl?
    [oracle@rac2 admin]$ add service -d rac -s biserv -r rac1 -a rac2 -P PRECONNECT
    [oracle@rac2 admin]$ srvctl start service -d rac -s biserv
    
    [oracle@rac2 admin]$ crstat
    HA Resource                                   Target     State
    -----------                                   ------     -----
    ora.rac.biserv.cs                             ONLINE     ONLINE on rac1
    ora.rac.biserv.rac1.srv                       ONLINE     ONLINE on rac1
    ora.rac.db                                    ONLINE     ONLINE on rac1
    ora.rac.hrserv.cs                             ONLINE     ONLINE on rac1
    ora.rac.hrserv.rac1.srv                       ONLINE     ONLINE on rac1
    ora.rac.hrserv.rac2.srv                       ONLINE     ONLINE on rac2
    ora.rac.oeserv.cs                             ONLINE     ONLINE on rac1
    ora.rac.oeserv.rac1.srv                       ONLINE     ONLINE on rac1
    ora.rac.oeserv.rac2.srv                       ONLINE     ONLINE on rac2
    ora.rac.rac1.inst                             ONLINE     ONLINE on rac1
    ora.rac.rac2.inst                             ONLINE     ONLINE on rac2
    ora.rac1.ASM1.asm                             ONLINE     ONLINE on rac1
    ora.rac1.LISTENER_RAC1.lsnr                   ONLINE     ONLINE on rac1
    ora.rac1.gsd                                  ONLINE     ONLINE on rac1
    ora.rac1.ons                                  ONLINE     ONLINE on rac1
    ora.rac1.vip                                  ONLINE     ONLINE on rac1
    ora.rac2.ASM2.asm                             ONLINE     ONLINE on rac2
    ora.rac2.LISTENER_RAC2.lsnr                   ONLINE     ONLINE on rac2
    ora.rac2.gsd                                  ONLINE     ONLINE on rac2
    ora.rac2.ons                                  ONLINE     ONLINE on rac2
    ora.rac2.vip                                  ONLINE     ONLINE on rac2
    
    [oracle@rac2 admin]$ cat tnsnames.ora
    # tnsnames.ora.rac2 Network Configuration File: /u01/app/oracle/product/10.2.0/db_1/network/admin/tnsnames.ora.rac2
    # Generated by Oracle configuration tools.
    
    RAC =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = rac1-vip.mydomain.com)(PORT = 1521))
        (ADDRESS = (PROTOCOL = TCP)(HOST = rac2-vip.mydomain.com)(PORT = 1521))
        (LOAD_BALANCE = yes)
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = rac)
        )
      )
    
    OESERV =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = rac1-vip.mydomain.com)(PORT = 1521))
        (ADDRESS = (PROTOCOL = TCP)(HOST = rac2-vip.mydomain.com)(PORT = 1521))
        (LOAD_BALANCE = yes)
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = oeserv)
          (FAILOVER_MODE =
            (TYPE = SELECT)
            (METHOD = BASIC)
            (RETRIES = 180)
            (DELAY = 5)
          )
        )
      )
    
    LISTENERS_RAC =
      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = TCP)(HOST = rac1-vip.mydomain.com)(PORT = 1521))
        (ADDRESS = (PROTOCOL = TCP)(HOST = rac2-vip.mydomain.com)(PORT = 1521))
      )
    
    RAC2 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = rac2-vip.mydomain.com)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = rac)
          (INSTANCE_NAME = rac2)
        )
      )
    
    RAC1 =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = rac1-vip.mydomain.com)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = rac)
          (INSTANCE_NAME = rac1)
        )
      )
    
    HRSERV =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = rac1-vip.mydomain.com)(PORT = 1521))
        (ADDRESS = (PROTOCOL = TCP)(HOST = rac2-vip.mydomain.com)(PORT = 1521))
        (LOAD_BALANCE = yes)
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = hrserv)
          (FAILOVER_MODE =
            (TYPE = SESSION)
            (METHOD = BASIC)
            (RETRIES = 180)
            (DELAY = 5)
          )
        )
      )
    
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
        )
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
        )
      )

    Srvctl manages the CRS (OCR), but does not alter the tnsnames.ora.

    You can use netca to manage tnsnames.ora, but personally, I find it easier to manually edit the entries.

  • DBD::Oracle and instant client - can't find tnsnames.ora

    Hi all! :-)

    Guys, please, help!

    My OS: CentOS 6.6, i386

    Installed:

    Oracle - instantclient12.1 - basic - 12.1.0.2.0 - 1.i386

    Oracle - instantclient12.1 - devel - 12.1.0.2.0 - 1.i386

    Oracle - instantclient12.1 - sqlplus - 12.1.0.2.0 - 1.i386

    Perl-DBI-1, 609 - 4.el6.i686

    and last perl-DBD-Oracle-1, 74-CPAN.

    Apache 2.2.15, mod_perl 2.0.4

    SELinux disabled.

    ORACLE_HOME = usr/lib/oracle/12.1/client, LD_LIBRARY_PATH = /usr/lib/oracle/12.1/client/lib

    tnsnames.ora exist in /usr/lib/oracle/12.1/client/network/admin

    I wrote a simple perl script to test the connection:

    use strict;
    use DBI;
    
    my $dbh = DBI ->connect("dbi:Oracle:crm", 'login', 'password',{RaiseError => 1} );
    $dbh->disconnect();
    
    

    When I try to run script command line - everything isn't ok, no errors (Yes, I can run queries, etc... )

    But!

    With apache, I get an error:

    DBI connect('crm','login',...) failed: ORA-12154: TNS: could not resolve the connect identifier specified (DBD ERROR: OCIServerAttach) in /opt/otrs/bin/cgi-bin/oratest.pl on line 9

    I am trying to add ORACLE_HOME with PerlSetEnv and script see (I checked through % ENV), but no luck.

    Probably easier to use EZconnect instead of tnsnames.ora:

    $machine = 'my.oracle.database.com';
     $port = 1521;
     $sid = 'my_sid';
     $dbh = DBI->connect("dbi:Oracle://$machine:$port/$sid", $user, $pass) ||
      die "Failed to connect: $DBI::errstr\n";
    
  • Oracle Business Intelligence developer Client installation tools (11.1.1.3.0)

    Hello

    Have a facility of OBIEE 11.1.1.3.0 and does not intend to update.

    Now I need to install a new development with the administration and Task Manager tool, but the "Oracle Business Intelligence developer Client Tools Installer" 11.1.1.3.0 is not more available for download on the website of oracle or delivery.

    Where can I get?

    Thanks in advance,
    Jonni

    Direct link: http://www.oraclegis.com/soft/biadmintool32.zip

  • Instant tnsnames.ora for client Configuration procedure?

    The instant client has any tnsnames.ora or tnsping.exe. There is no 'normal' client available anywhere on the site of oracle, who needs this instant client which is completely unusable - http://download.oracle.com/docs/cd/B19306_01/server.102/b14196/network005.htm#CIHJHJGJ said to use Oracle Net Manager to set up the network for the instant client, but where to find the Oracle Net Manager? It is not available separately, but only with the Oracle sever Installer. Why does download the server in order to use just the customer?

    I created the structure of network/admin directory and copied the tnsnames.ora in it and also copied the tnsping.exe, but it does not say some 'no message file. Can someone please?

    Published by: user4928701 on 16 Sep, 2011 04:00

    user4928701 wrote:
    There is no 'normal' client available anywhere on the oracle website,

    Subsection through software downloads of database, under the see all link for your platform, you will find the Setup file of database "full" Client (e.g., win32_11gR2_client.zip).
    http://www.Oracle.com/technetwork/database/Enterprise-Edition/downloads/index.html

    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14196/network005.htm#CIHJHJGJ said to use Oracle Net Manager to set up the network for instant customer,

    Where does say instant customer?

    and also copied the tnsping.exe Moreover,

    Copy of the files at random on installations of Oracle is obviously not possible.
    Please use an appropriate installation package. If you need administrative tools, I would say this type of installation by the full Client with the "Administrator".

    However, for normal applications need connection OIC/Net base libraries and to facilitate their deployment, Instant Client agrees very well.

  • When I need the machine tnsnames.ora and customer configurations?

    Hello

    I installed Oracle 11 g on Linux system and successfully created the databases. I can access the database (on server) Enterprise Manager and SQL * (by sqlplus SYSTEM/pass@ora). On another computer I installed the Oracle 11 g database Client (and chose the type administrator installation). Before you start the network for local configuration Setup Wizard Net Service Name, I started Enterprise Manager (the same address, what happens on the server). I was very surprised that I can access Enterprise Manager client without any additional configuration.
    I know, tnsnames.ora help with SQL * more (we can access SYSTEM/pass@ora and don't give no address ip and port).
    And my questions: can I access by Enterprise Manager of any client computer without creating tnsnames.ora and additional configurations client machine?
    Is SQL * more use only tnsnames.ora?

    Thanks awfully for help.
    Concerning

    Luk004 wrote:
    can I access by Enterprise Manager of any client computer without creating tnsnames.ora and additional configurations client machine

    Yes, because the Business Manager is an application of 3 layers: you connect to an application server that connects to the database instance.

    Luk004 wrote:
    Is SQL * more use only tnsnames.ora?

    No.: each client must connect directly to the instance of database with a base layer Oracle Call Interface (OCI) must use tnsnames.ora.
    There are a few exceptions:
    -The thin JDBC driver: http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14251/adfns_environments.htm#sthref52.
    -EZConnect connection string: http://download.oracle.com/docs/cd/B19306_01/network.102/b14212/naming.htm#ABC524382SRI12.

  • Sqlplus not find tnsnames.ora

    Hey guys,.

    I have a question about oracle client and the tnsnames.ora file. Basically, I have the customer put in place and it seems to work on the use of sqldeveloper such that she can see the tnsnames.ora file in the drop-down list but I don't seem to be able to connect using sql, which makes me think that it cannot find the file ora. I set the env as:
    DON@donkeyhome:/usr/lib/oracle$ echo $PATH
    .:/usr/lib/oracle/oracle_client/bin:.:/usr/lib/jvm/jdk/bin:/usr/lib/jvm/jdk/jre/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
    DON@donkeyhome:/usr/lib/oracle$ echo $ORACLE_HOME
    /usr/lib/oracle/oracle_client
    DON@donkeyhome:/usr/lib/oracle$ echo $TNS_ADMIN
    /usr/lib/oracle/network/admin
    DON@donkeyhome:/usr/lib/oracle$
    Sql developer seems to work with the tns ok but not sqlplus:

    DON@donkeyhome:/usr/lib/oracle$ sqlplus SYSADM@STUDA1
    
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue Jan 6 16:26:50 2009
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    Enter password:
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    Any help with this would be greatly appreciated that I had this problem and commented on many forums for about 1 month now :(

    Dave was soon

    Published by: wheelie on January 5, 2009 22:28

    Published by: wheelie on January 7, 2009 22:32

    Wheelie,

    I understand that you have tried many options to solve and in general, this mistake is easy to correct. Bad especially as a tnsnames.ora entry, you can also try dos2unix tnsnames.ora see if it removes all special characters and it changes size.

    Concerns

  • Earphone & tnsnames.ora

    I'm confused verymuch is a client/server configuration.
    I need help you popular.
    I posted the two clients/server listener & tnsnames.ora,.
    that I set up.

    Server listener.ora (test1)

    SID_LIST_LISTENER =
    *(SID_LIST =*)
    *(SID_DESC =*)
    * (SID_NAME = PLSExtProc) *.
    * (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)*
    * (= Extproc program) *.
    *)*
    *(SID_DESC =*)
    * (GLOBAL_DBNAME = TEST1) *.
    * (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)*
    * (SID_NAME = TEST1) *.
    *)*
    *)*

    TEST1 =
    *(DESCRIPTION =*)
    * (ADDRESS = (PROTOCOL = TCP) (HOST = Desktop029.tvsil.com)(PORT = 1521)) *.
    *)*

    SID_LIST_ORCL =
    *(SID_LIST =*)
    *(SID_DESC =*)
    * (GLOBAL_DBNAME = TEST1) *.
    * (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)*
    * (SID_NAME = TEST1) *.
    *)*
    *)*

    LISTENER =
    *(DESCRIPTION =*)
    * (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC)) *.
    *)*

    ORCL =
    *(DESCRIPTION =*)
    * (ADDRESS = (PROTOCOL = TCP) (HOST = Desktop041.tvsil.com)(PORT = 1522)) *.
    *)*

    Server tnsnames.ora

    TEST1 =
    *(DESCRIPTION =*)
    * (ADDRESS = (PROTOCOL = TCP) (HOST = Desktop029.tvsil.com)(PORT = 1521)) *.
    *(CONNECT_DATA =*)
    * (SERVER = DEDICATED) *.
    * (SERVICE_NAME = TEST1) *.
    *)*
    *)*

    ORCL =
    *(DESCRIPTION =*)
    * (ADDRESS = (PROTOCOL = TCP) (HOST = Desktop041.tvsil.com)(PORT = 1522)) *.
    *(CONNECT_DATA =*)
    * (Service_name = ORCL). *
    *)*
    *)*

    EXTPROC_CONNECTION_DATA =
    *(DESCRIPTION =*)
    *(ADDRESS_LIST =*)
    * (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1)) *.
    *)*
    *(CONNECT_DATA =*)
    * (SID = PLSExtProc) *.
    * (PRESENTATION = RO) *.
    *)*
    *)*

    customer listener.ora (orcl)

    SID_LIST_LISTENER =
    *(SID_LIST =*)
    *(SID_DESC =*)
    * (SID_NAME = PLSExtProc) *.
    * (ORACLE_HOME = E:\Sample1oracle\product\10.2.0\db_2)*
    * (= Extproc program) *.
    *)*

    *)*

    LISTENER =
    *(DESCRIPTION_LIST =*)
    *(DESCRIPTION =*)
    * (ADDRESS = (PROTOCOL = TCP) (HOST = Desktop041.tvsil.com)(PORT = 1523)) *.
    * (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC)) *.
    *)*
    *)*

    ORCL =
    *(DESCRIPTION =*)
    * (ADDRESS = (PROTOCOL = TCP) (HOST = Desktop041.tvsil.com)(PORT = 1522)) *.
    *)*

    TEST1 =
    *(DESCRIPTION =*)
    * (ADDRESS = (PROTOCOL = TCP) (HOST = Desktop029.tvsil.com)(PORT = 1521)) *.
    *)*

    Customer tnsnames.ora

    LISTENER_TEST1 =
    * (ADDRESS = (PROTOCOL = TCP) (HOST = Desktop029.tvsil.com)(PORT = 1521)) *.


    TEST1 =
    *(DESCRIPTION =*)
    * (ADDRESS = (PROTOCOL = TCP) (HOST = Desktop029.tvsil.com)(PORT = 1521)) *.
    *(CONNECT_DATA =*)
    * (SERVER = DEDICATED) *.
    * (SERVICE_NAME = TEST1) *.
    *)*
    *)*

    ORCL =
    *(DESCRIPTION =*)
    *(ADDRESS_LIST =*)
    (* (ADDRESS = (PROTOCOL = TCP)(HOST = desktop041.tvsil.com) (PORT = 1522))) *.
    *(CONNECT_DATA =*)
    * (Service_name = ORCL). *
    *)*
    *)*

    EXTPROC_CONNECTION_DATA =
    *(DESCRIPTION =*)
    *(ADDRESS_LIST =*)
    * (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC2)) *.
    *)*
    *(CONNECT_DATA =*)
    * (SID = PLSExtProc) *.
    * (PRESENTATION = RO) *.
    *)*
    *)*

    user11345217 wrote:
    I'm confused verymuch is a client/server configuration.
    I need help you popular.
    I posted the two clients/Server Listener and tnsnames .ora,
    that I set up.

    Server listener.ora (test1)

    SID_LIST_LISTENER =
    *(SID_LIST =*)
    *(SID_DESC =*)
    * (SID_NAME = PLSExtProc) *.
    * (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)*
    * (= Extproc program) *.
    *)*
    *(SID_DESC =*)
    * (GLOBAL_DBNAME = TEST1) *.
    * (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)*
    * (SID_NAME = TEST1) *.
    *)*
    *)*

    TEST1 =
    *(DESCRIPTION =*)
    * (ADDRESS = (PROTOCOL = TCP) (HOST = Desktop029.tvsil.com)(PORT = 1521)) *.
    *)*

    SID_LIST_ORCL =
    *(SID_LIST =*)
    *(SID_DESC =*)
    * (GLOBAL_DBNAME = TEST1) *.
    * (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)*
    * (SID_NAME = TEST1) *.
    *)*
    *)*

    LISTENER =
    *(DESCRIPTION =*)
    * (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC)) *.
    *)*

    ORCL =
    *(DESCRIPTION =*)
    * (ADDRESS = (PROTOCOL = TCP) (HOST = Desktop041.tvsil.com)(PORT = 1522)) *.
    *)*

    Well, it's certainly the most, uh, listener.ora interesting I've ever seen... where did you find with this?

    Server tnsnames.ora

    TEST1 =
    *(DESCRIPTION =*)


    * (ADDRESS = (PROTOCOL = TCP) (HOST = Desktop029.tvsil.com)(PORT = 1521)) *.
    *(CONNECT_DATA =*)
    * (SERVER = DEDICATED) *.
    * (SERVICE_NAME = TEST1) *.
    *)*
    *)*

    ORCL =
    *(DESCRIPTION =*)
    * (ADDRESS = (PROTOCOL = TCP) (HOST = Desktop041.tvsil.com)(PORT = 1522)) *.
    *(CONNECT_DATA =*)
    * (Service_name = ORCL). *
    *)*
    *)*

    EXTPROC_CONNECTION_DATA =
    *(DESCRIPTION =*)
    *(ADDRESS_LIST =*)
    * (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1)) *.
    *)*
    *(CONNECT_DATA =*)
    * (SID = PLSExtProc) *.
    * (PRESENTATION = RO) *.
    *)*
    *)*

    customer listener.ora (orcl)

    A listener.ora on the client makes as much sense as a radiator on a 1965 Volkswagen. The listener is strictly a process on the server side. That's the whole reason to live is to 'listen' (where its name) for connection requests.

    Customer tnsnames.ora

    LISTENER_TEST1 =
    * (ADDRESS = (PROTOCOL = TCP) (HOST = Desktop029.tvsil.com)(PORT = 1521)) *.

    TEST1 =
    *(DESCRIPTION =*)
    * (ADDRESS = (PROTOCOL = TCP) (HOST = Desktop029.tvsil.com)(PORT = 1521)) *.
    *(CONNECT_DATA =*)
    * (SERVER = DEDICATED) *.
    * (SERVICE_NAME = TEST1) *.
    *)*
    *)*

    ORCL =
    *(DESCRIPTION =*)
    *(ADDRESS_LIST =*)
    (* (ADDRESS = (PROTOCOL = TCP)(HOST = desktop041.tvsil.com) (PORT = 1522))) *.
    *(CONNECT_DATA =*)
    * (Service_name = ORCL). *
    *)*
    *)*

    EXTPROC_CONNECTION_DATA =
    *(DESCRIPTION =*)
    *(ADDRESS_LIST =*)
    * (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC2)) *.
    *)*
    *(CONNECT_DATA =*)
    * (SID = PLSExtProc) *.
    * (PRESENTATION = RO) *.
    *)*
    *)*

    OK, let's clear up a few things.

    First of all, as mentioned, the listener is purely a process on the client side. There is therefore no use to a listener.ora on the client.

    Second, a single listener, listening on a single port, can serve several databases multiple editions in multiple oracle homes. He listens to a connection, it puts in place (on a different listening port on) and then is out of the picture for this connection. It establishes the connection, but not the support it. Your listener.ora is much more complex (dare I say convoluted) as necessary.

    On the client side (the server can also act as a client) and the tnsnames.ora is used to resolve an alias (a tns service name) to a real destination on the network.

    Suppose you have the following in your tnsnames.ora:

    larry =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = myhost)(PORT = 1521))
        )
        (CONNECT_DATA =
          (SERVICE_NAME = curley)
        )
      )
    

    Now, when you issue a connect, say like this:

    $> sqlplus scott/tiger@larry
    

    TNS will appear in your tnsnames.ora for an entry called "larry". Then, tns sends a request to (PORT = 1521) on (HOST = myhost) to aid (PROTOCOL = TCP), requesting a connection to (SERVICE_NAME = curley).

    Where's (HOST = myhost) on the network? When the request is passed to tns to the next layer in the network stack, the name "myhost" resolves to an IP address, either via a file 'hosts' local, through DNS, or possibly other mechanisms being used less. Alternatively, you can hard-code the IP (HOST = 123.456.789.101) in the tnsnames.ora.

    Then, the request arrives (port = 1521) on (HOST = myhost). If all goes well, there is a listener on myhost configured to listen on (PORT = 1521), and this listener knows (SERVICE_NAME = curley). If so, you'll be connected.

    What can go wrong?

    First, there may not be an entry for 'larry' in your tnsnames file. In this case, you get "ORA-12154: TNS: could not resolve the connect identifier specified" no need to go looking for a problem on the host, with the listener, etc.. If you cannot place a phone call because you do not know the number (can't phone your telephone book or can't find the group you're looking for it contained therein) you don't look at problems at the switchboard.

    Perhaps the entry for larry was found, but myhost could not be resolved to an IP address (for example there is no entry for myhost in the local hosts file). This will mean by "ORA-12545: Connect failed because target host or object does not exist.

    Maybe there is an entry for MyServer in the local hosts file, but it specified a bad IP address. This will mean by "ORA-12545: Connect failed because target host or object does not exist.

    Maybe the INVESTIGATION period was good, but there is no listener running: "ORA-12541: TNS:no listener.

    Maybe the INVESTIGATION period was good, there is a listener to myhost, but he is listening on a different port. "ORA-12560: TNS:protocol adapter error.

    Maybe the INVESTIGATION period was good, there is a listener to myhost, listening on the specified port, it's unknown SERVICE_NAME = curley. "ORA-12514: TNS:listener is not currently of service requested in connect descriptor.

  • possible to install the client tools OBIEE and OBIEE server in the same machine

    Hello

    possible to install the client tools OBIEE and OBIEE server in the same machine.

    Ex:

    Last week I've updated Patch BP1 in my local system, in the process, we got the update also oracle Client tool

    But in my Administration tool in the built-in tool automatically updated, we need to install the client tool in my system?

    My doubt:
    Please check this screenshot
    http://ScrnSht.com/sskbjb
    Please help me,

    Thank you

    You should not install client tools because they will be automatically installed w install the server. The 11g installation guide says "do not install client tools on the same computers that host your server instances Oracle Business Intelligence, client tools are already installed on these computers (as part of the installation of Oracle Business Intelligence)."

    so useful, mark it as good or useful.

  • Oracle Business Intelligence developer Client installation tools (11.1.1.6.0)

    Dear Sir/Madam,

    Can I know how to get the software:

    Oracle Business Intelligence developer Client installation tools (11.1.1.6.0)

    as I can not install the latest version of the software due to problem of upgrade (Server own not by me) and the link provided (11.1.1.7.0) instead:

    Oracle Business Intelligence 11g downloads

    I meet the same problem, as shown in the link below

    OBIEE - Oracle Business Intelligence 911: Catalog Manager - point release upgrade

    Much appreciated if someone could guide me to get the software, the rescue of the situation.

    Kind regards

    Tony

    Your ID of Customer Support (ISC) is the unique ID to your company (or indeed yourself as an individual if you are so lucky) when you purchase oracle licenses (i.e. become a paying customer) who should have a company that uses Oracle in the trade.  Someone within the company (your company) will be the 'customer user administrator' and they have the possibility to connect to My Oracle Support and associate other people in society against the CSI for the company, allowing them to use My Oracle Support and increase the requests of Support (SR) with Oracle directly.  For example, in our Organization, one of our DBA is the AUC, so when I joined I had to go to his house to ask him to add me, so that I could raise calls for technical support with Oracle and the community of MOS and the knowledge base of research.

    Once you have access to My Oracle Support (MOS) you can search this is the knowledge base, download patches and other versions of the software is not available publicly, or lift SRs to get help from Oracle.

  • tnsnames.ora and oracle cleint

    We have a duty to make an analysis of data on one of our oracle databases. We have a copy of the tnsnames.ora file with the Server DB and SID etc.

    If you use something like toad or gold to query the DB, you also need to install client oracle on the machine (windows XP)? Or just the TOAD software?

    Is there a device by default on XP where tnsnames.ora needs to be saved?

    And if we don't need the customer what is the right version?

    user599292 wrote:
    We have a duty to make an analysis of data on one of our oracle databases. We have a copy of the tnsnames.ora file with the Server DB and SID etc.

    If you use something like toad or gold to query the DB, you also need to install client oracle on the machine (windows XP)? Or just the TOAD software?

    Is there a device by default on XP where tnsnames.ora needs to be saved?

    And if we don't need the customer what is the right version?

    Toad, Yes, you have the Oracle client. Cannot say on 'gold', I don't know what it is. In general, any product like that will sit on top the Oracle client, not replace it.

    There is nothing magical about tnsnames.ora. It is just a file of name resolution that is used by the software oracle client. If you have a magical application which replaces the customer oracle instead of using it, then your tnsnames.ora will be without intrinsic value beyond giving you the necessary information configure magic of the application.

    Published by: EdStevens on October 14, 2011 06:32

  • Install client tools Oracle 12 c crashing during

    I have about 200 users running the client tools of Oracle 12 c on their workstations. A user tried to install the tools on his machine, but Setup still hangs. We were unable to find a solution. Java has been removed and reinstalled several times, the installation was run as an administrator, and we tried to install it under different user accounts. I apologize for the incoming wall of text, but it is not an attach option or the spoiler.

    #
    # A fatal error has been detected by Java runtime environment:
    #
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc = 0x02852bff, pid = 1188, tid = 9852
    #
    # Version JRE: 6.0_75 - b13
    # Java VM: Java hotspot Client VM (20, 75 - b01 mixed mode windows - x 86)
    # Problematic frame:
    # V [jvm.dll + 0xa2bff]
    #
    # If you want to submit a bug report, please visit:
    #   http://Java.Sun.com/webapps/bugreport/crash.jsp
    #

    ---------------  T H R E A D  ---------------

    The current thread (0 x 15348800): JavaThread "OUISetupDriver.JobExecutorThread" [_thread_in_vm, id = 9852, stack (0x181c0000, 0 x 18210000)]

    siginfo: ExceptionCode = 0xc0000005, address 0x00000000 blocking playback

    Records:
    EAX = 0 X 00000000, EBX = 0 X 15348928, ECX = 0 X 00000000 EDX = 0 X 00000004
    ESP = 0X1820F6C0 EBP = 0X1820F6C4 = 0X00000000 ESI, EDI = 0X0000001E
    EIP = 0X02852BFF, EFLAGS = 0 X 00010246

    Top of the stack: (sp = 0x1820f6c0)
    0x1820f6c0: 02852bb0 00000020 15348800 15b93a23
    0x1820f6d0: 00000000 00000000 15348800 11b7f608
    0x1820f6e0: 1820f754 11b7f610 15df1948 b 1546, 908
    0x1820f6f0: 14c576e8 11b7f608 11b7f610 14cc9be0
    0x1820f700: 02a79ec7 00348800 11b7f610 02a79fc7
    0x1820f710: 15348928 1820f75c 1820f77c 1820f778
    0x1820f720: 00000000 00000000 00000000 1820f774
    0x1820f730: 1820f764 1820f734 11b7f608 1820f77c

    Operating instructions: (pc = 0x02852bff)
    0x02852bdf: 03 89 4 eb 08 8 b 45 6 d has 08 06 81 50 e8 ff f5 ff
    0x02852bef: 8 b 45 10 and 83 c4 08 85 74 03 c6 00 8 01b 0 d c0 4 c
    0x02852bff: 8 b 8 b 01 15 ec 77 8 b 02 f4 02 53 56 77 a2 0d a2
    0x02852c0f: 8 b 34 8 b 02 14 01 8B 0d f0 a2 77 02 57 89 55 0c


    Register for memory mapping:

    EAX = 0 x 00000000 is an unknown value
    EBX = 0 x 15348928 is an unknown value
    ECX = 0 x 00000000 is an unknown value
    EDX = 0 x 00000004 is an unknown value
    ESP = 0x1820f6c0 is oriented in the stack for the thread: 0 x 15348800
    EBP = 0x1820f6c4 is oriented in the stack for the thread: 0 x 15348800
    ESI = 0 x 00000000 is an unknown value
    EDI = 0x0000001e is an unknown value


    Stack: 0x181c0000 (0 x 18210000) and sp = 0x1820f6c0, free space = 317 k
    Native frames: (J = compiled code Java, j = interpreted, Vv = VM code, C = native code)
    V [jvm.dll + 0xa2bff]

    Java images: (J = compiled Java code, j = interpreted, Vv = VM code)
    j oracle.sysman.oii.oiip.osd.win32.OiipwWin32NativeCalls.RegSetValue (Ljava/lang/String; Ljava/lang/String; Ljava/lang/String; Ljava/lang/String; ZILjava/lang/String ;) V + 0
    j oracle.sysman.oii.oiip.osd.win32.OiipwWin32NativeCalls.RegSetValue (Ljava/lang/String; Ljava/lang/String; Ljava/lang/String; Ljava/lang/String; Ljava/lang/String; (I) V + 9
    j oracle.sysman.oii.oiip.osd.win32.OiipwWin32NativeCalls.RegSetValue (Ljava/lang/String; Ljava/lang/String; Ljava/lang/String; Ljava/lang/String ;) V + 7
    j oracle.sysman.oii.oiip.oiipg.OiipgBootstrap.setInstallerKey (Ljava/lang/String ;) V + 7
    j oracle.sysman.oii.oiip.oiipg.OiipgBootstrap.updateInventoryLoc (Loracle/sysman/oii/IIP/OiicSessionInterfaceManager; Ljava/lang/String; Ljava/lang/String ;) V + 70
    j oracle.sysman.oii.oiic.OiicSessionInterfaceManager.doInvSetupOperations (Ljava/lang/String; Ljava/lang/String ;) I + 21
    j oracle.sysman.oii.oiic.OiicSilentInterfaceManager.doInvSetupOperations (Ljava/lang/String; Ljava/lang/String ;) I + 3
    j oracle.sysman.oii.oiic.OiicInvSetupWCCE.doOperation (Z) I + 73
    j oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate (Z) I + 249
    j oracle.sysman.oii.oiic.OiicPullSession.doOperation (Z) I + 11
    j oracle.sysman.oii.oiic.OiicInstallAPISession.doOperationsTillSummary (V + 2)
    j oracle.sysman.oii.oiic.OiicInstallAPISession.prepareForInstallOperations (V + 6)
    j oracle.sysman.oii.oiic.OiicAPIInstaller.prepareForInstallOperations (V + 56)
    j oracle.install.driver.oui.OUISetupDriver.initSession (Loracle/install/driver/Yes/SetupJob ;) Loracle/sysman/oii/IIP/OiicIOUIAPISession; 419
    j oracle.install.driver.oui.OUISetupDriver.setup (Loracle/install/driver/Yes/SetupJob ;) V + 45
    j oracle.install.driver.oui.SetupJob.call () Ljava/lang/empty; + 18
    j oracle.install.driver.oui.SetupJob.call () Ljava/lang/object; + 1
    j java.util.concurrent.FutureTask$ Sync.innerRun () V + 30
    j java.util.concurrent.FutureTask.run (V + 4)
    j java.util.concurrent.ThreadPoolExecutor$ Worker.runTask (Ljava/lang/Runnable ;) V + 66
    j java.util.concurrent.ThreadPoolExecutor$ Worker.run () V + 33
    j java.lang.Thread.run (V + 11)
    v ~ StubRoutines::call_stub

    ---------------  P R O C E S S  ---------------

    Java threads: (= > current thread)
    = > 0 x 15348800 JavaThread "OUISetupDriver.JobExecutorThread" [_thread_in_vm, id = 9852, stack (0x181c0000, 0 x 18210000)]
    0 x 15348400 JavaThread 'Thread-10' demon [_thread_blocked, id = 6968, stack (0 x 18030000, 0 x 18080000)]
    0 x 15347800 JavaThread "setup.flowWorker" [_thread_blocked, id = 10852, stack (0x17fa0000, 0x17ff0000)]
    JavaThread 0x15347c00 ' Image Fetcher 0 ' demon [_thread_blocked, id = 5968, stack (0x17c80000, 0x17cd0000)]
    0 x 15347000 JavaThread "Swing-Shell" demon [_thread_blocked, id = 8900, stack (0x17bf0000, 0x17c40000)]
    0x15346c00 JavaThread 'Worker 3' daemon [_thread_blocked, id = 10164, stack (0x179d0000, 0x17a20000)]
    0 x 15346400 JavaThread 'Worker 2' daemon [_thread_blocked, id = 864, stack (0 x 17940000, 0 x 17990000)]
    JavaThread 'Worker 1' demon 0x14c32400 [_thread_blocked, id = 7592, stack (0x178b0000, 0 x 17900000)]
    JavaThread 'Worker 0' 0x14c31c00 daemon [_thread_blocked, id = 6736, stack (0 x 16900000, 0 x 16950000)]
    JavaThread 'pool-1-wire-1' 0x14cd2c00 [_thread_blocked, id = 10760, stack (0 x 16840000, 0 x 16890000)]
    JavaThread 'DestroyJavaVM' 0x027adc00 [_thread_blocked, id = 9236, stack(0x00850000,0x008a0000)]
    0x154bc400 JavaThread "AWT-EventQueue-0" [_thread_blocked, id = 8568, stack (0x15c90000, 0x15ce0000)]
    0x14d12400 JavaThread "AWT-stop" [_thread_blocked, id = 7888, stack (0 x 15840000, 0 x 15890000)]
    0x15450c00 'TimerQueue' demon JavaThread [_thread_blocked, id = 4572, stack (0x15d20000, 0x15d70000)]
    JavaThread 'Thread-3' 0x1529b800 [_thread_in_native, id = 7552, stack (0x15a50000, 0x15aa0000)]
    0 x 15291400 JavaThread "EventQueueMonitor-ComponentEvtDispatch" [_thread_blocked, id = 10992, stack (0x159a0000, 0x159f0000)]
    0x1528dc00 JavaThread "AWT-Windows" daemon [_thread_in_native, id = 10996, stack (0x158d0000, 0 x 15920000)]
    0x1528cc00 JavaThread "Shredder Java2D" demon [_thread_blocked, id = 8212, stack (0x157b0000, 0 x 15800000)]
    JavaThread "Low memory detector" 0x0275b800 demon [_thread_blocked, id = 11128, stack (0x14fe0000, 0 x 15030000)]
    0 x 02754000 JavaThread "CompilerThread0 C1" demon [_thread_blocked, id = 10920, stack (0x14f50000, 0x14fa0000)]
    0 x 02753000 JavaThread "Listener set" demon [_thread_blocked, id = 10936, stack (0x14ec0000, 0x14f10000)]
    JavaThread 'Dispatcher of Signal' demon 0x14c10400 [_thread_blocked, id = 7612, stack (0x14e30000, 0x14e80000)]
    0x02746c00 JavaThread 'Finalizer' daemon [_thread_blocked, id = 11212, stack (0x14ba0000, 0x14bf0000)]
    0 x 02742000 JavaThread "Reference Handler" daemon [_thread_blocked, id = 8680, stack (0x14b10000, 0x14b60000)]

    Other topics:
    0x0273e000 VMThread [stack: 0x14ac0000, 0x14b10000] [id = 10960]
    0x0276e000 WatcherThread [stack: 0 x 15070000, 0x150c0000] [id = 10812]

    VM status: not to the point of restoration (normal execution)

    VM Mutex/monitor currently owned by thread: None

    Bunch
    def generation total 6464K, used 4356K [(0x04a70000, 0x05170000, 0x08a70000)]
    Eden space 5760K, 70% have used [0x04a70000, 0x04e62170, 0 x 05010000)
    Since space 704K, 44% used [(0x05010000, 0x0505eef0, 0x050c0000)]
    704K-space, 0% used [0x050c0000, 0x050c0000, 0 x 05170000)
    tenure generation total 14200K, used 8672K [0x08a70000, 0x0984e000, 0x10a70000)
    K-space 14200, 61% have used [0x092e8340, 0x092e8400, 0x08a70000, 0x0984e000)
    compaction perm gen total 33792K, used 33772K [0x10a70000, 0x12b70000, 0x14a70000)
    K-space 33792, 99% have used [0x12b6b348, 0x12b6b400, 0x10a70000, 0x12b70000)
    Without shared space configured.

    Hiding code [0x02a70000, 0x02db8000, 0x04a70000)
    total_blobs = 1879 nmethods = 1642 cards = 171 free_code_cache = largest_free_block 30117568 = 256

    Dynamic libraries:
    0x00400000 - 0 x 00425000 C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\jdk\jre\bin\javaw.exe
    0x770a0000 - 0 x 77220000 C:\Windows\SysWOW64\ntdll.dll
    0x74bb0000 - 0x74cc0000 C:\Windows\syswow64\kernel32.dll
    0 x 75810000 - 0 x 75857000 C:\Windows\syswow64\KERNELBASE.dll
    0 x 76760000 - 0 x 76800000 C:\Windows\syswow64\ADVAPI32.dll
    0x74cc0000 - 0x74d6c000 C:\Windows\syswow64\msvcrt.dll
    0x754c0000 - 0x754d9000 C:\Windows\SysWOW64\sechost.dll
    0x754e0000 - 0x755d0000 C:\Windows\syswow64\RPCRT4.dll
    0x74ac0000 - 0x74b20000 C:\Windows\syswow64\SspiCli.dll
    0x74ab0000 - 0x74abc000 C:\Windows\syswow64\CRYPTBASE.dll
    0 x 75390000 - 0 x 75490000 C:\Windows\syswow64\USER32.dll
    0x752d0000 - 0 x 75360000 C:\Windows\syswow64\GDI32.dll
    0 x 75380000 - 0x7538a000 C:\Windows\syswow64\LPK.dll
    0x76b80000 - 0x76c1d000 C:\Windows\syswow64\USP10.dll
    0x6f990000 - 0x6f9dc000 C:\Windows\system32\apphelp.dll
    0x6d780000 - 0x6d998000 C:\Windows\AppPatch\AcGenral.DLL
    0x76a00000 - 0x76a57000 C:\Windows\syswow64\SHLWAPI.dll
    0x6d700000 - 0x6d780000 C:\Windows\system32\UxTheme.dll
    0x6d6c0000 - 0x6d6f2000 C:\Windows\system32\WINMM.dll
    0x6d9f0000 - 0x6d9ff000 C:\Windows\system32\samcli.dll
    0x74f50000 - 0x750ac000 C:\Windows\syswow64\ole32.dll
    0x74b20000 - 0x74baf000 C:\Windows\syswow64\OLEAUT32.dll
    0x6d9a0000 - 0x6d9b4000 C:\Windows\system32\MSACM32.dll
    0x6fed0000 - 0x6fed9000 C:\Windows\system32\VERSION.dll
    0 x 75860000 - 0x764ab000 C:\Windows\syswow64\SHELL32.dll
    0x6d4b0000 - 0x6d4b3000 C:\Windows\system32\sfc.dll
    0x6d4a0000 - 0x6d4ad000 C:\Windows\system32\sfc_os. DLL
    0 x 75360000 - 0 x 75377000 C:\Windows\syswow64\USERENV.dll
    0x765e0000 - 0x765eb000 C:\Windows\syswow64\profapi.dll
    0x6d480000 - 0x6d493000 C:\Windows\system32\dwmapi.dll
    0x750d0000 - 0x7526d000 C:\Windows\syswow64\SETUPAPI.dll
    0 x 76730000 - 0 x 76757000 C:\Windows\syswow64\CFGMGR32.dll
    0x750b0000 - 0x750c2000 C:\Windows\syswow64\DEVOBJ.dll
    0x765f0000 - 0x7671b000 C:\Windows\syswow64\urlmon.dll
    0x76b00000 - 0x76b04000 C:\Windows\syswow64\api-ms-win-downlevel-ole32-l1-1-0.dll
    0x74d70000 - 0x74d74000 C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll
    0x765d0000 - 0x765d5000 C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll
    0 x 76720000 - 0 x 76724000 C:\Windows\syswow64\api-ms-win-downlevel-user32-l1-1-0.dll
    0x768f0000 - 0x768f4000 C:\Windows\syswow64\api-ms-win-downlevel-version-l1-1-0.dll
    0x76a60000 - 0x76a63000 C:\Windows\syswow64\api-ms-win-downlevel-normaliz-l1-1-0.dll
    0x76b10000 - 0x76b13000 C:\Windows\syswow64\normaliz. DLL
    0x755d0000 - 0x757ca000 C:\Windows\syswow64\iertutil.dll
    0x74d90000 - 0x74f46000 C:\Windows\syswow64\WININET.dll
    0x6f620000 - 0x6f632000 C:\Windows\system32\MPR.dll
    0 x 75270000 - 0x752d0000 C:\Windows\system32\IMM32. DLL
    0 x 76930000 - 0x769fc000 C:\Windows\syswow64\MSCTF.dll
    0x7c340000 - 0x7c396000 C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\jdk\jre\bin\msvcr71.dll
    0x027b0000 - 0x02a64000 C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\jdk\jre\bin\client\jvm.dll
    0 x 00140000 - 0x0014c000 C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\jdk\jre\bin\verify.dll
    0x6d3f0000 - 0x6d40f000 C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\jdk\jre\bin\java.dll
    0 x 00250000 - 0x0025f000 C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\jdk\jre\bin\zip.dll
    0x6d0b0000 - 0x6d1fd000 C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\jdk\jre\bin\awt.dll
    0 x 69840000 - 0 x 69891000 C:\Windows\system32\WINSPOOL. DRV
    0x67f90000 - 0x6812e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
    0 x 15920000 - 0 x 15951000 C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\jdk\jre\bin\JavaAccessBridge.dll
    0x6d420000 - 0x6d426000 C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\jdk\jre\bin\jawt.dll
    0x008a0000 - 0x008ad000 C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\jdk\jre\bin\JAWTAccessBridge.dll
    0x6d2e0000 - 0x6d345000 C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\jdk\jre\bin\fontmanager.dll
    0x15aa0000 - 0x15ab3000 C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\jdk\jre\bin\net.dll
    0x757d0000 - 0 x 75805000 C:\Windows\syswow64\WS2_32.dll
    0x74d80000 - 0x74d86000 C:\Windows\syswow64\NSI.dll
    0x70ec0000 - 0x70efc000 C:\Windows\system32\mswsock.dll
    0x70ea0000 - 0x70ea6000 C:\Windows\System32\wship6.dll
    0 x 02790000 - 0 x 02799000 C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\jdk\jre\bin\nio.dll
    0x15b90000 - 0x15bb3000 C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\oui\lib\win32\oraInstaller.dll
    0 x 78410000 - 0x784cf000 C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\oui\lib\win32\msvcr100.dll
    0x6d600000 - 0x6d609000 C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\jdk\jre\bin\management.dll
    0x6c8c0000 - 0x6c8d0000 C:\Windows\system32\NLAapi.dll
    0x6c8b0000 - 0x6c8c0000 C:\Windows\system32\napinsp.dll
    0x6c2a0000 - 0x6c2b2000 C:\Windows\system32\pnrpnsp.dll
    0x6fa10000 - 0x6fa54000 C:\Windows\system32\DNSAPI.dll
    0x6bf90000 - 0x6bf98000 C:\Windows\System32\winrnr.dll
    0x70eb0000 - 0x70eb5000 C:\Windows\System32\wshtcpip.dll
    0x6bbb0000 - 0x6bbcc000 C:\Windows\system32\IPHLPAPI. DLL
    0x6bba0000 - 0x6bba7000 C:\Windows\system32\WINNSI. DLL
    0x6beb0000 - 0x6beb6000 C:\Windows\system32\rasadhlp.dll
    0x6bec0000 - 0x6bef8000 C:\Windows\System32\fwpuclnt.dll
    0 x 60300000 - 0 x 60306000 C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\oui\lib\win32\orauts.dll
    0x15db0000 - 0x15de7000 C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\oui\lib\win32\orawsec12.dll
    0x6f890000 - 0x6f8a1000 C:\Windows\system32\NETAPI32.dll
    0x6f880000 - 0x6f889000 C:\Windows\system32\netutils.dll
    0x6f860000 - 0x6f879000 C:\Windows\system32\srvcli.dll
    0x6f850000 - 0x6f85f000 C:\Windows\system32\wkscli.dll
    0x5f9b0000 - 0x5fa84000 C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\oui\lib\win32\orasrvm12.dll
    0x6fa00000 - 0x6fa08000 C:\Windows\system32\Secur32.dll
    0x6be90000 - 0x6bea2000 C:\Windows\system32\dhcpcsvc. DLL
    0x6be80000 - 0x6be8d000 C:\Windows\system32\dhcpcsvc6. DLL
    0x6d250000 - 0x6d273000 C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\jdk\jre\bin\dcpr.dll
    0 x 73690000 - 0x736a6000 C:\Windows\system32\CRYPTSP.dll
    0 x 73650000 - 0x7368b000 C:\Windows\system32\rsaenh.dll
    0x6fba0000 - 0x6fbc1000 C:\Windows\system32\ntmarta.dll
    0x768a0000 - 0x768e5000 C:\Windows\syswow64\WLDAP32.dll
    0 x 76810000 - 0 x 76893000 C:\Windows\syswow64\CLBCatQ.DLL
    0 x 68130000 - 0 x 68225000 C:\Windows\system32\propsys.dll
    0x22a50000 - 0x22be8000 C:\Windows\system32\NetworkExplorer.dll
    0x411f0000 - 0x4121f000 C:\Windows\System32\shdocvw.dll
    0x3f6d0000 - 0x3f6da000 C:\Windows\system32\slc.dll
    0x3fb90000 - 0x3fb98000 C:\Windows\System32\drprov.dll
    0x6f6a0000 - 0x6f6c9000 C:\Windows\System32\WINSTA.dll
    0x3fc60000 - 0x3fc74000 C:\Windows\System32\ntlanman.dll
    0 x 69800000 - 0 x 69819000 C:\Windows\System32\davclnt.dll
    0x6c100000 - 0x6c108000 C:\Windows\System32\DAVHLPR.dll
    0x6bb80000 - 0x6bb8b000 C:\Windows\system32\cscapi.dll
    0 x 29310000 - 0 x 29548000 C:\Windows\system32\wpdshext.dll
    0x66dd0000 - 0x66f60000 C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18455_none_72d576ad8665e853\gdiplus.dll
    0x6e630000 - 0x6e6b9000 C:\Windows\system32\PortableDeviceApi.dll
    0 x 75490000 - 0x754be000 C:\Windows\syswow64\WINTRUST.dll
    0x764b0000 - 0x765d0000 C:\Windows\syswow64\CRYPT32.dll
    0 x 77070000 - 0x7707c000 C:\Windows\syswow64\MSASN1.dll
    0x384f0000 - 0x3852f000 C:\Windows\system32\audiodev.dll
    0x2b9e0000 - 0x2bc47000 C:\Windows\system32\WMVCore.DLL
    0x17e40000 - 0x17e7d000 C:\Windows\system32\WMASF. DLL
    0x17e80000 - 0x17eb1000 C:\Windows\system32\EhStorShell.dll
    0x169f0000 - 0x16a12000 C:\Windows\system32\EhStorAPI.dll
    0x169a0000 - 0x169a9000 C:\Windows\system32\LINKINFO.dll
    0 x 76800000 - 0 x 76805000 C:\Windows\system32\PSAPI. DLL

    VM Arguments:
    jvm_args :-Doracle.installer.library_loc=C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\oui\lib\win32-Doracle.installer.oui_loc=C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\oui-Doracle.installer.bootstrap=TRUE-Doracle.installer.startup_location=C:\Users\psmith\Desktop\client32\install-Doracle.installer.jre_loc=C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\jdk/jre-Doracle.installer.exec_location=C:\Users\psmith\Desktop\client32\install\oui.exe-Doracle.installer.nlsEnabled=TRUE-Doracle.installer.prereqConfigLoc=-Xmx192m
    java_command: oracle.install.ivw.client.driver.ClientInstaller scratchPath - C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM - C:\Users\psmith\Desktop\client32\install\ sourceLoc... /stage/Products.xml - sourceType network - timestamp 2015-01-27_03-47-31 h-local
    Type of launcher: SUN_STANDARD

    Environment variables:
    CLASSPATH = c: \ Program Files (x 86) \Common Files\Compuware\DLM40JNI.jar;
    PATH = C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\ext/bin; C:\Users\psmith\AppData\Local\Temp\OraInstall2015-01-27_03-47-31PM\ext/lib; C:\ProgramData\Oracle\Java\javapath; C:\Oracle\product\11.1.0\Client_1\bin; C:\Windows\System32; C:\Windows; C:\Windows\System32\Wbem; C:\Windows\system32\WindowsPowerShell\v1.0\; C:\Program Files (x 86) \Common Files\Compuware; C:\Program Files (x 86) \Common Files\Roxio Shared\DLLShared\; C:\Program Files (x 86) \Common Files\Roxio Shared\10.0\DLLShared\; C:\Program Files\Microsoft SQL Server\110\DTS\Binn\; C:\Program Files (x 86) \Microsoft SQL Server\110\Tools\Binn\; C:\Program Files\Microsoft SQL Server\110\Tools\Binn\; C:\Program Files (x 86) \Microsoft SQL Server\110\Tools\Binn\ManagementStudio\; C:\Program Files (x 86) \Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\. C:\Program Files (x 86) \Microsoft SQL Server\110\DTS\Binn\; c:\Program Files (x 86) \Microsoft SQL Server\100\Tools\Binn\; c:\Program Files\Microsoft SQL Server\100\Tools\Binn\, c:\Program Files\Microsoft SQL Server\100\DTS\Binn\; C:\Program Files\Microsoft\Web platform Installer\; C:\Program Files (x 86) \Microsoft ASP.NET\ASP.NET Web Pages\v1.0\; C:\Program Files (x 86) \Windows Kits\8.1\Windows Performance Toolkit\; C:\Program Files (x 86) \Java\jre7\bin\; C:\Program Files (x 86) \AccuRev\bin; C:\Program Files (x 86) \Java\jre8\bin\; C:\Program Files (x 86) \Microsoft SDKs\TypeScript\1.0\; C:\Program Files\Microsoft SQL Server\120\Tools\Binn\
    USERNAME = psmith
    OS = Windows_NT
    PROCESSOR_IDENTIFIER = Intel64 family 6 model 44 Stepping 2 GenuineIntel

    ---------------  S Y S T E M  ---------------

    OS: Windows 7, 64-bit Build 7601 Service Pack 1

    CPU:total 12 (6 cores per processor, 2 threads by heart) family 6 model 44 2 stepping cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt ht

    Memory: 4 k page, physical 12580392 k (5320780 k free), Exchange 25158928 k (17447704 k free)

    vm_info: Java hotspot Client VM (20, 75 - b01) for JRE windows - x 86 (1.6.0_75 - b13), built on 17 March 2014 12:03:53 by 'java_re' with MS VC ++ 7.1 (VS2003)

    time: kill Jan 27 15:48:38 2015
    elapsed time: 60 seconds

    Windows 7 x 64 Enterprise

    I found the problem, but it was not referenced in any of the newspapers. There was an instance of Oracle 11 g 64 bit already installed on the machine and 32-bit 12 c has been seen none of that.

    I've renamed the registry HKLM\Software\Oracle key, installed 32-bit 12 c, then changed the name of key return. No problems during installation or post-installation tests.

  • Oracle 32-bit Client and Oracle DB 64 ORA-12560

    Hello

    Successfully, I installed Oracle 11 g and create a database. Then, I managed to connect using SqlPlus. After the installation of the 32-bit Client (I installed the complete version - version Administration) I copy the tnsnames.ora on C:\app\Administrator\product\11.2.0\client_1\network\admin, and I can't connect using sqlplus:
    C:\users\administrator > sqlplus / as sysdba

    SQL * more: Production release 11.2.0.1.0 Wed Aug 29 12:40:16 2012

    Copyright (c) 1982, 2010, Oracle. All rights reserved.

    ERROR:
    ORA-12560: TNS:protocol adapter error


    Enter the user name:

    Hakan Biroglu says:
    ...
    Are both 64-bit and 32-bit Oracle on the same computer?

    It is where PTools 8.5 x is confusing so far. It is 64-bit capable only, but on Windows, to Oracle 32-bit libraries to run the client (Appserv, CRP, AppDesigner, DMS). It will be fixed within 8,53 PTools where we will rid us off the coast of the need for 32-bit (particularly embarrassing for Appserver/CRP on a server). So far, we will need both the server, 64-bit managed to be the server, 32-bit has managed to be the customer. Overall, it makes the image even less clear.

    In this case, make sure that the PATH variable contains the correct sequence (64-bit, 32-bit server server).

    Basically, the variables ORACLE_HOME and path must be changed before using one or the other House.
    If you want to use a connection with a server, the home64bit value, this should work:

    set ORACLE_HOME=
    set PATH=%ORACLE_HOME%\bin:%PATH%
    set ORACLE_SID=mydb
    sqlplus / as sysdba
    

    If you want to use a login as a client, the home32bit value, it should work:

    set ORACLE_HOME=
    set PATH=%ORACLE_HOME%\bin:%PATH%
    sqlplus sysadm/sysadm@mydb
    

    Nicolas.

    fixed tags
    Published by: Gasparotto N on August 29, 2012 15:20

  • PL/SQL error ORA-00904 not no projection in Oracle SQL Developer

    Hello

    I am new to Oracle and the different development tools available.
    Using Oracle SQL Developer, we encountered a scenario where a PL/SQL package doesn't compile, but it only displays the warnings in the log of the compiler.

    The packeage even when it is compiled using PL/SQL Navigator shows a much more detailed list of errors and highlights the real problem.

    Why Oracle SQL Developer does not show the following error?

    PL/SQL: ORA-00904: "SERIAL_LINE_ID": invalid identifier




    Concerning
    Adrian

    There are various settings that you can give to messages. (for example, information, warning, severe).

    Tools-PL/SQL compiler options.

    Normally, just the first 20 messages are displayed.
    Change the code to get rid of the warning messages or change settings to ignore the information and warning messages.

    P.S. There is a dedicated forum sqldeveloper where your question should really be displayed.

    Published by: Keith Jamieson on March 9, 2009 13:45

Maybe you are looking for