ORA-03111: Ruptura en el canal Comunicación visual studio CE 2013 ORACLE 10.1.0.4

Buenos dias,

Trabajo en Seguridad Informática of the Agencia Recaudacion de Mendoza. Para automatizar some procedures of the office we want to realize a sistema interno.

MI problema radica in than estoy intentando desde Visual Studio Community Edition 2013 conectarme a UN ORACLE 10.1.0.4 u otro 10.1.0.5. Estoy hace varios dias y no is why no works. Estoy conectado currently are an otro servidor than we have version 11.2.0.4. Quisiera saber as can be...

Tengo Windows 64bits 8.1 y el servidor are Nations United Windows 2003 R2 with an oracle 10.1.0.4 y otro con 10.1.0.5.

Mid version of ODP are 11.2.010.

El error that sale are:

(1) Server Desde Assistant del Explorer me da el error: (con el TNSNames manual conexion con o Manuel EZ Connect)

(2) Desde codigo me da el siguiente:

Quisiera saber como resolverlo.

Saludos y mcuhas gracias photos

You must use a version ODP.NET 11.2 or earlier if you want to connect to a 10.1 DB server. Unfortunately, to do this, you cannot use VS 2013, which only works with ODT 12 c.

Your options are to upgrade your version of DB or downgrade your version of VS.

Move this thread to the ODT forum in case there are additional suggestions there.

Tags: Database

Similar Questions

  • PowerShell - ORA-03111: break received on the communication channel

    Hi all

    I am trying to connect to an oracle database (version Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production). in PowerShell and run a query on the matter.


    I added all of the necessary assemblies as far as I know.


    When I try to create a new object as follows


    Con = New - Object Oracle.ManagedDataAccess.Client.OracleConnection)


    I have the following error


    Exception calling "Open" with "0" or the arguments: "ORA-03111: Break received on the communication channel.


    Please could you tell.

    Managed ODP.NET take supported Oracle DB server version10.2 or later.

  • ORA-01031: insufficient privileges while selectin view belongs to another schema in oracle database 11g

    Hello

    DB version 11.2.0.3.0

    We have a few views resides in the application schema, we cerated user and granted select on the view through the roles.

    but the user becomes ORA-01031: insufficient privileges when accessing the content view

    appreciated inputs

    BR

    Praaksh GR

    > I issued a grant select on Z.table - X with the option grant.

    This isn't what you need - you should

    Grant select on Z.table y with the option grant.

    Grant select on Y.view to X;

  • ORA-12519, Manager of appropriate service of TNS:no found by using Oracle 10 XE

    I am trying to connect to oracle DB using for my Junit test case...

    I get the following error. The oracle 10g is running on my windows machine and I know that his operation...

    [junit] ORA-12519, Manager TNS:no of appropriate service found
    [junit] Used by the client connect descriptor was:
    [junit] (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(PORT=1521) (HOST = localhost)) (CONNECT_DATA = (SID = XE)))
    [junit]

    One has an idea of what we should do in this regard?

    Try to save it manully adding part SID_DESC xe

    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    )
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    )
        (SID_DESC =
          (GLOBAL_DBNAME = xe)
          (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
          (SID_NAME = xe)
        )
    )
    
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = CIN02VDATLA2.na.convergys.com)(PORT = 1521))
    )
    )
    
    DEFAULT_SERVICE_LISTENER = (XE)
    

    After that reload or restart the receiver

    Published by: DBMS Direct on October 27, 2009 16:45

  • ORA-12560: TNS:protocol adapter error

    Hello!

    I use Windows 7 x 64, Microsoft Visual Studio Express 2013 c# and Oracle 11 g Database Express Edition. I installed ODAC1120320_x64.zip. I can login to the database in SQL command line, but not in c#. I have fuite error: ORA-12560: error adapter TNS:protocol.

    In the code I write:

    using Oracle.DataAccess.Client;

    ...

    public static string connectionString = @"User Id = NATA; Password = < my_password >; »

    using (OracleConnection connection = new OracleConnection (connectionString))

    {

    Try

    {

    connection. Open(); There is a mistake here

    } ...

    I don't know how to identify the database of tha.

    Maybe Data Source? See http://docs.oracle.com/cd/E11882_01/win.112/e23174/featConnecting.htm#ODPNT163

  • ORA-27102: out of memory

    Hi all

    11 GR 2

    RHEL6.5

    I'm from our TEST database, but I got error

    $ sqlplus / as sysdba

    SQL * more: Production of the 11.2.0.4.0 version on MON Feb 1 09:21:46 2016

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

    Connect to an instance is idle.

    SQL > startup

    ORA-27102: out of memory

    Linux-x86_64 error: 28: no space is available on the device

    Additional information:-33554432

    Additional information: 1

    What is the memory below that I can attribute to my LMS avoid this error?

    # free-m

    total used free shared buffers cached

    MEM: 14882 9679 5202 1012 29 1759

    -/ + buffers/cache: 7890 6991

    Swap: 20488 8881 11607

    I also Thomas set shmall in /etc/sysctl.conf

    # Control the maximum number of shared memory pages segments

    kernel.shmall = 4294967296

    Thank you very much

    JC

    shmall is the total amount of shared memory, in the pages, that the system can use simultaneously.

    Define shmall equal to the sum of all Sams in the system, divided by the size of the page.

    The page size can be determined by using the following command:

    $ getconf PAGE_SIZE

    4096

    For example, if the sum of all Sams in the system is 16 GB and the result of

    "$ getconf PAGE_SIZE" is 4096 (4 KB) then set shmall 4194304 pages

    As the root user affect the 4194304 shmall in /etc/sysctl.conf file:

    kernel.shmall = 4194304

    then run the following command:

    $ sysctl Pei

    $ cat/proc/sys/kernel/shmall

    4194304

    The above command loads the new value and an restart is not required.

    Return to the oracle user and try again the start command.

  • ORA-01034: ORACLE not available ORA-27101: Kingdom is no Linux-x86_64 shared memory error: 2: no such file or directory process ID: ID of Session 0: 0 serial number: 0

    Hello

    In our society, we have oracle server on Suse Linux with two instances TETA and TETA201.

    One day on a server broke down, because there is no free space due growing files 'archivelog.

    After that I manually deleted several older archivelog files, but after the reboot, the server error occurs when connecting to the database:

    "ERROR:

    ORA-01034: ORACLE not available

    ORA-27101: shared memory realm does not exist

    Linux x86_64 error: 2: no such file or directory

    Process ID: 0

    "Session ID: serial number 0: 0"

    $ ORACLE_SID is set to TETA, if export it to TETA201 connection works correctly

    Oracle service startup there is no errors but only one instance is running TETA201 works correctly

    #############################################################################

    # Beginning of start O R A C L E section #.

    #############################################################################

    PARAMETERS from/etc/sysconfig/oracle

    -Set the Oracle kernel settings: Yes

    -Start the Oracle Listener: Yes

    -Start the Oracle database: Yes

    -Start the Oracle Web server: no

    -Start Oracle EManager: Yes

    -Start Oracle iSQLPLUS Manager: Yes

    -Start Oracle Agent: no

    -Start Oracle Internet Filesystem: no

    -Run Oracle Directory Manager: no

    Can not find required file: isqlplusctl - START_ORACLE_DB_ISQLPLUS setting = no

    Undefinied Agent Oracle or not properly configured. Please check.

    Setting the parameters of the kernel for Oracle, see the file

    / etc/sysconfig/Oracle of explanations.

    Shared memory: SHMMAX = SHMMNI(5) 3294967296 = 4096 SHMALL 2097152 =

    Semaphore values: SEMMSL = 1250 SEMMNS = 32000 SEMOPM = 100 SEMMNI = 256

    Other values: FILE_MAX_KERNEL = 131072 IP_LOCAL_PORT_RANGE = 1024 65000

    RMEM_DEFAULT = 4194304 WMEM_DEFAULT = 262144 = 4194304 = 262144 WMEM_MAX RMEM_MAX

    Huge pages:

    ULIMIT values: MAX_CORE_FILE_SIZE_SHELL = unlimited

    FILE_MAX_SHELL = 65536 = 16384 PROCESSES_MAX_SHELL

    Kernel defined for Oracle parameters: fact

    -Start listener... done

    + From databases...

    Start entry for SID TETATEST to /oracle/product/11.2.0/dbhome_1/ inskippedratab

    Database instance "TETA" of treatment: save the /oracle/product/11.2.0/dbhome_2/startup.log file

    Instance of database 'TETA201' of treatment: save the /oracle/product/11.2.0/dbhome_1/startup.log file

    Status of Oracle database start: fact

    -Starting Apache... unused

    -From unused application server

    -From Application Server Console... unused

    -Start of Agent... unused

    -From Enterprise Manager...

    DB console departure for TETA starting DB Console for TETA201 done

    -Jumped from iSQLPLUS Manager...

    -From... unused Oracle Internet file system

    -From Oracle Internet Directory... unused

    #############################################################################

    # End of O R A C L E section #.

    #############################################################################

    #############################################################################

    # End of O R A C L E section #.

    #############################################################################

    /Oracle/product/11.2.0/dbhome_1/startup.log


    SQL * more: Production of the version 11.2.0.3.0 on Mon Jan 18 11:43 2016

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

    SQL > Polaczono.

    SQL > ORACLE Instancja zostala zamknieta.

    SQL > Odlaczono od Oracle Database 11g Release 11.2.0.3.0 - 64 bit Production

    SQL * more: Production of the version 11.2.0.3.0 on Mon Jan 18 11:43:01 2016

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

    SQL > connect to an idle instance.

    SQL > ORACLE instance started.

    Total System Global Area 1043886080 bytes

    Bytes of size 2234960 fixed

    603981232 variable size bytes

    432013312 of database buffers bytes

    Redo buffers 5656576 bytes

    Baza danych zostala zamontowana.

    Baza danych zostala otwarta.

    SQL > Odlaczono od Oracle Database 11g Release 11.2.0.3.0 - 64 bit Production

    /Oracle/product/11.2.0/dbhome_2/bin/DBSTART: warm welcome of the instance 'TETA201' database has started.

    /Oracle/product/11.2.0/dbhome_2/startup.log


    PON sty 18 11:42:52 THIS 2016

    SQL * more: Production of the version 11.2.0.4.0 on Mon Jan 18 11:42:52 2016

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

    SQL > connect to an idle instance.

    SQL > ORACLE instance started.

    Total System Global Area 4175568896 bytes

    Bytes of size 2259840 fixed

    1409287296 variable size bytes

    2751463424 of database buffers bytes

    Redo buffers 12558336 bytes

    Baza danych zostala zamontowana.

    ORA-03113: end of file on communication channel

    Māju ID: 10080

    Sesji ID: 33, serial number: 3

    SQL > Odlaczono od Oracle Database 11g Release 11.2.0.4.0 - 64 bit Production

    /Oracle/product/11.2.0/dbhome_2/bin/DBSTART: hot "TETA" database instance started.

    Linux: ~ # service oracle State

    #############################################################################

    # Begin State O R A C L E section #.

    #############################################################################

    Kernel parameters

    Shared memory: SHMMAX = SHMMNI(5) 3294967296 = 4096 SHMALL 2097152 =

    Semaphore values: SEMMSL, SEMMNI, SEMMNS, SEMOPM: 1250 32000 100 256

    Database Instances

    TETA instance is out of service (autostart: Y)

    Instance of TETATEST is broken (autostart: N)

    TETA201 of the instance is declining (autostart: Y)

    AMT-listener: to the top

    Webserver (Apache httpd): low (0 process)

    List of processes by user oracle:

    PID TTY STAT TIME COMMAND

    9855?        SSL 0:00 /oracle/product/11.2.0/dbhome_2/bin/tnslsnr LISTENER

    10128?        SS 0:00 ora_pmon_TETA201

    10130?        SS 0:00 ora_psp0_TETA201

    10132?        SS 0:00 ora_vktm_TETA201

    10136?        SS 0:00 ora_gen0_TETA201

    10138?        SS 0:00 ora_diag_TETA201

    10140?        SS 0:00 ora_dbrm_TETA201

    10142?        SS 0:00 ora_dia0_TETA201

    10144?        SS 0:00 ora_mman_TETA201

    10146?        SS 0:00 ora_dbw0_TETA201

    10148?        SS 0:00 ora_lgwr_TETA201

    10150?        SS 0:00 ora_ckpt_TETA201

    10152?        SS 0:00 ora_smon_TETA201

    10154?        SS 0:00 ora_reco_TETA201

    10156?        SS 0:00 ora_mmon_TETA201

    10158?        SS 0:00 ora_mmnl_TETA201

    10166?        SS 0:00 ora_qmnc_TETA201

    10338?        SS 0:00 ora_cjq0_TETA201

    11195?        SS 0:00 ora_q000_TETA201

    11197?        SS 0:00 ora_q001_TETA201

    #############################################################################

    # End of O R A C L E section #.

    #############################################################################

    Help, please

    RMAN target /.

    RMAN > startup mount;

    RMAN > overlap archivelog all;

    RMAN > delete archivelog expired;

    RMAN > alter database open;

  • ORA-28759: inability to open the file

    What I have: Red Hat 6 Server, remote Oracle database with the configuration of the TCPS connection, installed client instant oracle (basic, odbc, sqlplus) of RPM.

    I'm trying to implement the instant oracle on linux client to connect to a remote database (mb for windows).
    When you enter the command:


    /usr/lib/oracle/11.2/client64/bin/sqlplus /@AVAYAPDSDB

    I get the error:

    SQL * more: Production release 11.2.0.4.0 on Sat Aug 29 12:04:39 2015
    Copyright (c) 1982, 2013, Oracle.  All rights reserved.
    ERROR: ORA-28759: file open failed

    Unfortunately I have no nearby engineers who can help me to solve this problem, so I really hope in the community of the fireplace.

    Googling for some and research that can help me with everything that I realized that it is followed by the sqlplus request would be a good starting point.
    So now the trace of it looks like this:

    (1309189888) [29 AUGUST 2015 12:04:39:133] - TRACING CONFIGURATION INFORMATION BELOW.
    [29 August 2015 12:04:39:133] (1309189888) new flow path is /tmp/ora/cli_30063.trc
    [29 August 2015 12:04:39:133] (1309189888) new trace level is 16
    (1309189888) [29 AUGUST 2015 12:04:39:133] - TRACE CONFIGURATION INFORMATION ENDS.
    (1309189888) [29 AUGUST 2015 12:04:39:133] - INFORMATION ABOUT THE SOURCE SETTINGS FOLLOW -
    Charge of attempt [29 August 2015 12:04:39:133] (1309189888) the system of pfile source /usr/lib/oracle/11.2/client64/network/admin/sqlnet.ora
    The parameter source [29 August 2015 12:04:39:133] (1309189888) load successfully
    (1309189888) [29 AUGUST 2015 12:04:39:133]
    (1309189888) charge of attempt [29 August 2015 12:04:39:133] pfile file source /root/.sqlnet.ora local
    The parameter source [29 August 2015 12:04:39:133] (1309189888) load successfully
    (1309189888) [29 AUGUST 2015 12:04:39:133]
    (1309189888) [29 August 2015 12:04:39:133]-> PARAMETER TABLE BURDEN RESULTS FOLLOW < -.
    Load of table (1309189888) [29 August 2015 12:04:39:133] Successful parameter
    (1309189888) [29 August 2015 12:04:39:133]-> PARAMETER TABLE has THE FOLLOWING CONTENT < -.
    (1309189888) [29 AUGUST 2015 12:04:39:133] SSL_SERVER_DN_MATCH = FALSE
    (1309189888) [29 AUGUST 2015 12:04:39:133] DIAG_ADR_ENABLED = OFF
    (1309189888) [29 AUGUST 2015 12:04:39:133] SSL_CIPHER_SUITES = (SSL_RSA_EXPORT_WITH_RC4_40_MD5)
    (1309189888) [29 AUGUST 2015 12:04:39:133] TRACE_LEVEL_CLIENT = SUPPORT
    (1309189888) [29 AUGUST 2015 12:04:39:133] SSL_VERSION = 0
    (1309189888) [29 AUGUST 2015 12:04:39:133] SQLNET. WALLET_OVERRIDE = TRUE
    (1309189888) [29 AUGUST 2015 12:04:39:133] NAMES. DIRECTORY_PATH = (TNSNAMES)
    (1309189888) [29 AUGUST 2015 12:04:39:133] SQLNET. AUTHENTICATION_SERVICES = (TCPS, DOB)
    (1309189888) [29 August 2015 12:04:39:133] WALLET_LOCATION = (SOURCE = (METHOD = FILE) (METHOD_DATA = (DIRECTORY = / usr/lib/oracle/11.2/client64/network/admin/AVAYAPDSDB)))
    (1309189888) [29 August 2015 12:04:39:133] TRACE_DIRECTORY_CLIENT = / tmp/ora
    (1309189888) [29 AUGUST 2015 12:04:39:133] SSL_CLIENT_AUTHENTICATION = TRUE
    (1309189888) [29 AUGUST 2015 12:04:39:133] - INFORMATION ABOUT PARAMETERS SOURCE ENDS.
    (1309189888) [29 AUGUST 2015 12:04:39:133] - LOG CONFIGURATION INFORMATION BELOW.
    The log stream [29 August 2015 12:04:39:133] (1309189888) will be "/ usr/lib/oracle/11.2/client64/sqlnet.log".
    (1309189888) [29 August 2015 12:04:39:133] Log stream validation not asked
    (1309189888) [29 AUGUST 2015 12:04:39:133] - LOG CONFIGURATION INFORMATION ENDS.
    (1309189888) [29 August 2015 12:04:39:134] nlstdipi: entry
    (1309189888) nlstdipi [12:04:39:134 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:134] final: entry
    (1309189888) final [12:04:39:134 August 29, 2015]: number in the overall area of NL is now 1
    (1309189888) final [12:04:39:134 August 29, 2015]: count in the region of gbl OR now: 1
    (1309189888) [29 August 2015 12:04:39:134] nrigbi: entry
    (1309189888) [29 August 2015 12:04:39:134] nrigbni: entry
    (1309189888) nrigbni [August 29, 2015 12:04:39:134]: could not get the file tnsnav.ora navigation data
    (1309189888) final [12:04:39:135 August 29, 2015]: count in the region of gbl OR now: 3
    (1309189888) final [12:04:39:135 August 29, 2015]: output
    (1309189888) niqname [12:04:39:135 August 29, 2015]: using nnfsn2a() to build connect database descriptor (possibly remote).
    (1309189888) [29 August 2015 12:04:39:135] nnfgiinit: entry
    (1309189888) [29 August 2015 12:04:39:135] nncpcin_maybe_init: default name server's domain is [root]
    (1309189888) nnfgiinit [12:04:39:135 August 29, 2015]: installation read the path
    (1309189888) [29 August 2015 12:04:39:136] nnfgsrsp: entry
    (1309189888) nnfgsrsp [12:04:39:136 August 29, 2015]: get the path of names.directory_path parameter or native_names.directory_path
    (1309189888) [29 August 2015 12:04:39:136] nnfgsrdp: entry
    (1309189888) nnfgsrdp [12:04:39:136 August 29, 2015]: path setting:
    (1309189888) nnfgsrdp [12:04:39:136 August 29, 2015]: check TNSNAMES element
    (1309189888) [29 August 2015 12:04:39:136] nnfgsrdp: defined path
    (1309189888) [29 August 2015 12:04:39:136] nnfun2a: entry
    (1309189888) [29 August 2015 12:04:39:136] nlolgobj: entry
    (1309189888) [29 August 2015 12:04:39:136] nnfgrne: entry
    (1309189888) nnfgrne [12:04:39:136 August 29, 2015]: go read if path adapters
    (1309189888) nnfgrne [12:04:39:136 August 29, 2015]: switching adapter TNSNAMES
    (1309189888) [29 August 2015 12:04:39:136] nnftboot: entry
    (1309189888) [29 August 2015 12:04:39:136] nlpaxini: entry
    (1309189888) nlpaxini [12:04:39:136 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:136] nnftmlf_make_local_addrfile: entry
    (1309189888) nnftmlf_make_local_addrfile [12:04:39:136 August 29, 2015]: failure of the construction of the local names file
    (1309189888) [29 August 2015 12:04:39:136] nnftmlf_make_system_addrfile: entry
    (1309189888) nnftmlf_make_system_addrfile [12:04:39:136 August 29, 2015]: file system names is /usr/lib/oracle/11.2/client64/network/admin/tnsnames.ora
    (1309189888) nnftmlf_make_system_addrfile [12:04:39:136 August 29, 2015]: output
    (1309189888) nnftboot [12:04:39:136 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:136] nnftrne: entry
    (1309189888) nnftrne [12:04:39:136 August 29, 2015]: original name: AVAYAPDSDB
    (1309189888) [29 August 2015 12:04:39:136] nnfttran: entry
    (1309189888) nncpdpt_dump_ptable [12:04:39:136 August 29, 2015]:---/usr/lib/oracle/11.2/client64/network/admin/tnsnames.ora TABLE has THE CONTENT FOLLOWING.
    (1309189888) [29 August 2015 12:04:39:136] nncpdpt_dump_ptable: AVAYAPDSDB = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCPS)(HOST = ccpdsdko) (PORT = 2484))) (CONNECT_DATA = (SERVICE_NAME = orastd)))
    (1309189888) nncpdpt_dump_ptable [12:04:39:136 August 29, 2015]: - END TABLE /usr/lib/oracle/11.2/client64/network/admin/tnsnames.ora -
    (1309189888) nnfttran [12:04:39:136 August 29, 2015]: output
    (1309189888) nnftrne [12:04:39:136 August 29, 2015]: using address tnsnames.ora (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCPS)(HOST = ccpdsdko) (PORT = 2484))) (CONNECT_DATA = (SERVICE_NAME = orastd))) for name AVAYAPDSDB
    (1309189888) nnftrne [12:04:39:136 August 29, 2015]: output
    (1309189888) nigtrm [12:04:39:137 August 29, 2015]: count in the world NOR is size now 2
    (1309189888) nigtrm [12:04:39:137 August 29, 2015]: count in the global area of NL is now 2
    (1309189888) [29 August 2015 12:04:39:137] final: entry
    (1309189888) final [12:04:39:137 August 29, 2015]: count in the global area of NL is now 3
    (1309189888) final [12:04:39:137 August 29, 2015]: count in the region of gbl OR now: 3
    (1309189888) final [12:04:39:137 August 29, 2015]: output
    (1309189888) niqname [12:04:39:137 August 29, 2015]: using nnfsn2a() to build connect database descriptor (possibly remote).
    (1309189888) [29 August 2015 12:04:39:137] nnfun2a: entry
    (1309189888) [29 August 2015 12:04:39:137] nlolgobj: entry
    (1309189888) [29 August 2015 12:04:39:137] nnfgrne: entry
    (1309189888) nnfgrne [12:04:39:137 August 29, 2015]: go read if path adapters
    (1309189888) nnfgrne [12:04:39:137 August 29, 2015]: switching adapter TNSNAMES
    (1309189888) [29 August 2015 12:04:39:137] nnftrne: entry
    (1309189888) nnftrne [12:04:39:137 August 29, 2015]: original name: AVAYAPDSDB
    (1309189888) [29 August 2015 12:04:39:137] nnfttran: entry
    (1309189888) nncpdpt_dump_ptable [12:04:39:137 August 29, 2015]:---/usr/lib/oracle/11.2/client64/network/admin/tnsnames.ora TABLE has THE CONTENT FOLLOWING.
    (1309189888) [29 August 2015 12:04:39:137] nncpdpt_dump_ptable: AVAYAPDSDB = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCPS)(HOST = ccpdsdko) (PORT = 2484))) (CONNECT_DATA = (SERVICE_NAME = orastd)))
    (1309189888) nncpdpt_dump_ptable [12:04:39:137 August 29, 2015]: - END TABLE /usr/lib/oracle/11.2/client64/network/admin/tnsnames.ora -
    (1309189888) nnfttran [12:04:39:137 August 29, 2015]: output
    (1309189888) nnftrne [12:04:39:137 August 29, 2015]: using address tnsnames.ora (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCPS)(HOST = ccpdsdko) (PORT = 2484))) (CONNECT_DATA = (SERVICE_NAME = orastd))) for name AVAYAPDSDB
    (1309189888) nnftrne [12:04:39:137 August 29, 2015]: output
    (1309189888) nlolfmem [12:04:39:137 August 29, 2015]: output
    (1309189888) nigtrm [12:04:39:137 August 29, 2015]: count in the world NOR is size now 2
    (1309189888) nigtrm [12:04:39:137 August 29, 2015]: count in the global area of NL is now 2
    (1309189888) [29 August 2015 12:04:39:137] final: entry
    (1309189888) final [12:04:39:137 August 29, 2015]: count in the global area of NL is now 3
    (1309189888) final [12:04:39:137 August 29, 2015]: count in the region of gbl OR now: 3
    (1309189888) final [12:04:39:137 August 29, 2015]: output
    (1309189888) niqname [12:04:39:137 August 29, 2015]: HST is already a NVstring.
    (1309189888) niqname [12:04:39:137 August 29, 2015]: insertion of CID.
    (1309189888) nigtrm [12:04:39:137 August 29, 2015]: count in the world NOR is size now 2
    (1309189888) nigtrm [12:04:39:137 August 29, 2015]: count in the global area of NL is now 2
    (1309189888) [29 August 2015 12:04:39:137] final: entry
    (1309189888) final [12:04:39:137 August 29, 2015]: count in the global area of NL is now 3
    (1309189888) final [12:04:39:137 August 29, 2015]: count in the region of gbl OR now: 3
    (1309189888) final [12:04:39:137 August 29, 2015]: output
    (1309189888) niqname [12:04:39:137 August 29, 2015]: HST is already a NVstring.
    (1309189888) niqname [12:04:39:137 August 29, 2015]: insertion of CID.
    (1309189888) [29 August 2015 12:04:39:137] niotns: entry
    (1309189888) [29 August 2015 12:04:39:137] niotns: niotns: set up the interrupt handler...
    (1309189888) [29 August 2015 12:04:39:137] nigsui: entry
    (1309189888) [29 August 2015 12:04:39:138] nigsui: interrupt the user value: hdl = 1, prc is 0x4f9596f0, ctx = 0x1bb32d0.
    (1309189888) nigsui [12:04:39:138 August 29, 2015]: exit (0)
    (1309189888) snsgblini [12:04:39:138 August 29, 2015]: Max no descriptors of supported is 4096
    (1309189888) snsgblini [12:04:39:138 August 29, 2015]: output
    (1309189888) snldlldl [12:04:39:138 August 29, 2015]: unable to load the shared library what
    (1309189888) snldlldl [12:04:39:138 August 29, 2015]: Err: /usr/lib/oracle/11.2/client64/lib/libnque11.so: cannot open shared object file: no such file or directory
    (1309189888) [29 August 2015 12:04:39:138] snsbitini_ts: entry
    (1309189888) snsbitini_ts [12:04:39:138 August 29, 2015]: a normal exit
    (1309189888) [29 August 2015 12:04:39:138] snsbitini_ts: entry
    (1309189888) snsbitini_ts [12:04:39:138 August 29, 2015]: a normal exit
    (1309189888) niotns [12:04:39:138 August 29, 2015]: don't mean to enable dead connection detection.
    (1309189888) niotns [12:04:39:138 August 29, 2015]: call address: (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = CST)(HOST=ccpdsdko) (PORT = 2484))) (CONNECT_DATA = (SERVICE_NAME = orastd) (CID = (= sqlplus PROGRAM) (HOST = cc - allplus.msk.vtb24.ru)(USER=root)))
    (1309189888) [29 August 2015 12:04:39:138] nsgettrans_bystring: entry
    (1309189888) nsgettrans_bystring [12:04:39:138 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:138] nscall: entry
    (1309189888) [29 August 2015 12:04:39:138] nsmal: entry
    (1309189888) nsmal [12:04:39:138 August 29, 2015]: 272 bytes to 0x1bca160
    (1309189888) nsmal [12:04:39:138 August 29, 2015]: a normal exit
    (1309189888) nscall [12:04:39:138 August 29, 2015]: connection...
    (1309189888) nlad_expand_hst [12:04:39:138 August 29, 2015]: expansion ccpdsdko
    (1309189888) [29 August 2015 12:04:39:138] snlinGetAddrInfo: entry
    (1309189888) snlinGetAddrInfo [12:04:39:139 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:139] snlinGetNameInfo: entry
    (1309189888) snlinGetNameInfo [12:04:39:139 August 29, 2015]: output
    (1309189888) nlad_expand_hst [12:04:39:139 August 29, 2015]: adding IP 10.64.245.211
    (1309189888) [29 August 2015 12:04:39:139] snlinFreeAddrInfo: entry
    (1309189888) snlinFreeAddrInfo [12:04:39:139 August 29, 2015]: output
    (1309189888) nlad_expand_hst [12:04:39:139 August 29, 2015]: result: (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = CST)(HOST=10.64.245.211) (PORT = 2484))) (CONNECT_DATA = (SERVICE_NAME = orastd) (CID = (= sqlplus PROGRAM) (HOST = cc - allplus.msk.vtb24.ru)(USER=root)))
    (1309189888) [29 August 2015 12:04:39:139] nladini: entry
    (1309189888) nladini [12:04:39:139 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:139] nladget: entry
    (1309189888) nladget [12:04:39:139 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:139] nsmal: entry
    (1309189888) nsmal [12:04:39:139 August 29, 2015]: 171 bytes to 0x1bcbc50
    (1309189888) nsmal [12:04:39:139 August 29, 2015]: a normal exit
    (1309189888) [29 August 2015 12:04:39:139] nsc2addr: entry
    (1309189888) [29 August 2015 12:04:39:139] nsc2addr: (DESCRIPTION = (ADDRESS = (PROTOCOL = CST)(HOST=10.64.245.211) (PORT = 2484)) (CONNECT_DATA = (SERVICE_NAME = orastd) (CID = (= sqlplus PROGRAM) (HOST = cc - allplus.msk.vtb24.ru)(USER=root)))
    (1309189888) [29 August 2015 12:04:39:139] ntzini: entry
    (1309189888) [29 August 2015 12:04:39:139] ntzSetupConnection: entry
    (1309189888) [29 August 2015 12:04:39:139] ntzgbhapip: entry
    (1309189888) ntzgbhapip [12:04:39:139 August 29, 2015]: no value for the specified bhapi - using the default value for parameter: 'TRUE '.
    (1309189888) ntzgbhapip [12:04:39:139 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:139] nzsuppgp_get_parameter: entry
    (1309189888) nzsuppgp_get_parameter [12:04:39:139 August 29, 2015]: parameter 'trace_level_server' does not exist.
    (1309189888) nzsuppgp_get_parameter [12:04:39:139 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:140] nzsuppgp_get_parameter: entry
    (1309189888) nzsuppgp_get_parameter [August 29, 2015 12:04:39:140]: value retrieved for the parameter "trace_level_client": 0.
    (1309189888) nzsuppgp_get_parameter [12:04:39:140 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:140] nztysgs_genseed: entry
    (1309189888) [29 August 2015 12:04:39:143] nzsuppgp_get_parameter: entry
    (1309189888) nzsuppgp_get_parameter [12:04:39:143 August 29, 2015]: parameter 'ssl.renegotiate' does not exist.
    (1309189888) nzsuppgp_get_parameter [12:04:39:143 August 29, 2015]: output
    (1309189888) ntzSetupConnection [12:04:39:143 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:143] ntzSetupConnection: entry
    (1309189888) [29 August 2015 12:04:39:143] ntzgbhapip: entry
    (1309189888) ntzgbhapip [12:04:39:143 August 29, 2015]: no value for the specified bhapi - using the default value for parameter: 'TRUE '.
    (1309189888) ntzgbhapip [12:04:39:143 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:143] nzsuppgp_get_parameter: entry
    (1309189888) nzsuppgp_get_parameter [12:04:39:143 August 29, 2015]: parameter 'trace_level_server' does not exist.
    (1309189888) nzsuppgp_get_parameter [12:04:39:143 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:143] nzsuppgp_get_parameter: entry
    (1309189888) nzsuppgp_get_parameter [August 29, 2015 12:04:39:143]: value retrieved for the parameter "trace_level_client": 0.
    (1309189888) nzsuppgp_get_parameter [12:04:39:143 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:143] nztysgs_genseed: entry
    (1309189888) [29 August 2015 12:04:39:146] nzsuppgp_get_parameter: entry
    (1309189888) nzsuppgp_get_parameter [12:04:39:146 August 29, 2015]: parameter 'ssl.renegotiate' does not exist.
    (1309189888) nzsuppgp_get_parameter [12:04:39:146 August 29, 2015]: output
    (1309189888) ntzSetupConnection [12:04:39:146 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:146] ntzcsgtab: entry
    (1309189888) ntzcsgtab [12:04:39:146 August 29, 2015]: output
    (1309189888) ntzini [12:04:39:146 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:146] nttbnd2addr: entry
    (1309189888) [29 August 2015 12:04:39:146] snlinGetAddrInfo: entry
    (1309189888) snlinGetAddrInfo [12:04:39:146 August 29, 2015]: output
    (1309189888) nttbnd2addr [12:04:39:146 August 29, 2015]: using the IP host address: 10.64.245.211
    (1309189888) [29 August 2015 12:04:39:146] snlinFreeAddrInfo: entry
    (1309189888) [29 August 2015 12:04:39:147] nsopenalloc_nsntx: nlhthput on mplx_ht_nsgbu:ctx = 1bd5fe0, nsntx = 1bd6610
    (1309189888) nsopenmplx [12:04:39:147 August 29, 2015]: a normal exit
    (1309189888) [29 August 2015 12:04:39:147] nsopen: transport of opening...
    (1309189888) [29 August 2015 12:04:39:147] ntzconnect: entry
    (1309189888) [29 August 2015 12:04:39:147] ntzCreateConnection: entry
    (1309189888) [29 August 2015 12:04:39:147] nttcon: entry
    (1309189888) nttcon [12:04:39:147 August 29, 2015]: toc = 1
    (1309189888) [29 August 2015 12:04:39:147] nttcnp: entry
    (1309189888) nttcnp [12:04:39:147 August 29, 2015]: creates a socket.
    (1309189888) nttcnp [12:04:39:147 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:147] nttcni: entry
    (1309189888) nttcni [12:04:39:147 August 29, 2015]: Tcp conn timeout = 60000 (ms)
    (1309189888) nttcni [12:04:39:147 August 29, 2015]: TCP Connect TO enabled. Switch to the n. b.
    (1309189888) [29 August 2015 12:04:39:147] nttctl: entry
    (1309189888) nttctl [12:04:39:147 August 29, 2015]: definition of connection in non-blocking mode
    (1309189888) [29 August 2015 12:04:39:147] nttcni: try to connect to the Socket 4.
    (1309189888) [29 August 2015 12:04:39:147] ntt2err: entry
    (1309189888) ntt2err [12:04:39:147 August 29, 2015]: output
    (1309189888) ntctst [12:04:39:147 August 29, 2015]: NTTEST list size is 1 - survey not call
    (1309189888) sntpoltst [12:04:39:147 August 29, 2015]: no conn for test 1, timeout for 60
    (1309189888) sntpoltst [12:04:39:147 August 29, 2015]: fd 4 need for readiness events 1
    (1309189888) sntpoltst [12:04:39:147 August 29, 2015]: fd 4 a 1 preparation of events
    (1309189888) sntpoltst [12:04:39:147 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:147] nttctl: entry
    (1309189888) nttctl [12:04:39:147 August 29, 2015]: Clearing non-blocking mode
    (1309189888) [29 August 2015 12:04:39:147] snlinGetNameInfo: entry
    (1309189888) snlinGetNameInfo [12:04:39:147 August 29, 2015]: output
    (1309189888) nttcni [12:04:39:147 August 29, 2015]: connected on ipaddr 10.64.245.240
    (1309189888) nttcni [12:04:39:147 August 29, 2015]: output
    (1309189888) nttcon [12:04:39:147 August 29, 2015]: layer NT TCP/IP connection has been set up.
    (1309189888) nttcon [12:04:39:147 August 29, 2015]: TCP_NODELAY value on 4
    (1309189888) nttcon [12:04:39:147 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:147] ntzAllocate: entry
    (1309189888) [29 August 2015 12:04:39:147] ntzAllocate: 304 bytes of memory allocation.
    (1309189888) ntzAllocate [12:04:39:147 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:148] ntzConfigure: entry
    (1309189888) [29 August 2015 12:04:39:148] ntzgsvp: entry
    (1309189888) [29 August 2015 12:04:39:148] ntzGetStringParameter: entry
    (1309189888) ntzGetStringParameter [12:04:39:148 August 29, 2015]: find the value for the configuration parameter 'ssl_version': '0 '.
    (1309189888) ntzGetStringParameter [12:04:39:148 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:148] ntzConvertToNumeric: entry
    (1309189888) ntzConvertToNumeric [12:04:39:148 August 29, 2015]: output
    (1309189888) ntzgsvp [12:04:39:148 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:148] ntzgcpp: entry
    (1309189888) [29 August 2015 12:04:39:148] ntzAllocate: entry
    (1309189888) [29 August 2015 12:04:39:148] ntzAllocate: allocation of 16 bytes of memory.
    (1309189888) ntzAllocate [12:04:39:148 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:148] ntzGetStringParameter: entry
    (1309189888) ntzGetStringParameter [12:04:39:148 August 29, 2015]: find the value for the configuration parameter "ssl_cipher_suites": "SSL_RSA_EXPORT_WITH_RC4_40_MD5".
    (1309189888) ntzGetStringParameter [12:04:39:148 August 29, 2015]: output
    (1309189888) ntzgcpp [12:04:39:148 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:148] ntzCreateCipherSpec: entry
    (1309189888) ntzCreateCipherSpec [12:04:39:148 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:148] ntzgcap: entry
    (1309189888) ntzgcap [12:04:39:148 August 29, 2015]: recovered the 'TRUE' value for the client authentication setting
    (1309189888) ntzgcap [12:04:39:148 August 29, 2015]: output
    (1309189888) ntzConfigure [12:04:39:148 August 29, 2015]: the client authentication is required.
    (1309189888) [29 August 2015 12:04:39:148] ntzgwrl: entry
    (1309189888) [29 August 2015 12:04:39:148] ntzgwrlFromFile: entry
    (1309189888) [29 August 2015 12:04:39:148] ntzGetStringParameter: entry
    (1309189888) ntzGetStringParameter [12:04:39:148 August 29, 2015]: find the value for the configuration parameter "wallet_location": "SOURCE = (METHOD = FILE) (METHOD_DATA = (DIRECTORY = / usr/lib/oracle/11.2/client64/network/admin/AVAYAPDSDB)).
    (1309189888) ntzGetStringParameter [12:04:39:148 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:148] ntzAllocate: entry
    (1309189888) [29 August 2015 12:04:39:148] ntzAllocate: 111 bytes of memory allocation.
    (1309189888) ntzAllocate [12:04:39:148 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:148] ntzAllocate: entry
    (1309189888) ntzAllocate [12:04:39:148 August 29, 2015]: allowing 63 bytes of memory.
    (1309189888) ntzAllocate [12:04:39:148 August 29, 2015]: output
    (1309189888) ntzgwrlFromFile [12:04:39:148 August 29, 2015]: output
    (1309189888) ntzlogin [12:04:39:148 August 29, 2015]: portfolio failed with error 28759
    (1309189888) ntzlogin [12:04:39:148 August 29, 2015]: error NZ 28759 to return in the result structure
    (1309189888) ntzlogin [12:04:39:148 August 29, 2015]: failed with error 540
    (1309189888) ntzlogin [12:04:39:148 August 29, 2015]: output
    (1309189888) ntzConfigure [12:04:39:148 August 29, 2015]: failed with error 540
    (1309189888) ntzConfigure [12:04:39:148 August 29, 2015]: output
    (1309189888) ntzCreateConnection [12:04:39:149 August 29, 2015]: failed with error 540
    (1309189888) ntzconnect [12:04:39:149 August 29, 2015]: failed with error 540
    (1309189888) ntzconnect [12:04:39:149 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:149] nserror: entry
    (1309189888) [29 August 2015 12:04:39:149] nserror: nsres: id = 0, op is 65, ns = 12560, ns2 = 0; NT [0] = 540, nt [1] = 0, nt [2] = 0; ORA [0] = 28759, ora [1] = 0, ora [2] = 0
    (1309189888) nsopen [12:04:39:149 August 29, 2015]: cannot open transport
    (1309189888) [29 August 2015 12:04:39:149] snsbitts_ts: entry
    (1309189888) snsbitts_ts [12:04:39:149 August 29, 2015]: the ILO has acquired
    (1309189888) snsbitts_ts [12:04:39:149 August 29, 2015]: a normal exit
    (1309189888) nsbfr [12:04:39:149 August 29, 2015]: a normal exit
    (1309189888) nsiofrrg [12:04:39:149 August 29, 2015]: output
    (1309189888) nsiocancel [12:04:39:149 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:149] nsvntx_dei: entry
    (1309189888) nsvntx_dei [12:04:39:149 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:149] nsopenfree_nsntx: mplx_ht_nsgbu nlhthdel, ctx = 1bd5fe0 nsntx = 1bd6610
    (1309189888) [29 August 2015 12:04:39:149] nsiocancel: entry
    (1309189888) [29 August 2015 12:04:39:149] nsiofrrg: entry
    (1309189888) nsiofrrg [12:04:39:149 August 29, 2015]: output
    (1309189888) nsiocancel [12:04:39:149 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:149] snsbittrm_ts: entry
    (1309189888) snsbittrm_ts [12:04:39:149 August 29, 2015]: a normal exit
    (1309189888) [29 August 2015 12:04:39:149] snsbitts_ts: entry
    (1309189888) snsbitts_ts [12:04:39:149 August 29, 2015]: the ILO has acquired
    (1309189888) snsbitts_ts [12:04:39:149 August 29, 2015]: a normal exit
    (1309189888) [29 August 2015 12:04:39:149] snsbitcl_ts: entry
    (1309189888) snsbitcl_ts [12:04:39:149 August 29, 2015]: a normal exit
    (1309189888) [29 August 2015 12:04:39:149] nsmfr: entry
    (1309189888) nsmfr [12:04:39:149 August 29, 2015]: 2760 bytes to 0x1bd6610
    (1309189888) nsmfr [12:04:39:149 August 29, 2015]: a normal exit
    (1309189888) [29 August 2015 12:04:39:149] nsmfr: entry
    (1309189888) [29 August 2015 12:04:39:149] nsmfr: 1 576 bytes to 0x1bd5fe0
    (1309189888) nsmfr [12:04:39:149 August 29, 2015]: a normal exit
    (1309189888) nsopen [12:04:39:149 August 29, 2015]: output error
    (1309189888) [29 August 2015 12:04:39:149] nsclose: entry
    (1309189888) nsclose [12:04:39:149 August 29, 2015]: a normal exit
    (1309189888) [29 August 2015 12:04:39:149] nladget: entry
    (1309189888) nladget [12:04:39:149 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:149] nsmfr: entry
    (1309189888) nsmfr [12:04:39:149 August 29, 2015]: 171 bytes to 0x1bcbc50
    (1309189888) nsmfr [12:04:39:149 August 29, 2015]: a normal exit
    (1309189888) [29 August 2015 12:04:39:149] nsmfr: entry
    (1309189888) nsmfr [12:04:39:149 August 29, 2015]: 272 bytes to 0x1bca160
    (1309189888) nsmfr [12:04:39:149 August 29, 2015]: a normal exit
    (1309189888) [29 August 2015 12:04:39:149] nladtrm: entry
    (1309189888) nladtrm [12:04:39:149 August 29, 2015]: output
    (1309189888) nscall [12:04:39:149 August 29, 2015]: output error
    (1309189888) nioqper [12:04:39:149 August 29, 2015]: error in nscall
    (1309189888) [29 August 2015 12:04:39:149] nioqper: main ns an error in code: 12560
    (1309189888) [29 August 2015 12:04:39:149] nioqper: ns (2) error code: 0
    (1309189888) [29 August 2015 12:04:39:149] nioqper: nt main err in code: 540
    (1309189888) [29 August 2015 12:04:39:149] nioqper: nt (2) error code: 0
    (1309189888) [29 August 2015 12:04:39:149] nioqper: nt OS err code: 0
    (1309189888) [29 August 2015 12:04:39:149] niomapnserror: entry
    (1309189888) [29 August 2015 12:04:39:149] niqme: entry
    (1309189888) niqme [12:04:39:149 August 29, 2015]: error ORA-28759
    (1309189888) niqme [12:04:39:150 August 29, 2015]: output
    (1309189888) niomapnserror [12:04:39:150 August 29, 2015]: output
    (1309189888) niotns [12:04:39:150 August 29, 2015]: unable to connect, turning 28759
    (1309189888) niotns [12:04:39:150 August 29, 2015]: output
    (1309189888) [29 August 2015 12:04:39:150] nigcui: entry
    (1309189888) nigcui [12:04:39:150 August 29, 2015]: Clr user interrupt: hdl = 1, prc is 0x4f9596f0, ctx = 0x1bb32d0.
    (1309189888) nigcui [12:04:39:150 August 29, 2015]: exit (0)
    (1309189888) [29 August 2015 12:04:39:150] snsbittrm_ts: entry
    (1309189888) snsbittrm_ts [12:04:39:150 August 29, 2015]: a normal exit
    (1309189888) [29 August 2015 12:04:39:150] snsbittrm_ts: entry
    (1309189888) snsbittrm_ts [12:04:39:150 August 29, 2015]: a normal exit
    (1309189888) [29 August 2015 12:04:39:150] nsbfrfl: entry
    (1309189888) [29 August 2015 12:04:39:150] nsbrfr: entry
    (1309189888) [29 August 2015 12:04:39:150] nsbrfr: nsbfs to 0x1bcbfe0, to 0x1bd70e0.
    (1309189888) nsbrfr [12:04:39:150 August 29, 2015]: a normal exit
    (1309189888) nsbfrfl [12:04:39:150 August 29, 2015]: a normal exit
    (1309189888) nigtrm [12:04:39:150 August 29, 2015]: count in the world NOR is size now 2
    (1309189888) nigtrm [12:04:39:150 August 29, 2015]: count in the global area of NL is now 2


    PLEEEEASE! anyone! I see that only one .so file is missing. I can't find anything on the same trouble anywhere, perhaps with other .so files and the recommendations should make symbolic links as follows:

    / usr/sbin/semanage fcontext - a-t - textrel_shlib_t $ORACLE_HOME/lib/libnque11.so

    but the system write that I don't "semanage. Any suggestion would be so appreciated!


    my /usr/lib/oracle/11.2/client64/network/admin/tnsnames.ora

    AVAYAPDSDB =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL =)(HOST = ccpdsdko) (PORT = 2484) TCPS)
    )
    (CONNECT_DATA =
    (SERVICE_NAME = orastd)
    )
    )


    my /usr/lib/oracle/11.2/client64/network/admin/sqlnet.ora

    SQLNET. AUTHENTICATION_SERVICES = (TCPS, DOB)
    SSL_VERSION = 0
    SSL_CLIENT_AUTHENTICATION = TRUE
    NAMES. DIRECTORY_PATH = (TNSNAMES)
    SSL_SERVER_DN_MATCH = FALSE
    SSL_CIPHER_SUITES = (SSL_RSA_EXPORT_WITH_RC4_40_MD5)
    WALLET_LOCATION =
    (SOURCE =
    (METHOD = FILE)
    (METHOD_DATA =
    (DIRECTORY = / usr/lib/oracle/11.2/client64/network/admin/AVAYAPDSDB/wallet)
    )
    )

    SQLNET. WALLET_OVERRIDE = TRUE

    DIAG_ADR_ENABLED = OFF
    TRACE_LEVEL_CLIENT = SUPPORT
    TRACE_DIRECTORY_CLIENT = / tmp/ora

    There are 2 problems that I was fighting with. First was that the url of the portfolio was pointing to the directory level 1 above than where my files were placed, and second, I used a short connection syntax.
    I was with this:

    # /usr/lib/oracle/11.2/client64/bin/sqlplus /@AVAYAPDSDB

    And success seems to be that:

    # /usr/lib/oracle/11.2/client64/bin/sqlplus login/password@AVAYAPDSDB

    * Hope that all this can be useful for someone. The main advice from me to anyone who would be facing similar questions *: * turn followed customer! **

    Good luck!

  • Oracle on Windows Server R2 12.1.0 2012: cannot find listener.ora

    I installed Oracle12C on a Windows Server 2012R2

    I have configured the listener using oracle net configuration assistant

    the headset works fine.

    My problem is that I can't change my configuration of the listener

    -Setup Wizard net oracle do not allow me to change the existing configuration

    -I can't find the file listener.ora containing this configuration. I check here Oracle12\product\12.1.0\dbhome_1\NETWORK\ADMIN. The file isn't here. I run a global serach of evry server disk. There is no listener.ora file except in the sample folder.

    -lsnrctl shows the receiver works well, but it does not display the path of the listener.ora file

    So my question is:

    How can I change the configuration of the listener and where can I find the listener.ora file

    I just checked my installation 12 c on Linux and I do not have a listener.ora file in the directory $ORACLE_HOME/network/admin installation of the database. However, I listener.ora in the 12 c ASM Software House, which is the one that is active. As mentioned previously, a listener.ora is not necessary to start the process of listening with the default values. Databases are automatically register with the earpiece by default LISTENER. A listener, however, may be useful for remote connections to SYSDBA.

    FWIW, here's my listener.ora and sqlnet.ora files (you will need to change the host name).

    [oracle@vm601 admin]$ cat sqlnet.ora
    # sqlnet.ora Network Configuration File: /u01/app/grid/product/12.1.0/grid/network/admin/sqlnet.ora
    # Generated by Oracle configuration tools.
    
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    
    [oracle@vm601 admin]$ cat listener.ora
    # listener.ora Network Configuration File: /u01/app/grid/product/12.1.0/grid/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = vm601)(PORT = 1521))
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
        )
      )
    
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER=ON        # line added by Agent
    VALID_NODE_CHECKING_REGISTRATION_LISTENER=SUBNET        # line added by Agent
    
  • ORA-17628: error Oracle 19505 returned by remote Oracle - Dup Active Server

    Hi all

    I'm doing a duplicate RMAN of a 11.2.0.4 database to another host on a different IP address.

    Goal

    SQL> select * from v$version;
    
    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
    

    Auxiliary (nomount)

    SQL> select * from v$version;
    
    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
    
    

    I've added an entry static listener to the file on the server to THE listener and start the instance in nomount.

    (SID_LIST =
       (SID_DESC =
          (GLOBAL_DBNAME = IST_11G)
          (ORACLE_HOME = /devdb3/u01b/app/oracle/product/11.2.0.4)
          (SID_NAME = IST_11G)
        )
    

    TNSNAMES on the server to THE:

    points to the TARGET server:

    IST_11G_192 = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.48)(PORT = 1521))(CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = IST_11G)(UR=A)))
    

    the server pointing to THE

    IST_11G = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 172.21.64.72)(PORT = 1521))(CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = IST_11G)(UR=A)))
    

    TNSNAMES on the TARGET server:

    IST_11G_NEW = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 172.21.64.72)(PORT = 1521))(CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = IST_11G)(UR=A)))
    

    instance pFile to THE:

    Using parameters in Server pfile /devdb3/u01b/app/oracle/product/11.2.0.4/dbs/initIST_11G.ora-side

    Parameters of the system with default values:

    db_name = "IST_11G".

    I have sftp file password above and named correctly.

    Check the connections

    --from target
    $ sqlplus sys/xxx@IST_11G_NEW as sysdba
    
    SQL*Plus: Release 11.2.0.4.0 Production on Tue Jun 30 08:32:10 2015
    
    Copyright (c) 1982, 2013, Oracle.  All rights reserved.
    
    
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL>
    

    Since in THE

    $ sqlplus sys/xxx@IST_11G_192 as sysdba

    SQL * more: Release 11.2.0.4.0 Production on Mar 30 08:32:32 June 2015

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

    Connected to:

    Oracle Database 11 g Enterprise Edition Release 11.2.0.4.0 - 64 bit Production

    With partitioning, OLAP, Data Mining and Real Application Testing options

    SQL >

    So I checked that I have two means of connection, my at THE start and I can connect.

    Here's my RMAN command (Note: the TARGET servers and have the same host name, don't ask...) "This is why we use the IP address in the TNSNAMES):

    connection:

    rman target sys/xxx@IST_11G_192 auxiliary sys/xxx@IST_11G | tee /home/oracle/IST_11G_duplicate.log
    

    run
    {
      duplicate target database to IST_11G from active database
      NOFILENAMECHECK
      spfile
      set DB_FILE_NAME_CONVERT = '/devdb3/u01/oradata/IST_11G','/devdb3/u02d/oradata/IST_11G','/devdb3/u02/oradata/IST_11G','/devdb3/u02d/oradata/IST_11G'
      set LOG_FILE_NAME_CONVERT = '/devdb3/u01/oradata/IST_11G/','/devdb3/u03r/IST_11G_DEVDB3/'
      set control_files = '/devdb3/u03r/IST_11G_DEVDB3/controlfile/IST_11G_ctl1.ctl', '/devdb3/u04r/IST_11G_DEVDB3/controlfile/IST_11G_ctl2.ctl'
      set audit_file_dest = '/devdb3/u01b/app/oracle/product/11.2.0.4/rdbms/audit/'
      set diagnostic_dest = '/devdb3/u01b/app/oracle/'
      set log_archive_dest =  '/devdb3/u05f/fast_recovery/IST_11G/archivelogs/'
      set MEMORY_MAX_TARGET='1G'
      set MEMORY_TARGET='1G';
    }
    

    $ rman target sys/xxx@IST_11G_192 auxiliary sys/xxx@IST_11G | tee /home/oracle/IST_11G_duplicate.log
    
    Recovery Manager: Release 11.2.0.4.0 - Production on Tue Jun 30 08:37:02 2015
    
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    
    connected to target database: IST_11G (DBID=525645852)
    connected to auxiliary database: IST_11G (not mounted)
    
    RMAN> run
    2> {
    3>   duplicate target database to IST_11G from active database
      NOFILENAMECHECK
      spfile
    4> 5> 6>   set DB_FILE_NAME_CONVERT = '/devdb3/u01/oradata/IST_11G','/devdb3/u02d/oradata/IST_11G','/devdb3/u02/oradata/IST_11G','/devdb3/u02d/oradata/IST_11G'
      set LOG_FILE_NAME_CONVERT = '/devdb3/u01/oradata/IST_11G/','/devdb3/u03r/IST_11G_DEVDB3/'
      set control_files = '/devdb3/u03r/IST_11G_DEVDB3/controlfile/IST_11G_ctl1.ctl', '/devdb3/u04r/IST_11G_DEVDB3/controlfile/IST_11G_ctl2.ctl'
    7>   set audit_file_dest = '/devdb3/u01b/app/oracle/product/11.2.0.4/rdbms/audit/'
    8>   set diagnostic_dest = '/devdb3/u01b/app/oracle/'
      set log_archive_dest =  '/devdb3/u05f/fast_recovery/IST_11G/archivelogs/'
    9>   set MEMORY_MAX_TARGET='1G'
      set MEMORY_TARGET='1G';
    10> }
    11>
    12>
    
    Starting Duplicate Db at Jun 30 2015 08:37:10
    using target database control file instead of recovery catalog
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: SID=216 device type=DISK
    
    contents of Memory Script:
    {
       backup as copy reuse
       targetfile  '/devdb3/oracle/app/oracle/product/11.2.0.4/dbs/spfileIST_11G.ora' auxiliary format
    '/devdb3/u01b/app/oracle/product/11.2.0.4/dbs/spfileIST_11G.ora'   ;
       sql clone "alter system set spfile= ''/devdb3/u01b/app/oracle/product/11.2.0.4/dbs/spfileIST_11G.ora''";
    }
    executing Memory Script
    
    Starting backup at Jun 30 2015 08:37:11
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=365 device type=DISK
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 06/30/2015 08:37:12
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 06/30/2015 08:37:12
    ORA-17628: Oracle error 19505 returned by remote Oracle server
    
    RMAN>
    
    
    
    
    
    
    
    
    
    

    I can't understand why I'm getting ORA-17628: error Oracle 19505 returned by remote Oracle server.

    So, I try one of the commands connecting memory se scripts to check if was not a problem with my execution block.

    backup copy reuse targetfile ' / devdb3/oracle/app/oracle/product/11.2.0.4/dbs/spfileIST_11G.ora' auxiliary format ' / devdb3/u01b/app/oracle/product/11.2.0.4/dbs/spfileIST_11G.ora';

    $ rman target sys/sys_IST_11G@IST_11G_192 auxiliary sys/sys_IST_11G@IST_11G | tee /home/oracle/IST_11G_duplicate.log
    
    Recovery Manager: Release 11.2.0.4.0 - Production on Tue Jun 30 08:41:00 2015
    
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    
    connected to target database: IST_11G (DBID=525645852)
    connected to auxiliary database: IST_11G (not mounted)
    
    RMAN> backup as copy reuse targetfile  '/devdb3/oracle/app/oracle/product/11.2.0.4/dbs/spfileIST_11G.ora' auxiliary format '/devdb3/u01b/app/oracle/product/11.2.0.4/dbs/spfileIST_11G.ora';
    
    Starting backup at Jun 30 2015 08:41:15
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=365 device type=DISK
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 06/30/2015 08:41:17
    ORA-17628: Oracle error 19505 returned by remote Oracle server
    
    RMAN>
    
    
    
    
    
    
    
    

    Same mistake.  Nothing is written for the journal of alerts.  IM starting to pull the hair is left on my head out and people start screaming for this database.  I could go back to datapump but I want to understand this.  Any help would be very much appreciated.

    Thank you.

    Yes, although this:

    connected to target database: IST_11G (DBID = 525645852)

    connected to the auxiliary database: IST_11G (unassembled)

    can say you that RMAN you connected the two separate databases, the process, instances should do research each other using tnsnames file entries.  Thus, incorrect tnsnames entries can have one instance pointing to itself.

    Hemant K Collette

  • Validation error certificate ORA-29024 after you apply the 11.2.0.4.16 hotfix?

    Hello

    so far, I made a few calls of https-webservice using utl_http, including authentication certificate without problems. He has worked not only for SYS, also for other users of the DB, then the ACL network were correct.

    Then I applied the patches #20583364 (11.2.0.4.16 for windows x 64) group. After the successful update, the Web service calls end in an ORA-29024.

    There is no difference if I use «select utl_http.request...» "or utl_http.begin_request (of course with .set_wallet before)-> always the same exception.

    After the patch rollbacking, everythings works again - it should be a part of the Group of hotfixes. But I have not found anything in the release notes, what could cause this.

    Does anyone of you have the same problem? How do solve you? What did I wrong or what I can check?

    Thank you very much in advance,

    Gerd

    After hours of investigation and trials and errors, I finally found it - I hope this can help someone else:

    UTL_HTTP - certificate ORA-29024 - Tony Reed response validation failure

    (and the link on: oracle - helps utl_http & wallets 12 c: failed validation - Stack Overflow of certificate)

    His response covers just the version 12.1, but it also works for version 11

    => Just remove the site certificate! The portfolio must contain only the root and immediate certificates!

  • ORA-12170: TNS: Connect timeout occurred Description: an unhandled exception occurred during the execution of the current web request. P

    Hello

    I deployed a simple asp.net application in a sharepoint wfe Server

    Client 32-bit installed oracle 12

    32-bit Oracle Data Access Components (ODAC)
    with Oracle Developer Tools for Visual Studio

    bit alias 32 and 54 sql set up in all the sharepoit servers to connect to sql server

    SharePoint farm works very well

    ASP.net application to connect to sql server and oracle dbs to get and display the data

    in iis, asp.net application compatible 32-bit and executed under asp.net version 4.0

    When I connect to sql server and a data base of data it displays error below

    ORA-12170: TNS: Connect timeout occurred

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and its origin in the code.

    Exception details: System.Data.OleDb.OleDbException: ORA-12170: TNS: Connect timeout occurred

    Source error:

    Line 4142: Dim da2 as new OleDbDataAdapter (sqlStr2, conStr2)
    Line 4143: Dim ds2 As New DataSet
    Line 4144: da2. Fill (DS2)
    Line 4145:
    4146 line: DropDownList38.DataSource = ds2

    Source file: C:\inetpub\wwwroot\wss\VirtualDirectories\lxxxx\xxx.ascx.vb line: 4144

    Stack trace:

    a common cause of Timeout is a firewall on or between customer & dbserver

    What was the last time it worked without error?

    What has changed since then?

  • How do I get ORA-00054 resource busy and acquire with NOWAIT specified

    Hello

    I have a wizard process that performs various actions to save before you commit at the end of the process.

    I know that from the primary key of the record form input to act on. I wish to lock this record for any other user can try to change at the same time.

    I am aware that must use select for update nowait.

    How do I intercept this error and give the neat message and the shape of the output in the form initialization code? Can I use the exception to a description block where select for update is executed or do I have to use the trigger for the error and inspect the dbms_error_code? I would like to no ora-00054 to be handled as usual.

    Thank you

    You can declare an exception for ORA-0054, catch, display an error, exit the screen:

    http://docs.Oracle.com/CD/B19306_01/AppDev.102/b14261/errors.htm#BABGIIBI

    see you soon

  • ORA-01722: invalid number in SQL Loader

    Hi all

    CREATE TABLE SAMPL_TABLE

    (

    ITEM_CATEGORY VARCHAR2 (30 BYTES),

    ITEM_NO VARCHAR2 (240 BYTES),

    ITEM_DESCRIPTION VARCHAR2 (240 BYTES),

    CLIENT_NAME VARCHAR2 (240 BYTES),

    CUSTOMER_NO VARCHAR2 (240 BYTES),

    VALID_AMOUNT_MONTH1 NUMBER,

    VALID_UNITS_MONTH1 NUMBER,

    VALID_BUDGET_AMOUNT_MONTH1 NUMBER,

    VALID_BUDGET_UNITS_MONTH1 NUMBER,

    ATTRIBUTE1 VARCHAR2 (240 BYTES),

    ATTRIBUT2 VARCHAR2 (240 BYTES),

    NUMBER OF VALID_RATE

    );

    Control file

    Options (Errors = 10000, Skip = 3)

    DOWNLOAD THE DATA

    INFILE ' / home/appltest/Sheet1.csv'

    BADFILE "sample.bad."

    DISCARDFILE 'sample.dsc '.

    REPLACE

    IN THE TABLE sampl_table

    fields completed by «,»

    surrounded of possibly "" "

    trailing nullcols

    (

    client_name TANK NULLIF client_name = BLANKS "RTRIM(:customer_name)."

    customer_no NULLIF CHAR customer_no = BLANKS "RTRIM(:customer_no)."

    item_no NULLIF TANK item_no = BLANKS "RTRIM(:item_no)."

    valid_amount_month1 "to_number (: valid_amount_month1, '999,999,999.99')."

    valid_units_month1 "to_number (substr (: valid_units_month1, instr(:valid_units_month1,'$') + 1), '999,999,999.99')."

    valid_budget_units_month1 "to_number (: valid_budget_units_month1, '999,999,999.99')."

    valid_budget_amount_month1 "to_number (trim (substr (: valid_budget_amount_month1, instr(:valid_budget_amount_month1,'$') + 1)), '999,999,999.99')."

    valid_rate NULLIF CHAR valid_rate = BLANKS 'RTRIM(:valid_rate) '.

    )

    Sheet1.csv

    Name of the custCust #.Article no.Item DescCategoryAmount – month 1Units - month 1Act earlyAct earlyBudget - months 1Budget - unit - months 1Rate
    Name of the custCust #.Article no.Item DescCategoryAmount – month 1Units - month 1Act earlyAct earlyBudget - months 1Budget - unit - months 1Rate
    Name of the custCust #.Article no.Item DescCategoryAmount – month 1Units - month 1Act earlyAct earlyBudget - months 1Budget - unit - months 1Rate
    REYNU1001ABC001ABC RenyuABC82611
    REYNU11028ABC123ABCRenyu123ABC29514691
    REYNU21028ABC344ABC Renyu 344ABC227063351


    Get error below

    Sheet 1: Rejected - error on the table SAMPL_TABLE, column VALID_RATE.

    ORA-01722: invalid number

    Sheet 2: Rejected - error on the table SAMPL_TABLE, column VALID_RATE.

    ORA-01722: invalid number

    Sheet 3: Rejected - error on the table SAMPL_TABLE, column VALID_RATE.

    ORA-01722: invalid number

    Sheet 1: Rejected - error on the table SAMPL_TABLE, column VALID_AMOUNT_MONTH1 .

    ORA-01722: invalid number

    Sheet 2: Rejected - error on the table SAMPL_TABLE, column VALID_AMOUNT_MONTH1 .

    ORA-01722: invalid number

    Sheet 3: Rejected - error on the table SAMPL_TABLE column VALID_AMOUNT_MONTH1

    ORA-01722: invalid number

    Can you help me please?

    Oracle Database 11 g Enterprise Edition Release 11.1.0.7.0 - 64 bit Production

    Hello

    No sign of setting shaped or ' $' is seen in the data, which is the reason why I guess you used the conversions in the * ctl file.

    What is the problem with this symbol $ in the code?

    No problem with the ' $'-what I mean is that it is not necessary.

    Looking for him "$" field and exclude it from your text/number (SUBSTR) and if there is no "$" in your file, this additional training is not mandatory - why clutter up your code with unnecessary functions?

    Regarding the error you get, it is related to the format mask, you provide:

    Message #20:

    Select to_number (substr (146, instr(146,'$') + 1), '999,999,999.99') of double

    o/p: 146

    Select to_number (substr (1469, instr(1469,'$') + 1), '999,999,999.99') of double

    Error: ORA-01722: invalid number

    1. you must use "146" (text) and no 146 (number).

    2. ' 146' works because it "fits" the format mask you supplied: 999 999,999. 99. " but '1469' does not like the format mask expects one ',' as the delimiter of thousands, that is, "1 469'."

    Select to_number (substr (1, 469', instr('1,469','$') + 1), '999,999,999.99') twice;

    Similarly, in the #22 Post:

    to_number (substr (' 752,3308', instr ('752.3308', ' $') + 1), 999, 999 999,99') of double

    4 decimals are consistent with the format DP 2 mask.


    Simply remove all masks of format.

  • FRM-40735: trigger ERROR raised unhandled exception ORA-06508

    I am having this error when executing my form this error before the page load screen I have not een know what trigger causes error

    FRM-40735: trigger ERROR raised unhandled exception ORA-06508'm in oracle 11 g 2 of the form how to find on which trigger causes error

    Hello

    Below is the cause of the error and for more information, see the link below.

    Question: An attempt was made to call a stored program that cannot be found.

    ORA-06508: PL/SQL: not found unit of programs called tips

    Oracle/PLSQL: ORA-06508

Maybe you are looking for

  • My mac pro seems to freeze

    It happens three four times a day my mac are blocked and the ball of rotation range continue to remain as the finder does not yet meet the com + combination alt + can These are some of the results is blocked. do you know what is the problem here? can

  • the space bar is out of use MacBook (retina, 12 ", primo 2015)

    The SPACEBAR on my new MacBook (retina, 12 ", primo 2015) is not working properly. Does anyone have the same problem? Is there a quick fix?

  • The ink cartridge 61XL black or tri-color is compatible with the printer of series 3050 J610a

    I was wondering if instead of buy a standard ink cartridge HP 61 black or tri-color, for my printer, HP 3050 J610a series, if the HP 61XL black or tri-color ink cartridge is compatible with my printer?

  • No USB port works, code 32.

    Original title: no USB ports work All 3 ports on my Asus laptop don't work, here is the error message in the Device Manager ' a driver (service) for this device has been disabled.  Another driver can provide this functionality. (Code 32) ». Check upd

  • Unexpected restarts

    I have a ProBook 4520 s with Windows 7 Professional. The computer began to restart. I have the contract of technical support and they said that I needed to reinstall the operating system. Has anyone else had this problem and have a fix? Here's the lo