SQLplus in Oracle customer

Hello

I tried to install a client of oracle 11g on linux. As I compared it files with the files when you install by using the oracle instant client, I see they are almost similar. Now I have installed and tried running sqlplus and it works.
I read that simply place a tnsnames.ora file where the client files to connect to a database. I did it but when I tried to connect to a database that is included in the tnsnames.ora file, I get the following error:

ORA-12154: TNS: could not resolve the connect identifier specified

Do I need to implement?

ORA-12154: TNS: could not resolve the connect identifier specified

$ oerr ora 12154
12154, 00000, "TNS:could not resolve the connect identifier specified"
// *Cause:  A connection to a database or other service was requested using
// a connect identifier, and the connect identifier specified could not
// be resolved into a connect descriptor using one of the naming methods
// configured. For example, if the type of connect identifier used was a
// net service name then the net service name could not be found in a
// naming method repository, or the repository could not be
// located or reached.
// *Action:
//   - If you are using local naming (TNSNAMES.ORA file):
//      - Make sure that "TNSNAMES" is listed as one of the values of the
//        NAMES.DIRECTORY_PATH parameter in the Oracle Net profile
//        (SQLNET.ORA)
//      - Verify that a TNSNAMES.ORA file exists and is in the proper
//        directory and is accessible.
//      - Check that the net service name used as the connect identifier
//        exists in the TNSNAMES.ORA file.
//      - Make sure there are no syntax errors anywhere in the TNSNAMES.ORA
//        file.  Look for unmatched parentheses or stray characters. Errors
//        in a TNSNAMES.ORA file may make it unusable.

But you shouldn't tnsnames.ora: see using the method of naming connect easy

Tags: Database

Similar Questions

  • On RHEL 5.7, Oracle customer 11.2.0.3 Setup error

    Hello friends,

    I am getting below error while installing Oracle 11 g 2 on a Machine RHEL5.7 customer. After that I completed the installation in silent mode whenever I run the command sqlplus/nolog

    sqlplus: error while loading shared libraries: libclntsh.so.11.1: cannot open shared object file: no such file or directory

    while I guess that parameters in .bash_profile seems ok. Please validate:

    [oracle@localhost ~] $ cat .bash_profile

    # .bash_profile

    # Get the aliases and functions

    If [~/.bashrc - f]; then

    . ~/.bashrc

    FI

    # Specific programs startup and user environment

    $PATH = path: $HOME/bin

    export PATH

    export ORACLE_BASE = / u01/oracle

    Export ORACLE_HOME = / u01/oracle/oraapp

    export LD_LIBRARY_PATH = $ORACLE_HOME/lib

    export PATH = / u01/oracle/oraapp/bin: $PATH

    I checked metalink where it says it could be due to rpm, ID 1329085.1

    Also, please find details of the CCG:

    [oracle@localhost ~] $ gcc - v

    Using plug integrated.

    Target: x86_64-redhat-linux

    Configured with:... / configure--prefix = / usr - mandir = / usr/share/man - infodir = / usr/share/info-enable-shared-enable-threads = posix - enable-checking = libération--with-système-zlib--enable-__cxa_atexit--disable-libunwind-exceptions--enable-libgcj-multifile--enable-langues = c, c ++, objc, obj - c + +, java, fortran, ada - enable-java-awt = gtk--disable-dssi--disable-plugin--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre--avec = cpu generic - host = x86_64-redhat-linux

    Thread model: posix

    GCC 4.1.2 version 20080704 (4.1.2 - 51 Red Hat)

    Any help on this issue would be really nice

    -Best regards,.

    J_DBA

    Hi all

    This problem is now resolved. This was coming because of a problem in the Setup log file.

    INFO: error: sys/types.h: no such file or directory

    INFO: mv:

    INFO: cannot stat 'ntcontab.o '.

    INFO: no such file or directory

    INFO:

    INFO: / usr/bin/ar: /u01/oracle/oraapp/lib/ntcontab.o: no such file or directory

    NEWS: make: * [ntcontab.o] error 1

    INFO: End of the generated process exit.

    INFO: ----------------------------------

    INFO: Exception thrown from action: do

    Exception name: MakefileException

    Exception string: error in the call to target 'mkldflags ntcontab.o nnfgt.o' of makefile ' / u01/oracle/oraapp/network/lib/ins_net_client.mk'. See ' / u01/oracle/oraInventory/logs/installActions2013-07-17_01-15-42PM.log' for details.

    The exception severity: 1

    This solved after the relocation of c++ - gcc and glibc-headers with its dependent RPMs. thought to share this info with you all.

    Thank you for everything you are supported.

    -Best regards,.

    J_DBA_Sourav

  • Oracle Customer Service Incident location information.

    Hello

    I have a question about the CS_INCIDENTS_ALL_Bdatabase table, the INCIDENT_LOCATION_ID column can contain two types of values HZ_LOCATION_ID or HZ_PARTY_SITE_ID. The INCIDENT_LOCATION_TYPE column contains the info if the stored values is HZ_LOCATION_ID or HZ_PARTY_SITE_ID.

    I would like to know how the INCIDENT_LOCATION_TYPE column is filled or how the decision is made to store the HZ_PARTY_SITE_ID or the HZ_LOCATION_ID in the INCIDENT_LOCATION_ID column in the CS_INCIDENTS_ALL_Btable.

    Oracle EBS version is R12.1.1

    I tried to search in Metalink and crossed the Oracle Technical Reference Manual as well, but so far failed to find any related information. Any help information will be much appreciated.

    The decision to store the site of party id or location hz code depends on what type of incident address is selected in the SR. If the address of the Incident is an address of customer (third party site) then the incident id field will store the site of party id. If the address of the Incident is a freestanding location (address not tied to any client) then the location hz code is stored.

  • is there available in any oracle customer graphics as slq * more or pl/sql dev

    For example,.

    can we graph the result of an execution of query or not, if yes how.

    user13328581 wrote:

    can we graph the result of an execution of query or not, if yes how.

    Yes. But the graph must be made by a customer. So it depends on WHAT the customer support.

    SQL * more is a customer of type character (console). It can render graphics. Or HTML. So it is very limited options to display a chart. For example do a vertical histogram of wages as a percentage of the total amount of the company spend on wages:

    SQL> select ename, rpad('*',round( sal / sum(sal) over (partition by null) * 100),'*') as percentage from emp order by 2;
    
    ENAME      PERCENTAGE
    ---------- --------------------
    SMITH      ***
    JAMES      ***
    WARD       ****
    MARTIN     ****
    ADAMS      ****
    MILLER     ****
    TURNER     *****
    ALLEN      ******
    CLARK      ********
    SCOTT      **********
    BLAKE      **********
    JONES      **********
    FORD       **********
    KING       *****************
    
    14 rows selected.
    

    With HTML, this can be done using an HTML table and a single color (a few pixels) and image sizing of the image to render according to the percentage value to display.

    If a customer is a plugin based on Flash (like Anychart delivered with Oracle Apex), the output must be XML.

    If the customer is a spreadsheet (OpenOffice or MS Excel), it can be run directly from the SQL, populate an area of the workspace with the release, which triggers a graph for this region to be updated.

    So the question you're asking has Nothing to do with the languages SQL or PL/SQL themselves - but everything to do with WHAT the customer is, and FORMAT it expects the data to be displayed in.

    Basic knowledge of client-server standard.

  • Convert report seeded Oracle custom in the XML editor

    Hello
    We have customized any report oracle planted, now we have to convert in XML Publisher.

    any body can me say what steps should I follow?

    Patch installed

    OPE. H, 3263588
    4.5.0, 3554613
    5.0.0 3822219
    5.5.0, 4206181
    4236958 5.0.1
    5.6.0, 4561451
    5.6.1 4905678
    5.6.2, 5097966
    5.6.3, 5472959

    5.6 XML editor build 45

    Thank you
    Ed.

    Hello

    Please follow the steps in the below url.
    http://apps2fusion.com/at/64-KR/346-bi-Publisher-report-migration-utility
    later the following url will also be useful.
    http://bipublisher.blogspot.com/2009/05/bi-Publisher-reports6i-to-BIP.html

    This will of course help you.

    Thank you
    Zakari

  • Server 2008 r2 sp1 oracle customer 10.2.0.100

    We strive to set up a build server to connect to our 11g R1 working linux node 4 standard base RAC database.

    With the installation of the client 10.2.0.100 that we can communicate with .net, sqlplus and us applications are able to successfully tnsping.

    Problem is our VB6 oo4o application will not connect.
    Strange thing is on another Server 2008 r2, like we don't have this problem.

    I tried.
    opening perms on the C:\oracle folder and its children
    set TNS_ADMIN, ORACLE_HOME, ORACLE_BASE environment variables and a few others in desperation
    I confirmed the registry settings
    I compared this Oracle c:\windows\assembly and GAC Policy.Oracle entries match between server problem and working server
    I confirmed that the tnsnames.ora file matches the version of servers work

    I've implemented the sqlnet.ora to collect more information, is most of the time not Digest by my brain, and I hope that someone can look at the results and point me in the right direction.

    content = SQLNET.ora =.
    #SQLNET. AUTHENTICATION_SERVICES = (NTS)
    TNSPING. TRACE_LEVEL = support
    TNSPING. TRACE_DIRECTORY = C:\oraclelogs
    TRACE_LEVEL_CLIENT = support
    TRACE_DIRECTORY_CLIENT = C:\oraclelogs
    LOG_DIRECTORY_CLIENT = C:\oraclelogs
    NAMES. DIRECTORY_PATH = (tnsnames, hostname)
    ==============================

    = SQLNET.log =.


    ***********************************************************************
    Fatal OR connect error 12560, connect to:
    (DESCRIPTION = (ADDRESS = (PROTOCOL = DOB (ARGV0 = oracleORCL))(PROGRAM=oracle) (ARGS = '(DESCRIPTION =(LOCAL=YES) (ADDRESS = (PROTOCOL = DOB)))')) (CONNECT_DATA = (SID = ORCL) (CID = (PROGRAM = C:\Bertch\CabMaker\CabMaker.exe)(HOST=DEVSERVER01)(USER=tonyedmo)))

    VERSION INFORMATION:
    AMT for 32-bit Windows: Version 10.2.0.1.0 - Production
    Oracle leaves NT Protocol adapter for 32-bit Windows: Version 10.2.0.1.0 - Production
    Time: April 5, 2012 10:37:04
    Tracing of file: C:\oraclelogs\cli_6104.trc
    AMT error struct:
    NS main err in code: 12560
    AMT-12560: TNS:protocol adapter error
    NS secondary err code: 0
    NT main err in code: 530
    AMT-00530: Protocol adapter error
    NT secondary err code: 126
    NT OS err code: 0
    =============================




    = trace file =.
    (6104) [10:37:04:934] 5 APRIL 2012 - TRACING CONFIGURATION INFORMATION BELOW.
    New workflow trace (6104) [10:37:04:934 April 5, 2012] is C:\oraclelogs\cli_6104.trc
    New trace level (6104) [10:37:04:934 April 5, 2012] is 16
    TRACE (6104) [5 APRIL 2012 10:37:04:934] - CONFIGURATION INFORMATION ENDS.
    (6104) [10:37:04:934] 5 APRIL 2012 - INFORMATION ABOUT THE SOURCE SETTINGS FOLLOW -
    Charge of attempt (6104) [5 April 2012 10:37:04:934] pfile source C:\oracle\product\10.2.0\client_1\NETWORK\ADMIN\sqlnet.ora system
    The parameter source (6104) [5 April 2012 10:37:04:934] loaded successfully
    (6104) [10:37:04:934 APRIL 5, 2012]
    (6104) [5 April 2012 10:37:04:934] charge of attempt to source local pfile C:\Bertch\CabMaker\sqlnet.ora
    Source of the parameter [10:37:04:935 April 5, 2012] (6104) has not been loaded.
    (6104) [10:37:04:935 APRIL 5, 2012]
    (6104) [5 April 2012 10:37:04:935]-> PARAMETER TABLE BURDEN RESULTS FOLLOW < -.
    Load of table for the Successful parameter (6104) [10:37:04:935 April 5, 2012]
    (6104) [5 April 2012 10:37:04:935]-> PARAMETER TABLE has THE FOLLOWING CONTENT < -.
    TNSPING (6104) [10:37:04:935 APRIL 5, 2012]. TRACE_LEVEL = support
    (6104) [5 April 2012 10:37:04:935] TRACE_LEVEL_CLIENT = support
    NAMES (6104) [10:37:04:935 APRIL 5, 2012]. DIRECTORY_PATH = (tnsnames, hostname)
    TNSPING (6104) [10:37:04:935 APRIL 5, 2012]. TRACE_DIRECTORY = C:\oraclelogs
    (6104) [5 April 2012 10:37:04:935] LOG_DIRECTORY_CLIENT = C:\oraclelogs
    (6104) [5 April 2012 10:37:04:935] TRACE_DIRECTORY_CLIENT = C:\oraclelogs
    (6104) [10:37:04:935] 5 APRIL 2012 - INFORMATION ABOUT PARAMETERS SOURCE ENDS.
    (6104) [10:37:04:935] 5 APRIL 2012 - LOG CONFIGURATION INFORMATION BELOW.
    Log stream (6104) [10:37:04:935 April 5, 2012] will be 'C:\oraclelogs\sqlnet.log '.
    Log (6104) [10:37:04:935 April 5, 2012] validation workflow has not requested
    OPEN A SESSION (6104) [5 APRIL 2012 10:37:04:935] - CONFIGURATION INFORMATION ENDS.

    (6104) [5 April 2012 10:37:04:935] nlstdipi: entry
    Nlstdipi (6104) [10:37:04:936 April 5, 2012]: output
    (6104) [5 April 2012 10:37:04:936] final: entry
    Final (6104) [10:37:04:936 April 5, 2012]: number in the overall area of NL is now 1
    Final (6104) [10:37:04:936 April 5, 2012]: count in the global area NOW: 1
    (6104) [5 April 2012 10:37:04:936] nrigbi: entry
    (6104) [5 April 2012 10:37:04:936] nrigbni: entry
    Nrigbni (6104) [5 April 2012 10:37:04:937]: could not get the file tnsnav.ora navigation data
    Nrigbni (6104) [10:37:04:937 April 5, 2012]: output
    Nrigbi (6104) [10:37:04:937 April 5, 2012]: output
    Final (6104) [10:37:04:937 April 5, 2012]: output
    Niqname (6104) [10:37:04:937 April 5, 2012]: HST is already a NVstring.
    Niqname (6104) [10:37:04:937 April 5, 2012]: insertion of CID.
    (6104) [5 April 2012 10:37:04:938] niotns: entry
    (6104) [5 April 2012 10:37:04:938] snsbitini_ts: entry
    Snsbitini_ts (6104) [5 April 2012 10:37:04:938]: a normal exit
    (6104) [5 April 2012 10:37:04:938] snsbitini_ts: entry
    Snsbitini_ts (6104) [5 April 2012 10:37:04:938]: a normal exit
    Niotns (6104) [10:37:04:938 April 5, 2012]: don't mean to enable dead connection detection.
    Niotns (6104) [10:37:04:938 April 5, 2012]: call address: (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = DOB (ARGV0 = oracleORCL))(PROGRAM=oracle) (ARGS = '(DESCRIPTION =(LOCAL=YES) (ADDRESS = (PROTOCOL = DOB)))'))) (CONNECT_DATA = (SID = ORCL) (CID = (PROGRAM = C:\Bertch\CabMaker\CabMaker.exe)(HOST=DEVSERVER01)(USER=tonyedmo)))
    (6104) [5 April 2012 10:37:04:938] nscall: entry
    (6104) [5 April 2012 10:37:04:938] nsmal: entry
    (6104) [5 April 2012 10:37:04:938] nsmal: 212 bytes to 0x5f4bd80
    Nsmal (6104) [5 April 2012 10:37:04:938]: a normal exit
    Nscall (6104) [10:37:04:938 April 5, 2012]: connection...
    (6104) [5 April 2012 10:37:04:938] nladini: entry
    Nladini (6104) [10:37:04:938 April 5, 2012]: output
    (6104) [5 April 2012 10:37:04:938] nladget: entry
    Nladget (6104) [10:37:04:938 April 5, 2012]: output
    (6104) [5 April 2012 10:37:04:938] nsc2addr: entry
    Nsc2addr (6104) [5 April 2012 10:37:04:938]: (DESCRIPTION = (ADDRESS = (PROTOCOL = DOB (ARGV0 = oracleORCL))(PROGRAM=oracle) (ARGS = '(DESCRIPTION =(LOCAL=YES) (ADDRESS = (PROTOCOL = DOB)))')) (CONNECT_DATA = (SID = ORCL) (CID = (PROGRAM = C:\Bertch\CabMaker\CabMaker.exe)(HOST=DEVSERVER01)(USER=tonyedmo)))
    (6104) [5 April 2012 10:37:04:939] nlpcaini: entry
    Nlpcaini (6104) [10:37:04:939 April 5, 2012]: prg = oracle
    Nlpcaini (6104) [10:37:04:939 April 5, 2012]: arg [0] = oracleORCL
    Nlpcaini (6104) [10:37:04:939 April 5, 2012]: arg [1] = (DESCRIPTION =(LOCAL=YES) (ADDRESS = (PROTOCOL = DOB)))
    (6104) [5 April 2012 10:37:04:939] nlpcaini: env [0] ==: =:.
    Nlpcaini (6104) [10:37:04:939 April 5, 2012]: output
    Nsc2addr (6104) [5 April 2012 10:37:04:939]: a normal exit
    (6104) [5 April 2012 10:37:04:939] nsopen: entry
    (6104) [5 April 2012 10:37:04:939] nsmal: entry
    Nsmal (6104) [10:37:04:939 April 5, 2012]: 736 bytes to 0x5f50b68
    Nsmal (6104) [5 April 2012 10:37:04:940]: a normal exit
    (6104) [5 April 2012 10:37:04:940] nsopenmplx: entry
    (6104) [5 April 2012 10:37:04:940] nsmal: entry
    Nsmal (6104) [10:37:04:940 April 5, 2012]: 1644 bytes to 0x5f50e70
    Nsmal (6104) [5 April 2012 10:37:04:940]: a normal exit
    (6104) [5 April 2012 10:37:04:940] snsbitini_ts: entry
    Snsbitini_ts (6104) [5 April 2012 10:37:04:940]: a normal exit
    (6104) [5 April 2012 10:37:04:940] nsiorini: entry
    (6104) [5 April 2012 10:37:04:940] nsbal: entry
    (6104) [5 April 2012 10:37:04:940] nsbgetfl: entry
    Nsbgetfl (6104) [5 April 2012 10:37:04:940]: a normal exit
    (6104) [5 April 2012 10:37:04:940] nsmal: entry
    Nsmal (6104) [10:37:04:940 April 5, 2012]: 84 bytes to 0x5f51620
    Nsmal (6104) [5 April 2012 10:37:04:940]: a normal exit
    Nsbal (6104) [5 April 2012 10:37:04:940]: a normal exit
    Nsiorini (6104) [10:37:04:940 April 5, 2012]: exit (0)
    (6104) [5 April 2012 10:37:04:940] nscpxget: entry
    (6104) [5 April 2012 10:37:04:940] snsbitts_ts: entry
    Snsbitts_ts (6104) [5 April 2012 10:37:04:940]: the ILO has acquired
    Snsbitts_ts (6104) [5 April 2012 10:37:04:940]: a normal exit
    (6104) [5 April 2012 10:37:04:940] snsbitcl_ts: entry
    Snsbitcl_ts (6104) [5 April 2012 10:37:04:940]: a normal exit
    Nscpxget (6104) [5 April 2012 10:37:04:940]: a normal exit
    (6104) [5 April 2012 10:37:04:940] nsopenalloc_nsntx: nlhthput on mplx_ht_nsgbu:ctx = 5f50b68, nsntx = 5f50e70
    Nsopenmplx (6104) [5 April 2012 10:37:04:940]: a normal exit
    (6104) [5 April 2012 10:37:04:940] nsopen: transport of opening...
    (6104) [5 April 2012 10:37:04:940] ntpcon: entry
    Ntpcon (6104) [10:37:04:940 April 5, 2012]: toc = 1
    (6104) [5 April 2012 10:37:04:940] sntpcall: entry
    (6104) [5 April 2012 10:37:04:940] snlpcss: entry
    Snlpcss (6104) [5 April 2012 10:37:04:941]: could not load ORASPAWN. DLL, err is 126
    Sntpcall (6104) [10:37:04:941 April 5, 2012]: output
    Ntpcon (6104) [10:37:04:941 April 5, 2012]: output
    NsError (6104) [10:37:04:941 April 5, 2012]: entry
    (6104) [5 April 2012 10:37:04:941] nserror: nsres: id = 0, op is 65, ns = 12560, ns2 = 0; NT [0] = 530, nt [1] = 126, nt [2] = 0; ORA [0] = 0, ora [1] = 0, ora [2] = 0
    Nsopen (6104) [5 April 2012 10:37:04:941]: failed to open transport
    (6104) [5 April 2012 10:37:04:941] snsbitts_ts: entry
    Snsbitts_ts (6104) [5 April 2012 10:37:04:941]: the ILO has acquired
    Snsbitts_ts (6104) [5 April 2012 10:37:04:941]: a normal exit
    (6104) [5 April 2012 10:37:04:941] snsbitcl_ts: entry
    Snsbitcl_ts (6104) [5 April 2012 10:37:04:941]: a normal exit
    (6104) [5 April 2012 10:37:04:941] nsiocancel: entry
    (6104) [5 April 2012 10:37:04:941] nsiofrrg: entry
    (6104) [5 April 2012 10:37:04:941] nsbfr: entry
    (6104) [5 April 2012 10:37:04:941] nsbaddfl: entry
    Nsbaddfl (6104) [5 April 2012 10:37:04:941]: a normal exit
    Nsbfr (6104) [5 April 2012 10:37:04:941]: a normal exit
    Nsiofrrg (6104) [10:37:04:941 April 5, 2012]: output
    Nsiocancel (6104) [10:37:04:941 April 5, 2012]: output
    (6104) [5 April 2012 10:37:04:941] nsopenfree_nsntx: mplx_ht_nsgbu nlhthdel, ctx = 5f50b68 nsntx = 5f50e70
    (6104) [5 April 2012 10:37:04:941] nsiocancel: entry
    (6104) [5 April 2012 10:37:04:941] nsiofrrg: entry
    Nsiofrrg (6104) [10:37:04:941 April 5, 2012]: output
    Nsiocancel (6104) [10:37:04:941 April 5, 2012]: output
    (6104) [5 April 2012 10:37:04:941] snsbittrm_ts: entry
    Snsbittrm_ts (6104) [5 April 2012 10:37:04:941]: a normal exit
    (6104) [5 April 2012 10:37:04:941] snsbitts_ts: entry
    Snsbitts_ts (6104) [5 April 2012 10:37:04:941]: the ILO has acquired
    Snsbitts_ts (6104) [5 April 2012 10:37:04:941]: a normal exit
    (6104) [5 April 2012 10:37:04:941] snsbitcl_ts: entry
    Snsbitcl_ts (6104) [5 April 2012 10:37:04:941]: a normal exit
    (6104) [5 April 2012 10:37:04:941] nsmfr: entry
    Nsmfr (6104) [10:37:04:941 April 5, 2012]: 1644 bytes to 0x5f50e70
    Nsmfr (6104) [5 April 2012 10:37:04:941]: a normal exit
    (6104) [5 April 2012 10:37:04:941] nsmfr: entry
    Nsmfr (6104) [10:37:04:941 April 5, 2012]: 736 bytes to 0x5f50b68
    Nsmfr (6104) [5 April 2012 10:37:04:941]: a normal exit
    Nsopen (6104) [10:37:04:942 April 5, 2012]: output error
    (6104) [5 April 2012 10:37:04:942] nsclose: entry
    Nsclose (6104) [5 April 2012 10:37:04:942]: a normal exit
    (6104) [5 April 2012 10:37:04:942] nladget: entry
    Nladget (6104) [10:37:04:942 April 5, 2012]: output
    (6104) [5 April 2012 10:37:04:942] nsmfr: entry
    (6104) [5 April 2012 10:37:04:942] nsmfr: 212 bytes to 0x5f4bd80
    Nsmfr (6104) [5 April 2012 10:37:04:942]: a normal exit
    (6104) [5 April 2012 10:37:04:942] nladtrm: entry
    Nladtrm (6104) [10:37:04:942 April 5, 2012]: output
    Nscall (6104) [10:37:04:942 April 5, 2012]: output error
    Nioqper (6104) [5 April 2012 10:37:04:942]: error in nscall
    (6104) [5 April 2012 10:37:04:942] nioqper: main ns an error in code: 12560
    (6104) [5 April 2012 10:37:04:942] nioqper: ns (2) error code: 0
    (6104) [5 April 2012 10:37:04:942] nioqper: nt main err in code: 530
    (6104) [5 April 2012 10:37:04:942] nioqper: nt (2) err code: 126
    (6104) [5 April 2012 10:37:04:942] nioqper: nt OS err code: 0
    (6104) [5 April 2012 10:37:04:942] niomapnserror: entry
    (6104) [5 April 2012 10:37:04:942] niqme: entry
    (6104) [5 April 2012 10:37:04:942] niqme: NS-12560 error such as ORA-12560
    Niqme (6104) [10:37:04:942 April 5, 2012]: output
    Niomapnserror (6104) [10:37:04:942 April 5, 2012]: output
    Niotns (6104) [5 April 2012 10:37:04:942]: unable to connect, turning 12560
    Niotns (6104) [10:37:04:943 April 5, 2012]: output
    (6104) [5 April 2012 10:37:04:943] snsbittrm_ts: entry
    Snsbittrm_ts (6104) [5 April 2012 10:37:04:943]: a normal exit
    (6104) [5 April 2012 10:37:04:943] snsbittrm_ts: entry
    Snsbittrm_ts (6104) [5 April 2012 10:37:04:943]: a normal exit
    (6104) [5 April 2012 10:37:04:943] nsbfrfl: entry
    (6104) [5 April 2012 10:37:04:943] nsbrfr: entry
    (6104) [5 April 2012 10:37:04:943] nsbrfr: nsbfs to 0x5f51620, to 0x5f516a0.
    Nsbrfr (6104) [5 April 2012 10:37:04:943]: a normal exit
    Nsbfrfl (6104) [5 April 2012 10:37:04:943]: a normal exit
    Nigtrm (6104) [10:37:04:943 April 5, 2012]: count in the world nor is area now 0
    (6104) [5 April 2012 10:37:04:943] nrigbd: entry
    Nrigbd (6104) [10:37:04:943 April 5, 2012]: output
    Nigtrm (6104) [10:37:04:943 April 5, 2012]: count in the global area of NL is now 0
    (6104) [5 April 2012 10:37:04:943] nlse_term_audit: entry
    Nlse_term_audit (6104) [10:37:04:943 April 5, 2012]: output

    =============================




    Edit:
    I compared to inactive customers trace files, they are the same up until

    niotns: Calling address: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.1.1.76)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=10.1.1.77)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=10.1.1.78)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=10.1.1.79)(PORT=1521))(LOAD_BALANCE=yes)(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=bcdat.bertch.com)(FAILOVER_MODE=(TYPE=SELECT)(METHOD=BASIC))(CID=(PROGRAM=C:\Bertch\CabMaker\CabMaker.exe)(HOST=DEVSERVER02)(USER=tonyedmo)))

    So, it seems that the client not working reads from tnsnames.ora?

    Published by: Wieknot on April 5, 2012 10:24

    Debug you the application to CONFIRM that the "BCDAT" happened? If you pass null, then a connection to legacy will be attempted, and you'll get 12560. The sqlnet trace snippet you provided shows quite clearly that the application tries to connect via inheritance.

    Greg

    Published by: gdarling on April 6, 2012 10:24

  • Oracle customer problem...

    Hi all
    I have two systems. Both are runnig Windows 2003 SP2. I installed Oracle 11g on a single system and Oracle 11g Client on another system. Now on the Oracle Client machine when I give a name of user and password, say, scott/tiger it gives the error: -.

    SQL * more: version 11.1.0.7.0 - Production on Tue May 19 17:56:48 2009

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

    Enter the user name: System
    Enter the password:
    ERROR:
    ORA-12560: TNS:protocol adapter error

    How to solve this problem? Help, please.

    Thank you.

    Hello

    Seems that you do not have a valid entry in your tnsnames.ora to the oracle database. Save a copy and all delete and add followign entered in your tnsnames.ora on the client machine.

    # replace db server either db hostname or ip address> and make sure you can ping db server from client machine.
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = )(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = dedicated)
          (SERVICE_NAME = orcl)
        )
      )
    
    On client:
    C:> sqlplus username/password@ORCL
    

    Concerning

  • updates the table running in batch (SQLPlus and Oracle 10 g)

    All,

    I need to execute multiple update statements consecutively one after the other.

    UPDATE table
    SET column = expression
    Predicates WHERE;
    * I use where the different conditions in each update.

    Currently I use it since the SQL, one after the other command prompt manually. Is there a way I can include these instructions in a file and run in batch mode, so that all the statements are run one after the other? I'm looking for something similar to UNIX's nohup. I am a newbie to automate actions for a database.

    Please help me. Thanks in advance.

    create a shell script if you have pre-defined set of instructions to run
    Annex thi so to run this sql in nohup

     cat test.sh
    sqlplus -s scott/tiger<
    
  • The customer need to oracle database in the installation of the EPM FDM

    Hi all

    I want to install EPM11.1.2.2 products and on one server I install FDM. I checked the condition sine qua non of the installation of FDM and according to the guidelines of this customer database Oracle 32-bit and 64-bit client is necessary.

    Server is Windows 2008 64 bit and already Oracle database 11g is installed.

    I have reg queries following it.

    1. If the Oracle database is installed on the same server, do I need to install both clients of the database as well?

    2. If so, I am trying to install oracle database 32-bit client but the screen is endangered shows no newspaper or mistake, but at the same time 64-bit client is installing successfully?

    3. I have not installed ODAC, what is the significance of this facility, and what I need to install the same?

    Help, please.

    Thank you

    Hi all

    Got the solution to the problem of the 32-bit client installation on the same machine where oracle 64-bit database or oracle customer base 64 is already installed.

    I took knowledge oracle support 1292785.1 document IDs and found the solution.

    Thank you for all your help.

  • Customized for the Oracle database authentication

    Hello.

    I am a developer in a company that provides the authentication secure with our authentication tokens. We follow BYOD - authentication strategy bring your own device. Currently, I need to develop a plugin/library/application etc which will allow the authentication of Oracle database with our chips and I'm looking for an easy way to do this in .net.

    As a complete newbie with Oracle, I found that it is a software product that is rather complicated with tons of options and documentation. So I ask for help. What is a minimum set of tools, applications, SDKs to develop a custom login procedure? Now I'll search OAAM + OAAM .net SDK http://docs.oracle.com/cd/E23943_01/doc.1111/e15480/ignet.htm. I was born in the right way?

    My company is not yet an Oracle customer, but potentially, we can buy Oracle Db. Although we did not need and would prefer not to buy. We just need to develop the authentication procedure for customers who use Oracle and also use our secure tokens.

    Hi, 951553,
    You are on the right track if you are a developer, but I would also recommend to make known to the 'ecosystem' of the token authintication. Then read this: http://docs.oracle.com/cd/E28271_01/doc.1111/e15478/osts_scenario.htm

    If you have questions, ask.
    Kirill Babeyev

  • OpenWithNewPassword Oracle XE

    HI experts,

    I recently experiencing problems with the function OpenWithNewPassword of the ODP. After having intercepted the ORA-28001 error, when I try to open the connection with the new password, it always throw me back ORA-1017 not valid user logon.

    Now, it's curious, I tested this same set of codes on my end of production and it works fine. It does not work on my Oracle XE. I'll give you my specs below set to understand.

    Note that I tested the same set of codes through my Visual Studio 2012, the codes are not yet deployed to the web server.

    Machine 1 (working installation program)

    32-bit Windows running Visual Studio 2012

    64-bit 11g Enterprise 11.2.0.3.0 hosted on another server 64-bit

    2.112.1.0 OracleDataAccess.dll present in my bin folder of the application

    Able to run cmd SQLplus

    32-bit Oracle Client installed on the server, when tnsping performed on my database, it returns the version 11.2.0.1.0 (guess the oracle customer this version)

    Machine 2 (does not work)

    64-bit Windows running Visual Studio 2012

    64-bit Oracle XE 11.2.0.2.0 hosted on the same computer

    2.112.1.0 OracleDataAccess.dll present in my bin folder of the application

    Able to run cmd SQLplus

    Now I need help with my 2nd developnt configuration such that the OpenWithNewPassword function works with the same .dll and set of codes on this environment. Please share what I'm doing wrong here please.

    I installed the database of the company on machine 2 to test and it works, so I suspect it might be oracle XE actually is not compatible with the OpenWithNewPassword function, please advise.

    Yes, the dll into the GAC will be 'conflict' with those in your private access road. GAC dll will be loaded before any private road access DLLs. This means that you probably load ODP.NET 11.2.0.3 (i.e. 2.112.3.0) into your application. Try unGACing all the DLLs of the machine, and then relaunch the application. The application should now get the referenced locally ODP.NET path.

    OpenWithNewPassword will work as long as the version of the client does not exceed the version of DB, starting with 11.2.0.3. This means that you must update your DB server to 11.2.0.3 If you use ODP.NET 11.2.0.3. Or you can go down to ODP.NET 11.2.0.2 If you want to stay with Oracle XE. Oracle XE is based on 11.2.0.2 DB server.

  • After software update oracle oracle external control not responding

    Hi experts,

    I am beginning oracle high-gradation oracle 10.2.0.1 to 10.2.0.5, of 'p8202632_10205_LINUX.zip' patch on Redhat linex.

    When to start oracle upgrade only software using ' / runinstaller ' after this, I'm not able to connect to control external oracle (as "sqlplus", "exp/imp").

    each order oracle does not like...

    [oracle@MTSNOIDA-REP2 bdump] $ sqlplus

    [oracle@MTSNOIDA-REP2 bdump] $

    Please help me to solve that. I am sharing the fix Journal applies...

    Oracle OLAP 10.2.0.1.0

    10.2.0.1.0 Oracle OLAP API

    OLAP SQL Scripts 10.2.0.1.0

    InterMedia 10.2.0.1.0 Oracle customer option

    Oracle Database 10g files 10.2.0.1.0 InterMedia

    10.2.0.1.0 Oracle InterMedia

    Embedded PL/SQL gateway 10.2.0.1.0

    XML Oracle 10.2.0.1.0 SDK

    10.2.0.1.0 Oracle text

    RDBMS to Oracle Clusterware 10.2.0.1.0 Files

    Database SQL Scripts 10.2.0.1.0

    Oracle Data Mining RDBMS files 10.2.0.1.0

    Files common generic connectivity 10.2.0.1.0

    Net 10.2.0.1.0 Oracle required support files

    Starter 10.2.0.1.0 Oracle Server

    Examples of schema data 10.2.0.1.0

    InterMedia Locator files 10.2.0.1.0 Oracle RDBMS

    Oracle Call Interface (OCI) 10.2.0.1.0

    RDBMS to Oracle OLAP Files 10.2.0.1.0

    PL/SQL 10.2.0.1.0

    Oracle Recovery Manager 10.2.0.1.0

    10.2.0.1.0 Oracle database utilities

    10.2.0.1.0 Oracle interMedia Locator

    XML Parser for Java 10.2.0.1.0

    Common files Wizard 10.2.0.1.0

    Oracle thin JDBC Driver for JDK 1.2 10.2.0.1.0

    Oracle thin JDBC Driver for JDK 1.4 10.2.0.1.0

    Oracle interMedia Java Advanced Imaging 10.2.0.1.0

    SQLJ DURATION 10.2.0.1.0

    XML Parser for Oracle JVM 10.2.0.1.0

    Enterprise Manager Agent DB 10.2.0.1.0

    Enterprise Manager Baseline 10.2.0.1.0

    Oracle Enterprise Manager Console DB 10.2.0.1.0

    Required XDK Support 10.2.0.1.0 files

    Required agent Support 10.2.0.1.0 files

    DBJAVA necessary support files 10.2.0.1.0

    Required LDAP Support 10.2.0.1.0 files

    Required precompiler Support 10.2.0.1.0 files

    Oracle RAC asked 10.2.0.1.0 support-a files

    RDBMS required Support for customer moment 10.2.0.1.0 files

    Required RDBMS Support 10.2.0.1.0 files

    SQL * Plus 10.2.0.1.0 required files Support

    Required SSL Support for InstantClient 10.2.0.1.0 files

    Installation of common files 10.2.0.1.0

    10.2.0.1.0 Oracle globalization support

    Basic Oracle required Support 10.2.0.1.0 files

    Platform necessary support files 10.2.0.1.0

    Common files for the gateway Message 10.2.0.1.0 Oracle

    Enterprise Manager Agent Core 10.2.0.1.0

    Enterprise Manager Common Files 10.2.0.1.0

    Core of Enterprise Manager 10.2.0.1.0 repository

    Containers for Java 10.2.0.1.0 Oracle

    Enterprise Manager repository DB 10.2.0.1.0

    10.2.0.1.0 Oracle LDAP administration

    Common files JDBC 10.2.0.1.0

    Database Workspace Manager 10.2.0.1.0

    10.2.0.1.0 Oracle interMedia Annotator

    Enterprise Manager minimum integration 10.2.0.1.0

    Parser generator syntactic necessary support files 10.2.0.1.0

    Buildtools Common Files 10.2.0.1.0

    Oracle UIX 2.1.22.0.0

    Bali hand 1.1.18.0.0

    -----------------------------------------------------------------------------

    Current uninstallation (Tuesday, November 19, 2013 11:02:51 PM GMT + 05:30)

    ...............................................................   0% of fact.

    ...............................................................  18% of fact.

    ...............................................................  37% of fact.

    ...............................................................  56% of fact.

    ...............................................................  75% of fact.

    .................                                               100% of fact.

    Uninstall successful

    Current installation (Tuesday, November 19, 2013 11:02:51 PM GMT + 05:30)

    ...............................................................  18% of fact.

    ...............................................................  37% of fact.

    ...............................................................  56% of fact.

    ...............................................................  75% of fact.

    .................................................                90% of fact.

    Successful installation

    Bind in progress (Tuesday, November 19, 2013 11:03:45 PM GMT + 05:30)

    ..                                                               91% of fact.

    Link with success

    The current Installer (Tuesday, November 19, 2013 11:03:49 PM GMT + 05:30)

    .........                                                       100% of fact.

    Successful installation

    End of the phases of installation. (Tuesday, November 19, 2013 11:03:54 PM GMT + 05:30)

    Begins to run the configuration wizards

    Setup Wizard 'Oracle Configuration Manager Configuration' successful

    CAUTION:

    The following configuration scripts must be run as user 'root '.

    #! / bin/sh

    Running the #Root script

    /U01/app/Oracle/product/10.2.0/root.sh

    To run the configuration scripts:

    1. open a terminal window

    2 log in as 'root '.

    3. run the scripts

    Installing Oracle Database 10 g Release 2 Patch Set 4 succeeded.

    Please check ' / u01/app/oracle/oraInventory/logs/silentInstall2013-11-19_11-02-36PM.log' for details.

    Content the 10.2.0.5 journal pl post install

    HTH
    Srini

  • personalized self-service portal oracle Forms link

    Guru,

    I have problem with creating a link on a page of self-service (workbench for compensation for administrators).

    I wanted a link that calls a function of Oracle (custom form) forms. I created a link and gave the name of the function, and she in fact opens the form.

    But the question iam having is that when you click on the link, it shows you a blank page with the oracle applications icon and then open the form.

    I have to press the back button on the browser to see the self service page.

    I used the image target property and tried to set to _blank, _self, _parent. but whenever I see the same blank screen and I always have to press the back button on the browser to see the self service page.

    Please see the attachment for the page I mention.

    Thank you

    Garnier,

    If you look at the html code that is generated when you create a new item of type link, it creates a call to OA.jsp. Something like this:

    Click here for Cool form!

    However, when BSE opens a form it calls RF.jsp on the OA_HTML. Look for example a simultaneous requests link looks like this:

    ( http://ppcm02.Internal.VMMC.org:8058/OA_HTML/RF.jsp?function_id=90&resp_id=50957&resp_appl_id=20003&security_group_id=0&lang_code=US') ">applications"

    If you need to add a RawText element to your oa page and call RF.jsp, passing it the similar parameters as shown above (but for your particular work of course).

    Kristofer Cruz

  • ORA-12154 for sqlplus username/password@TNS but tns ping works and sqlplus username@TNS works.

    Hello-

    I am facing the following question when I try to connect by using the command prompt sqlplus for Oracle 11.2.0.3 DB installed and running on HP - UX.

    The password is not all special characters & I also tried with the double quotes which did not work.

    Following want to work with username/password@TNSNAME because I'm trying to get my application to connect to the database, the schema mentioned because it uses the jdbc connection with the connection as (username/password@TNS:1521) string.

    C:\Users>sqlplus username/Pa55w0rd@DBNAME;
    
    
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Feb 10 07:21:43 2016
    
    
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    
    
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    
    
    
    
    Enter user-name:
    C:\Users>tnsping DBNAME
    
    
    TNS Ping Utility for 32-bit Windows: Version 11.2.0.1.0 - Production on 10-FEB-2
    016 07:21:57
    
    
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    
    
    Used parameter files:
    C:\app\product\11.2.0\client_2\network\admin\sqlnet.ora
    
    
    
    
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = server.domain) (PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = DBNAME)))
    OK (50 msec)
    
    
    C:\Users>sqlplus username@DBNAME
    
    
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Feb 10 07:22:05 2016
    
    
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    
    
    Enter password:
    
    
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    
    
    SQL> show user
    USER is "username"
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64
    bit Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    
    
    C:\Users>
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    content content of tnsnames.ora & sqlnet.ora:

    DBNAME =
    (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP) (HOST = server.domain)  (PORT = 1521))
        (CONNECT_DATA =
            (SERVER = DEDICATED)
            (SERVICE_NAME = DBNAME)
        )
    )
    

    # sqlnet.ora Network Configuration File: C:\app\product\11.2.0\client_2\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    
    
    # This file is actually generated by netca. But if customers choose to 
    # install "Software Only", this file wont exist and without the native 
    # authentication, they will not be able to connect to the database on NT.
    
    
    #SQLNET.AUTHENTICATION_SERVICES= (NTS)
    
    
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    
    
    
    
    
    
    
    

    Thanks in advance

    Hello

    sqlplus username/Pa55w0rd@DBNAME;

    Try it without the semicolon;

    sqlplus username/Pa55w0rd@DBNAME

    Regards Thomas

  • How to activate the connection with sqlplus / as sysdba?

    Hello

    I downloaded the virtual appliance of the developer day since that's Developer Day - hands-on data application development

    Connection with sqlplus sys/oracle as a sysdba work

    But for our scripts, I need to connect to sqlplus / as sysdba (os user's oracle).

    If I try to open a session with / as sysdba I get this:

    [oracle@localhost ~]$ sqlplus / as sysdba
    
    SQL*Plus: Release 12.1.0.2.0 Production on Tue Nov 3 02:13:34 2015
    
    Copyright (c) 1982, 2014, Oracle.  All rights reserved.
    
    ERROR:
    ORA-01017: invalid username/password; logon denied
    
    
    Enter user-name: 
    

    How can I activate the oracle user to login with / as sysdba?

    Thank you

    Al

    It seems that I found the solution:

    http://www.stojanveselinovski.com/blog/2014/07/07/Oracle-12C-developer-days-VM/

    Very funny this TWO_TASK / ORACLE_SID. :-)

    CurrentY I can connect to sqlplus / as sysdba - I'm going to restore the virtual machine and try again if this is really the solution. :-)

Maybe you are looking for