Php3 + oracle + apache - ORA-12154

Hi,
I build php3 with oracle support, installed oracle 8.1.5 on
RedHat 6.0 and used dbassit and netasst to configure it.
Oracle works fine. I can use sqlplus and read table from Acces.
But, when I try to log on oracle with php3, it does not work :
ORA-12154
here what i try to run :
<?php
print "<HTML><PRE>";
$db = "WWWITT";
$c1 = ocilogon("scott","tiger",$db);
?>
here my tnsnames.ora :
WWWITT.ITTRALEE.IE =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = apache)(PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = WWWITT)
here my sqlnet.ora:
TRACE_UNIQUE_CLIENT = on
NAMES.DEFAULT_DOMAIN = ittralee.ie
TRACE_LEVEL_CLIENT = USER
TRACE_LEVEL_SERVER = USER
SQLNET.EXPIRE_TIME = 0
here my listener.ora :
LISTENER =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = apache)(PORT = 1521))
(PROTOCOL_STACK =
(PRESENTATION = TTC)
(SESSION = NS)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = orapache)
(ORACLE_HOME = /opt/oracle/oracle8.1.5)
(SID_NAME = WWWITT)
TRACE_LEVEL_LISTENER = USER
so what did i did wrong ?
thanks, ronan
null

Hi,
You may require ODBC access to your Oracle database; this can be
provided by Openlink Software at http://www.openlinksw.com. We
have many clients using PHP scripts on Linux/Unix to connect
with Oracle running on remote servers (or the same machine).
Good luck!
Guest (guest) wrote:
: Ok..I think I know what's the problem is. Ok, here are 2
: scripts, working and NOT working:
: NOT WORKING:
: <? $conn = ocilogon("username", "password","DB"); ?>
: Error: Warning: oci8_open_server: Error while trying to
retrieve
: text for error ORA-12154
in /usr/local/apache/htdocs/oracle.php3
: on line 4
: WORKING: <? putenv("ORACLE_HOME=/path/to/oracle");
: $conn = ocilogon("username","password","DB"); ?>
: Works for me...!
: Hope this will help!
null

Similar Messages

  • Unable to connect SQLState=08004 Oracle ODBC Ora-12154

    Hi Sir/Madam,
    I am Wayne, I need your help to resolve my issue in oracle database 11g.
    1. I installed Oracle 11g Personal Edition, Release 11.2.0.10, 64bits,
    2. Test connection(oracle in oradb11g_home1) is successed in data source, odbc,
    2. Then, I tried to connect this with Visual Basic(Visual Studio 2010), data connections, add connections, .net framework data provider for oracle,
    3. but I received an error message as "Attempt to load Oracle client libraries threw BadImageFormatException."
    4. Then, I download the ODAC(11.2.0.3.0) for 64bits, and installed,
    5. I tried to test the connection, but failed with error message as stated above,
    "Unable to connect SQLState=08004 Oracle ODBC Ora-12154: TNS:could not resolve the connect identifier specified"
    Could you please give me a help on this, do I need to install ODAC for 11g Personal Edition ? Please advice accordingly, thanks.

    Hi;
    Please review:
    https://kr.forums.oracle.com/forums/thread.jspa?threadID=2309520
    http://stackoverflow.com/questions/206055/oracle-ora-12154-tns-could-not-resolve-service-name-error
    Regard
    Helios

  • TNS Error : ORA-12154 unsing oo4o with VB

    In VB6, using oo4o(Oracle InProc Server),
    whin I run debuging mode with VB6 App, result is successfull.
    But, compile this application, and execute EXE module,
    error occur 'Cannot resolve TNS Name (ORA-12154)'.

    Just make sure that the executable is not started from a directory path containing brackets (e.g. "C:\Program Files (x86)\MyApp\myapp.exe") but copy that executable to a directory path without brackets. The brackets in one of the directies in the path may lead to the Oracle exception "ORA-12154: TNS :could not resolve service name".

  • ORA- 12154 Error: while php connect to oracle?

    While I use OCILogon connect to Oracle9i,show error message as follow:
    Warning: ociopen_server: Error while trying to retrieve text for error ORA-12154 in /var/www/html/inc/sev.inc.php on line 57
    most of people think of its tnsname' problem,but I modify my tnsnames.ora,and sqlplus can connect with correct username and password.
    page source as follow:
    <?
    function db_connect()
    //putenv("ORACLE_SID=test");
    //putenv("NLS_LANG=SIMPLIFIED CHINESE.ZHS16CGB231280");
    putenv("ORACLE_HOME=/home/oracle/OraHome1");
    $connect = OCILogon("system","manager","test");
    if ($connect)
    return $connect;
    else
    return -1;
    ?>
    server Env: linux red hat 8.0,apache 2.0.44,php4.3.1,oracle9.2.0
    please! Thank in advance!

    Do you have more than ONE oracle homes created?
    Does your PATH env. variable correctly references the ORACLE_HOME directory?

  • Php connect to oracle 8i,it occur ORA-12154

    Warning: ociopen_server: Error while trying to retrieve text for error ORA-12154 in /SOHU/community/bbs/html/inc/dbcon.php3 on line 4

    Do you have more than ONE oracle homes created?
    Does your PATH env. variable correctly references the ORACLE_HOME directory?

  • ORA-12154:Can connect oracle in CGI!

    I use such code to connect oracle , in shell
    its work fine. but in Apache run as a CGI,
    ORA-12154 occer. I have set the var such as ORACLE_HOME, etc.
    olg(&lda,(ub1 *)hda,"scott/tiger@to195",...)
    anything others i need do ?

    I use such code to connect oracle , in shell
    its work fine. but in Apache run as a CGI,
    ORA-12154 occer. I have set the var such as ORACLE_HOME, etc.
    olg(&lda,(ub1 *)hda,"scott/tiger@to195",...)
    anything others i need do ?

  • ORA-12154 while installing Oracle 10g on windows 7

    Hi,
    I am trying to install Oracle 10g express edition on my machine (core 2 duo 2.93) running on Windows 7.
    The installation moves on perfectly for the 1st step and while running the 2nd step (Net configuration Assistant), it gives the ORA-12154 error.
    The contents of my configuration files at this point are as follows:
    Listener.ora
    =============
    SID_LIST_ORCL =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = ORCL)
    (ORACLE_HOME = F:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    ORCL =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    =============
    And that of tnsnames.ora is:
    =============
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = ORCL)
    =============
    After some googling around, I have found and installed the Microsoft Loopback adapter too (since my LAN is DHCP enabled) and also tried to turn on the firewall on my machine to check if it is not a problem with the port 1521 being blocked by the firewall.
    However, even after all that I still get the error "ORA-12154: TNS:could not resolve the connect identifier specified." while running the Net configuration Assistant and/or running SQL Plus to connect to the SID - ORCL.
    I can only see one service running in my services by the name : OracleOraDb10g_home1TNSListenerORCL
    Any suggestions or advice on the error would be much welcome.
    Is it anything related to Windows 7 ? Because I have managed to install using the same installer on another machine which runs Windows XP and everything seems fine there.
    Thanking you all in anticipation.
    Shreyas

    user12753151 wrote:
    Hmmm.. but then I'd have expected some installation error. I have read around that people have managed to install oracle on windows 7.
    The error displayed seems to be indicating that there is some configuration or permissions issue.Check that the user has permission to write in the ORACLE_HOME\network\admin - UAC might be blocking that.
    Install with software only, and run netca & dbca separately to create the database after the s/w install. (That's the way it is done in production anyway, so get used to it.)
    But yes - you still may have problems. Those who did fake it out on Windows 7 usually understand what to do. If you are smart enough to actually do it, my hat is off to you.

  • ORA-12154 error when trying to connect to Oracle 11g DB from Excel 2010

    All,
    I am trying to set up Excel 2010 64-bit to connect to an Oracle 11g database, but am having some trouble due to an "ORA-12154 could not resolve the connect identifier specified" error. I am able to TNSping the SID name, as well as connect to SQLplus. The TNS entry works, and the Oracle Home is in the right spot. I am even able to put the full connection string in the "Data Source" field when creating a data link in Excel and have it connect to the DB. But I would like to be able to create one that used the SID rather than the full connection string, as other users will have to use this. The developer behind the Excel solution created a number of .odc files to connect to various databases, so this gives extra weight behind figuring out how to connect via a SID rather than a full connection string. Any suggestions?

    user10832104 wrote:
    All,
    I am trying to set up Excel 2010 64-bit to connect to an Oracle 11g database, but am having some trouble due to an "ORA-12154 could not resolve the connect identifier specified" error. I am able to TNSping the SID name, as well as connect to SQLplus. The TNS entry works, and the Oracle Home is in the right spot. I am even able to put the full connection string in the "Data Source" field when creating a data link in Excel and have it connect to the DB. But I would like to be able to create one that used the SID rather than the full connection string, as other users will have to use this. The developer behind the Excel solution created a number of .odc files to connect to various databases, so this gives extra weight behind figuring out how to connect via a SID rather than a full connection string. Any suggestions?
    If you are able to connect with sqlplus, then this really becomes a question of how to define a data connection in Excel.
    But after quickly googling ..
    In excel ...
    "Data" tab
    "from other sources"
    "from data connection wizard"
    select ODBC DSN
    On data link properties, select the "connection" tab
    select "Use Data Source Name" and hit the drop-down
    select a dsn that you had previously set up to point to the oracle database.
    Anyway, that looks like how it is supposed to be done.  I'm getting a dll initialization error.  Probably due to the fact I have both 32-bit and 64-bit oracle clients, and windows never handles that very gracefully.  But then Windows never graceffully handles anything that isn't MicroSoft.   To paraphrase Forest Gump, "My momma always said Windows was like a box of chocolates.  You never know what you're going to get."
    In any event, the error you report means it was actually tying to look it up in tnsnames, but what you supplied wasn't found there.  That can also be a big issue when dealing with MS products, because they don't use the same terminology, so lead people into entering something other than what Oracle expects.  Are you referencing an ODBC DSN?  If so, have you tested that apart from Excel?

  • ORA-12154 Connection error from HFM to Oracle Database

    Hi,
    I am trying to configure Hyperion HFM but can write to HFM database.
    The implementation architecture:
    Hyperion 11.1.2.2 (with all the requiered patches for HFM, FDM, Shared Services, Workspace and Oracle Application Development)
    Server 1:
    Windows Server 2008 x64
    Installed products: Foundation (EPMA, CalcManager), BI, HFM web components and ADM driver
    Configured products: Foundation(EPMA, CalcManager), BI.
    Database Client: 11gR2 x64
    Server 2:
    Windows Server 2008 x64
    Installed products: HFM, FDQM
    Configured Products: FDQM, HFM
    Database Client: 11gR2 x32, 11gR2 x64 (x32 version installed first)
    Server 3:
    Database: Oracle 11.2.0.2
    All the products from server 1 are working fine, FDQM (server 2) is also working fine, but, when I try to do any action related with HFM database the system fails.
    I have tested the connection is these scenarios:
    1. SQLdeveloper: successfull!, I can create tables, views, etc. Double checking the user privileges it has all the required.
    2. tnsping: successfull!
    3. HFMApplicationCopy utility: Successfull using UDL file and writing the connection parameters.
    4. EPM System Configurator: the configurator successfully validates the database connection information, but does not create the tables on the database. No errors in the configtool log.
    5. EPM Diagnostic Tool: fails with this error message:
    ------------STARTING VALIDATION SCRIPTS----------
    LOGGING IN HFM....
    CREATING APPLICATION....
    ERROR: Unable to CreateApplicationCAS
    Number (dec) : -2147215936
    Number (hex) : &H800415C0
    Description  : <?xml version="1.0"?>
    +<EStr><Ref>{DC34A1FD-EE02-4BA6-86C6-6AEB8EF5E5A3}</Ref><AppName/><User/><DBUpdate>1</DBUpdate><ESec><Num>-2147467259</Num><Type>1</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>HfmADOConnection.cpp</File><Line>511</Line><Ver>11.1.2.2.300.3774</Ver><DStr>ORA-12154: TNS:could not resolve the connect identifier specified</DStr></ESec><ESec><Num>-2147215616</Num><Type>1</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxSQLConnectionPool.cpp</File><Line>585</Line><Ver>11.1.2.2.300.3774</Ver></ESec><ESec><Num>-2147215936</Num><Type>0</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxServerImpl.cpp</File><Line>8792</Line><Ver>11.1.2.2.300.3774</Ver></ESec><ESec><Num>-2147215936</Num><Type>0</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxServer.cpp</File><Line>90</Line><Ver>11.1.2.2.300.3774</Ver></ESec><ESec><Num>-2147215936</Num><Type>1</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxClient.cpp</File><Line>1356</Line><Ver>11.1.2.2.300.3774</Ver><PSec><Param><server_name></Param></PSec></ESec><ESec><Num>-2147215936</Num><Type>1</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxClient.cpp</File><Line>936</Line><Ver>11.1.2.2.300.3774</Ver></ESec><ESec><Num>-2147215936</Num><Type>0</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxClient.cpp</File><Line>4096</Line><Ver>11.1.2.2.300.3774</Ver></ESec></EStr>+
    Source       : Hyperion.HFMErrorHandler.1
    ERROR: while Application created
    7. HFM Classic application creation: fails with the following error:
    Error*11*<user_name+>*10/19/2012 08:30:52*CHsxServer.cpp*Line 90*<?xml version="1.0"?>+
    +<EStr><Ref>{DC34A1FD-EE02-4BA6-86C6-6AEB8EF5E5A3}</Ref><AppName/><User/><DBUpdate>1</DBUpdate><ESec><Num>-2147467259</Num><Type>1</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>HfmADOConnection.cpp</File><Line>511</Line><Ver>11.1.2.2.300.3774</Ver><DStr>ORA-12154: TNS:could not resolve the connect identifier specified</DStr></ESec><ESec><Num>-2147215616</Num><Type>1</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxSQLConnectionPool.cpp</File><Line>585</Line><Ver>11.1.2.2.300.3774</Ver></ESec><ESec><Num>-2147215936</Num><Type>0</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxServerImpl.cpp</File><Line>8792</Line><Ver>11.1.2.2.300.3774</Ver></ESec><ESec><Num>-2147215936</Num><Type>0</Type><DTime>10/19/2012 8:30:52 AM</DTime><Svr><server_name></Svr><File>CHsxServer.cpp</File><Line>90</Line><Ver>11.1.2.2.300.3774</Ver></ESec></EStr>+
    8. EPMA Application deployment: fails with same message.
    Please help me with some insights on this problem, I have tried everything but nothing works.
    Regards
    Edited by: Otein on 19-oct-2012 14:04

    Hi,
    I Have solved one of my problems, the one that keep HFM from connecting to the Oracle database.
    I just change the TNSNAMES.ORA, like this:
    Initial tnsnames.ora
    PRUEBA.WORLD=
    +(DESCRIPTION_LIST =+
    +(DESCRIPTION =+
    +(LOAD_BALANACE = ON)+
    +(FAILOVER = ON)+
    +(ADDRESS_LIST =+
    +(ADDRESS = (PROTOCOL = TCP)(HOST = <server_name>)(PORT = <port>))+
    +)+
    +(CONNECT_DATA =+
    +(SERVICE_NAME = <service_name>)+
    +)+
    +)+
    +)+
    Modified tnsnames.ora
    PRUEBA.WORLD=
    +(DESCRIPTION =+
    +(LOAD_BALANACE = ON)+
    +(FAILOVER = ON)+
    +(ADDRESS_LIST =+
    +(ADDRESS = (PROTOCOL = TCP)(HOST = <server_name>)(PORT = <port>))+
    +)+
    +(CONNECT_DATA =+
    +(SERVICE_NAME = <service_name>)+
    +)+
    +)+
    I Just delete the line "+(DESCRIPTION_LIST =+" and its corresponding closing parenthesis, I did this cause in the configuration utility log I saw this line:
    +TNS parsing: Entry: DESCRIPTION_LIST [[Address: Protocol:(TCP) Host:(<server_name>) Port:(1521) SID:(<service_name>)]]+
    So, if the applications were trying to connect to connection descriptor DESCRIPTION_LIST, the driver could not recognize DESCRIPTION_LIST as a valid one.
    There is a lot going on behind the scenes when you work with Oracle Database as the repository, maybe there is some other way to address this issue, but it worked for me, hope it can help you too.

  • ORA-12154 using Oracle.DataAccess.Client

    I am experiencing an ORA-12154 exception when accessing a remote Oracle database using ADO.NET called from c# code running on a Windows 2003 system. The code functions correctly on our internal (remote) database using the Oracle XE 10.2 Client. At the customer site with Oracle 10.1 Client the same code generates the 12154 error.
    At the customer site, I can connect without errors with the customer's connection information (Hostname, port, SID) using Navicat 8 Lite for Oracle and SQL-Plus. I can also connect with no problems using ODBC (except I can't use ODBC because it causes other problems when accessed from ASP.NET).
    The connection string is correctly formulated i.e. "Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=myServerName)(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=myServiceName)));User Id=myUserName;Password=myPassword"
    When I run TNSPING on the client's system I get the following result (server and SID name altered for confidentiality reasons):
    Adapter TNSNAMES zur Auflösung des Alias benutzt
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = myServerName)(PORT = 1521)) (CONNECT_DATA = (SERVER = dedicated) (SERVICE_NAME = myServiceName)))
    OK (10 ms)
    I can't determine anything about the listener since I don't have access to teh datbase server.
    To summarize, my .net code fails when I use the Oracle Data Access Client, but works fine with ODBC, and Navicat, SQL Plus also work fine.
    Can anyone suggest the cause and possible solution for this problem? - thanks in advance for any help :)

    user8609285 wrote:
    I am experiencing an ORA-12154 exception when accessing a remote Oracle database using ADO.NET called from c# code running on a Windows 2003 system. The code functions correctly on our internal (remote) database using the Oracle XE 10.2 Client. At the customer site with Oracle 10.1 Client the same code generates the 12154 error.
    At the customer site, I can connect without errors with the customer's connection information (Hostname, port, SID) using Navicat 8 Lite for Oracle and SQL-Plus. I can also connect with no problems using ODBC (except I can't use ODBC because it causes other problems when accessed from ASP.NET).
    The connection string is correctly formulated i.e. "Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=myServerName)(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=myServiceName)));User Id=myUserName;Password=myPassword"
    When I run TNSPING on the client's system I get the following result (server and SID name altered for confidentiality reasons):
    Adapter TNSNAMES zur Auflösung des Alias benutzt
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = myServerName)(PORT = 1521)) (CONNECT_DATA = (SERVER = dedicated) (SERVICE_NAME = myServiceName)))
    OK (10 ms)
    I can't determine anything about the listener since I don't have access to teh datbase server.
    To summarize, my .net code fails when I use the Oracle Data Access Client, but works fine with ODBC, and Navicat, SQL Plus also work fine.
    Can anyone suggest the cause and possible solution for this problem? - thanks in advance for any help :)ora-12154 means one thing and one thing only.
    [oracle@vmlnx01 ~]$ 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.
    //   - If you are using directory naming:
    //      - Verify that "LDAP" is listed as one of the values of the
    //        NAMES.DIRETORY_PATH parameter in the Oracle Net profile
    //        (SQLNET.ORA).
    //      - Verify that the LDAP directory server is up and that it is
    //        accessible.
    //      - Verify that the net service name or database name used as the
    //        connect identifier is configured in the directory.
    //      - Verify that the default context being used is correct by
    //        specifying a fully qualified net service name or a full LDAP DN
    //        as the connect identifier
    //   - If you are using easy connect naming:
    //      - Verify that "EZCONNECT" is listed as one of the values of the
    //        NAMES.DIRETORY_PATH parameter in the Oracle Net profile
    //        (SQLNET.ORA).
    //      - Make sure the host, port and service name specified
    //        are correct.
    //      - Try enclosing the connect identifier in quote marks.
    //   See the Oracle Net Services Administrators Guide or the Oracle
    //   operating system specific guide for more information on naming.Bottom line is the net service name you presented is not found in the tnsnames that was being used. Which may not be the tnsnames you think was being used.
    And since it never resolved that on the client side, there is no need to look to anything (like the listener) on the host side. You never got out of your driveway, so there is no need to see if the entrance to your destination is open.

  • ORA-12154 as oracle user, whit the root account it works fine

    Hello there,
    I've a problem with a client installation if I try to connect to the database. I've the following configuration:
    1. Database: Running on a Ubuntu Jeos VM, Oracle 11g (Release 11.1.0.6.0 64 bit)
    2. Client: Running on a CentOS 5.2 VM, Oracle Client 10g Linux 32bit
    I've configured the tnsnames.ora and stored it in the $ORACLE_HOME/network/admin directory. The content of the tnsnames.ora file is the following:
    ORCL64=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.12.128)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
    If I try to connect to the database as the oracle user with the following command sqlplus SYS@ORCL64 AS SYSDBA, I'll get the ORA-12154  TNS:could not resolve the connect identifier specified error message. If I try the same as the root user it works fine and I can establish the connection. The same result I've got if I try the command tnsping ORCL64. As the root user the tnsnames adapter can resolve the alias, as the oracle user this is'nt possible and I'll get the error message: TNS-03505: Failed to resolve name. In both he uses the paramter file /u01/app/oracle/network/admin/sqlnet.ora. The content of the sqlnet.ora file is the following:
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT).
    Have you any suggestions how can I resolve this problem to get a connection with the oracle user.
    Thank you in advance
    Sven

    Hello,
    thanks for your answers. On the CentOS maschine, where the client is installed, there are no directory's $ORACLE_HOME/bin/oracle and $ORACLE_HOME/bin/lsnrctl. The output from the $ORACLE_HOME/network/admin/*ora is:
    -rw-r----- 1 oracle oinstall 171 28. Apr 21:25 /u01/app/oracle/network/admin/sqlnet.ora
    wx---- 1 root root 118 5. Mai 11:33 /u01/app/oracle/network/admin/tnsnames.ora
    The post-install script $ORACLE_HOME/root.sh I've started.
    On the Ubuntu Jeos VM, where the database is installed, the output from the 3 directories are:
    ls -l $ORACLE_HOME/bin/oracle
    -rwsr-s--x 1 oracle oinstall 188459338 2009-02-23 09:21 /u01/app/oracle/product/11.1.0/db_1/bin/oracle
    ls -l $ORACLE_HOME/bin/lsnrctl
    -rwxr-x--x 1 oracle oinstall 143599 2009-02-23 09:48 /u01/app/oracle/product/11.1.0/db_1/bin/lsnrctl
    ls -l $ORACLE_HOME/network/admin/*ora
    -rw-rw-r-- 1 oracle oinstall 542 2009-03-25 19:08 /u01/app/oracle/product/11.1.0/db_1/network/admin/listener.ora
    -rw-rw-r-- 1 oracle oinstall 191 2009-02-23 09:57 /u01/app/oracle/product/11.1.0/db_1/network/admin/sqlnet.ora
    -rw-rw-r-- 1 oracle oinstall 324 2009-03-25 19:12 /u01/app/oracle/product/11.1.0/db_1/network/admin/tnsnames.ora
    Kind regards
    Sven

  • Oracle.DataAccess.Client.OracleException ORA-12154:

    Hi Experts,
    Please I need yours assistance.
    I developed an automation tool in visual studio 2010 using c# and oracle framework Oracle.DataAccess.Client. However, the tool is working properly on my machine but when deployed the tool to a different machine that has .net 4.0 framework installed, and when I tried to run the tool I kept getting the following error message below:
    "************** Exception Text **************
    Oracle.DataAccess.Client.OracleException ORA-12154: TNS:could not resolve the connect identifier specified at Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure, Boolean bCheck)
    at Oracle.DataAccess.Client.OracleException.HandleError(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, Object src)
    at Oracle.DataAccess.Client.OracleConnection.Open()
    at LogicalDateValidator.Form1.conn(String oradb)
    at LogicalDateValidator.Form1.button3_Click(Object sender, EventArgs e)
    at System.Windows.Forms.Control.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ButtonBase.WndProc(Message& m)
    at System.Windows.Forms.Button.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)"

    http://www.oracle.com/technetwork/topics/dotnet/odt-faq-085407.html#ORA-12154:_TNS:could_not_resolve_the

  • Ora 12154 in oracle 11g r2

    hi all ,
    after  install oracle 11 g r2  and after configuration  i want to  connect my forms and report with my oracle database 12 c
    after copy  file tnsname.ora  from
    C:\app\hasnaa\product\12.1.0\dbhome_1\NETWORK\ADMIN
    to
    C:\Oracle\Middleware\asinst_1\config
    i try to connect in forms through username hr and pass hr
    getting this  error :
    ORA-12154: TNS: could not resolve the connect identifier specified
    this is my tnsname file:
    # tnsnames.ora Network Configuration File: C:\app\hasnaa\product\12.1.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    LISTENER_ORCL =
      (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = orcl)
    could any one help me ?

    yes , i found it in
    C:\app\hasnaa\diag\tnslsnr\hasnaa\listener\trace
    this is all  which written in it :
    Create Relation ADR_CONTROL
    Create Relation ADR_INVALIDATION
    Create Relation INC_METER_IMPT_DEF
    Create Relation INC_METER_PK_IMPTS
    System parameter file is C:\app\hasnaa\product\12.1.0\dbhome_1\network\admin\listener.ora
    Log messages written to C:\app\hasnaa\diag\tnslsnr\hasnaa\listener\alert\log.xml
    Trace information written to C:\app\hasnaa\diag\tnslsnr\hasnaa\listener\trace\ora_2124_2788.trc
    Trace level is currently 0
    Started with pid=2124
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    Dynamic address is already listened on (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    09-JAN-2014 16:53:52 * service_register * orcl * 0
    09-JAN-2014 16:53:55 * service_update * orcl * 0
    09-JAN-2014 16:53:58 * service_update * orcl * 0
    09-JAN-2014 16:54:01 * service_update * orcl * 0
    09-JAN-2014 16:54:25 * service_update * orcl * 0
    09-JAN-2014 16:54:28 * service_update * orcl * 0
    09-JAN-2014 16:54:37 * service_update * orcl * 0
    09-JAN-2014 16:55:01 * service_update * orcl * 0
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=hasnaa)(PORT=5500))(Security=(my_wallet_directory=C:\APP\HASNAA\admin\orcl\xdb_wallet))(Presentation=HTTP)(Session=RAW))
    09-JAN-2014 16:55:11 * service_update * orcl * 0
    09-JAN-2014 16:55:14 * service_update * orcl * 0
    09-JAN-2014 16:55:20 * service_update * orcl * 0
    09-JAN-2014 16:55:26 * service_update * orcl * 0
    09-JAN-2014 16:55:29 * service_update * orcl * 0
    09-JAN-2014 16:55:32 * service_update * orcl * 0
    09-JAN-2014 16:55:44 * service_update * orcl * 0
    09-JAN-2014 16:56:14 * service_update * orcl * 0
    09-JAN-2014 16:56:23 * service_update * orcl * 0
    09-JAN-2014 16:57:17 * service_update * orcl * 0
    09-JAN-2014 16:58:08 * service_update * orcl * 0
    09-JAN-2014 16:58:56 * service_update * orcl * 0
    09-JAN-2014 16:59:47 * service_update * orcl * 0
    09-JAN-2014 17:00:32 * service_update * orcl * 0
    09-JAN-2014 17:00:35 * service_update * orcl * 0
    09-JAN-2014 17:01:05 * service_update * orcl * 0
    09-JAN-2014 17:01:08 * service_update * orcl * 0
    09-JAN-2014 17:01:56 * service_update * orcl * 0
    09-JAN-2014 17:02:38 * service_update * orcl * 0
    09-JAN-2014 17:03:29 * service_update * orcl * 0
    09-JAN-2014 17:04:14 * service_update * orcl * 0
    09-JAN-2014 17:04:38 * service_update * orcl * 0
    09-JAN-2014 17:05:26 * service_update * orcl * 0
    09-JAN-2014 17:05:35 * service_update * orcl * 0
    09-JAN-2014 17:06:20 * service_update * orcl * 0
    09-JAN-2014 17:07:11 * service_update * orcl * 0
    09-JAN-2014 17:07:56 * service_update * orcl * 0
    09-JAN-2014 17:08:47 * service_update * orcl * 0
    09-JAN-2014 17:08:53 * service_update * orcl * 0
    09-JAN-2014 17:08:56 * service_update * orcl * 0
    09-JAN-2014 17:09:06 * service_update * orcl * 0
    Thu Jan 09 17:09:39 2014
    09-JAN-2014 17:09:39 * service_update * orcl * 0
    09-JAN-2014 17:10:12 * service_update * orcl * 0
    09-JAN-2014 17:10:36 * service_update * orcl * 0
    09-JAN-2014 17:11:27 * service_update * orcl * 0
    09-JAN-2014 17:12:15 * service_update * orcl * 0
    09-JAN-2014 17:13:00 * service_update * orcl * 0
    09-JAN-2014 17:13:51 * service_update * orcl * 0
    09-JAN-2014 17:14:39 * service_update * orcl * 0
    09-JAN-2014 17:15:27 * service_update * orcl * 0
    09-JAN-2014 17:15:36 * service_update * orcl * 0
    09-JAN-2014 17:16:27 * service_update * orcl * 0
    09-JAN-2014 17:17:12 * service_update * orcl * 0
    09-JAN-2014 17:17:51 * service_update * orcl * 0
    09-JAN-2014 17:18:39 * service_update * orcl * 0
    09-JAN-2014 17:18:45 * service_update * orcl * 0
    09-JAN-2014 17:19:36 * service_update * orcl * 0
    09-JAN-2014 17:20:27 * service_update * orcl * 0
    09-JAN-2014 17:20:36 * service_update * orcl * 0
    09-JAN-2014 17:21:27 * service_update * orcl * 0
    09-JAN-2014 17:22:15 * service_update * orcl * 0
    09-JAN-2014 17:23:03 * service_update * orcl * 0
    09-JAN-2014 17:23:51 * service_update * orcl * 0
    09-JAN-2014 17:24:39 * service_update * orcl * 0
    09-JAN-2014 17:25:03 * service_update * orcl * 0
    09-JAN-2014 17:25:36 * service_update * orcl * 0
    Thu Jan 09 17:26:31 2014
    09-JAN-2014 17:26:24 * service_update * orcl * 0
    09-JAN-2014 17:27:12 * service_update * orcl * 0
    09-JAN-2014 17:27:18 * service_update * orcl * 0
    09-JAN-2014 17:27:21 * service_update * orcl * 0
    09-JAN-2014 17:28:09 * service_update * orcl * 0
    09-JAN-2014 17:29:00 * service_update * orcl * 0
    09-JAN-2014 17:29:51 * service_update * orcl * 0
    09-JAN-2014 17:30:33 * service_update * orcl * 0
    09-JAN-2014 17:30:36 * service_update * orcl * 0
    09-JAN-2014 17:30:48 * service_update * orcl * 0
    09-JAN-2014 17:31:36 * service_update * orcl * 0
    09-JAN-2014 17:32:27 * service_update * orcl * 0
    09-JAN-2014 17:33:15 * service_update * orcl * 0
    09-JAN-2014 17:33:21 * service_update * orcl * 0
    09-JAN-2014 17:33:24 * service_update * orcl * 0
    09-JAN-2014 17:34:12 * service_update * orcl * 0
    09-JAN-2014 17:34:39 * service_update * orcl * 0
    09-JAN-2014 17:35:30 * service_update * orcl * 0
    09-JAN-2014 17:35:33 * service_update * orcl * 0
    09-JAN-2014 17:36:21 * service_update * orcl * 0
    09-JAN-2014 17:37:12 * service_update * orcl * 0
    09-JAN-2014 17:37:57 * service_update * orcl * 0
    09-JAN-2014 17:38:45 * service_update * orcl * 0
    09-JAN-2014 17:39:33 * service_update * orcl * 0
    09-JAN-2014 17:40:24 * service_update * orcl * 0
    09-JAN-2014 17:40:33 * service_update * orcl * 0
    09-JAN-2014 17:41:24 * service_update * orcl * 0
    09-JAN-2014 17:41:42 * service_update * orcl * 0
    09-JAN-2014 17:41:45 * service_update * orcl * 0
    09-JAN-2014 17:41:48 * service_update * orcl * 0
    09-JAN-2014 17:42:36 * service_update * orcl * 0
    Thu Jan 09 17:43:24 2014
    09-JAN-2014 17:43:24 * service_update * orcl * 0
    09-JAN-2014 17:44:18 * service_update * orcl * 0
    09-JAN-2014 17:44:39 * service_update * orcl * 0
    09-JAN-2014 17:45:30 * service_update * orcl * 0
    09-JAN-2014 17:45:33 * service_update * orcl * 0
    09-JAN-2014 17:46:21 * service_update * orcl * 0
    09-JAN-2014 17:46:24 * service_update * orcl * 0
    09-JAN-2014 17:46:27 * service_update * orcl * 0
    09-JAN-2014 17:47:15 * service_update * orcl * 0
    09-JAN-2014 17:48:03 * service_update * orcl * 0
    09-JAN-2014 17:48:54 * service_update * orcl * 0
    09-JAN-2014 17:49:45 * service_update * orcl * 0
    09-JAN-2014 17:50:36 * service_update * orcl * 0
    09-JAN-2014 17:51:24 * service_update * orcl * 0
    09-JAN-2014 17:52:15 * service_update * orcl * 0
    09-JAN-2014 17:53:00 * service_update * orcl * 0
    09-JAN-2014 17:53:48 * service_update * orcl * 0
    09-JAN-2014 17:54:39 * service_update * orcl * 0
    09-JAN-2014 17:55:30 * service_update * orcl * 0
    09-JAN-2014 17:55:33 * service_update * orcl * 0
    09-JAN-2014 17:56:24 * service_update * orcl * 0
    09-JAN-2014 17:57:15 * service_update * orcl * 0
    09-JAN-2014 17:58:03 * service_update * orcl * 0
    09-JAN-2014 17:58:57 * service_update * orcl * 0
    09-JAN-2014 17:59:45 * service_update * orcl * 0
    Thu Jan 09 18:00:18 2014
    09-JAN-2014 18:00:18 * service_update * orcl * 0
    09-JAN-2014 18:00:33 * service_update * orcl * 0
    09-JAN-2014 18:01:09 * service_update * orcl * 0
    09-JAN-2014 18:02:00 * service_update * orcl * 0
    09-JAN-2014 18:02:45 * service_update * orcl * 0
    09-JAN-2014 18:03:33 * service_update * orcl * 0
    09-JAN-2014 18:04:24 * service_update * orcl * 0
    09-JAN-2014 18:04:39 * service_update * orcl * 0
    09-JAN-2014 18:04:45 * service_update * orcl * 0
    09-JAN-2014 18:04:48 * service_update * orcl * 0
    09-JAN-2014 18:05:33 * service_update * orcl * 0
    09-JAN-2014 18:06:24 * service_update * orcl * 0
    09-JAN-2014 18:07:15 * service_update * orcl * 0
    09-JAN-2014 18:08:06 * service_update * orcl * 0
    09-JAN-2014 18:08:57 * service_update * orcl * 0
    09-JAN-2014 18:09:48 * service_update * orcl * 0
    09-JAN-2014 18:09:51 * service_update * orcl * 0
    09-JAN-2014 18:09:54 * service_update * orcl * 0
    09-JAN-2014 18:10:39 * service_update * orcl * 0
    09-JAN-2014 18:11:30 * service_update * orcl * 0
    09-JAN-2014 18:12:18 * service_update * orcl * 0
    09-JAN-2014 18:12:24 * service_update * orcl * 0
    09-JAN-2014 18:12:27 * service_update * orcl * 0
    09-JAN-2014 18:13:09 * service_update * orcl * 0
    09-JAN-2014 18:14:00 * service_update * orcl * 0
    09-JAN-2014 18:14:39 * service_update * orcl * 0
    09-JAN-2014 18:15:21 * service_update * orcl * 0
    09-JAN-2014 18:15:36 * service_update * orcl * 0
    09-JAN-2014 18:16:27 * service_update * orcl * 0
    Thu Jan 09 18:17:15 2014
    09-JAN-2014 18:17:15 * service_update * orcl * 0
    09-JAN-2014 18:17:51 * service_update * orcl * 0
    09-JAN-2014 18:18:42 * service_update * orcl * 0
    09-JAN-2014 18:19:18 * service_update * orcl * 0
    09-JAN-2014 18:20:06 * service_update * orcl * 0
    09-JAN-2014 18:20:36 * service_update * orcl * 0
    09-JAN-2014 18:21:21 * service_update * orcl * 0
    09-JAN-2014 18:22:12 * service_update * orcl * 0
    09-JAN-2014 18:22:57 * service_update * orcl * 0
    09-JAN-2014 18:23:48 * service_update * orcl * 0
    09-JAN-2014 18:24:39 * service_update * orcl * 0
    09-JAN-2014 18:25:27 * service_update * orcl * 0
    09-JAN-2014 18:25:33 * service_update * orcl * 0
    09-JAN-2014 18:26:24 * service_update * orcl * 0
    09-JAN-2014 18:26:54 * service_update * orcl * 0
    09-JAN-2014 18:27:39 * service_update * orcl * 0
    09-JAN-2014 18:27:42 * service_update * orcl * 0
    09-JAN-2014 18:27:45 * service_update * orcl * 0
    09-JAN-2014 18:27:48 * service_update * orcl * 0
    09-JAN-2014 18:28:36 * service_update * orcl * 0
    09-JAN-2014 18:29:27 * service_update * orcl * 0
    09-JAN-2014 18:30:12 * service_update * orcl * 0
    09-JAN-2014 18:30:36 * service_update * orcl * 0
    09-JAN-2014 18:30:45 * service_update * orcl * 0
    09-JAN-2014 18:31:33 * service_update * orcl * 0
    09-JAN-2014 18:32:21 * service_update * orcl * 0
    09-JAN-2014 18:33:12 * service_update * orcl * 0
    Thu Jan 09 18:34:03 2014
    09-JAN-2014 18:34:03 * service_update * orcl * 0
    09-JAN-2014 18:34:39 * service_update * orcl * 0
    09-JAN-2014 18:35:27 * service_update * orcl * 0
    09-JAN-2014 18:35:33 * service_update * orcl * 0
    09-JAN-2014 18:36:24 * service_update * orcl * 0
    09-JAN-2014 18:37:12 * service_update * orcl * 0
    09-JAN-2014 18:38:00 * service_update * orcl * 0
    09-JAN-2014 18:38:03 * service_update * orcl * 0
    09-JAN-2014 18:38:06 * service_update * orcl * 0
    09-JAN-2014 18:38:54 * service_update * orcl * 0
    09-JAN-2014 18:39:45 * service_update * orcl * 0
    09-JAN-2014 18:40:36 * service_update * orcl * 0
    09-JAN-2014 18:41:27 * service_update * orcl * 0
    09-JAN-2014 18:42:15 * service_update * orcl * 0
    09-JAN-2014 18:43:00 * service_update * orcl * 0
    09-JAN-2014 18:43:54 * service_update * orcl * 0
    09-JAN-2014 18:44:39 * service_update * orcl * 0
    09-JAN-2014 18:45:33 * service_update * orcl * 0
    09-JAN-2014 18:46:24 * service_update * orcl * 0
    09-JAN-2014 18:47:15 * service_update * orcl * 0
    09-JAN-2014 18:48:03 * service_update * orcl * 0
    09-JAN-2014 18:48:54 * service_update * orcl * 0
    09-JAN-2014 18:49:45 * service_update * orcl * 0
    09-JAN-2014 18:50:33 * service_update * orcl * 0
    Thu Jan 09 18:50:45 2014
    09-JAN-2014 18:50:45 * service_update * orcl * 0
    09-JAN-2014 18:50:48 * service_update * orcl * 0
    09-JAN-2014 18:51:36 * service_update * orcl * 0
    09-JAN-2014 18:52:24 * service_update * orcl * 0
    09-JAN-2014 18:53:09 * service_update * orcl * 0
    09-JAN-2014 18:54:00 * service_update * orcl * 0
    09-JAN-2014 18:54:39 * service_update * orcl * 0
    09-JAN-2014 18:55:21 * service_update * orcl * 0
    09-JAN-2014 18:55:36 * service_update * orcl * 0
    09-JAN-2014 18:56:27 * service_update * orcl * 0
    09-JAN-2014 18:57:18 * service_update * orcl * 0
    09-JAN-2014 18:58:09 * service_update * orcl * 0
    09-JAN-2014 18:59:00 * service_update * orcl * 0
    09-JAN-2014 18:59:51 * service_update * orcl * 0
    09-JAN-2014 19:00:30 * service_update * orcl * 0
    09-JAN-2014 19:00:33 * service_update * orcl * 0
    09-JAN-2014 19:01:09 * service_update * orcl * 0
    09-JAN-2014 19:02:00 * service_update * orcl * 0
    09-JAN-2014 19:02:45 * service_update * orcl * 0
    09-JAN-2014 19:03:36 * service_update * orcl * 0
    09-JAN-2014 19:04:27 * service_update * orcl * 0
    09-JAN-2014 19:04:39 * service_update * orcl * 0
    09-JAN-2014 19:05:27 * service_update * orcl * 0
    09-JAN-2014 19:05:36 * service_update * orcl * 0
    09-JAN-2014 19:06:27 * service_update * orcl * 0
    09-JAN-2014 19:07:18 * service_update * orcl * 0
    Thu Jan 09 19:08:04 2014
    09-JAN-2014 19:08:04 * service_update * orcl * 0
    09-JAN-2014 19:08:55 * service_update * orcl * 0
    09-JAN-2014 19:09:46 * service_update * orcl * 0
    09-JAN-2014 19:10:31 * service_update * orcl * 0
    09-JAN-2014 19:11:04 * service_update * orcl * 0
    09-JAN-2014 19:11:52 * service_update * orcl * 0
    09-JAN-2014 19:12:43 * service_update * orcl * 0
    09-JAN-2014 19:13:28 * service_update * orcl * 0
    09-JAN-2014 19:13:49 * service_update * orcl * 0
    09-JAN-2014 19:13:52 * service_update * orcl * 0
    09-JAN-2014 19:14:40 * service_update * orcl * 0
    09-JAN-2014 19:15:25 * service_update * orcl * 0
    09-JAN-2014 19:15:34 * service_update * orcl * 0
    09-JAN-2014 19:15:37 * service_update * orcl * 0
    09-JAN-2014 19:15:40 * service_update * orcl * 0
    09-JAN-2014 19:16:28 * service_update * orcl * 0
    09-JAN-2014 19:17:13 * service_update * orcl * 0
    09-JAN-2014 19:17:52 * service_update * orcl * 0
    09-JAN-2014 19:18:43 * service_update * orcl * 0
    09-JAN-2014 19:19:04 * service_update * orcl * 0
    09-JAN-2014 19:19:49 * service_update * orcl * 0
    09-JAN-2014 19:20:34 * service_update * orcl * 0
    09-JAN-2014 19:21:28 * service_update * orcl * 0
    09-JAN-2014 19:22:19 * service_update * orcl * 0
    09-JAN-2014 19:23:01 * service_update * orcl * 0
    09-JAN-2014 19:23:52 * service_update * orcl * 0
    09-JAN-2014 19:24:40 * service_update * orcl * 0
    Thu Jan 09 19:25:28 2014
    09-JAN-2014 19:25:28 * service_update * orcl * 0
    09-JAN-2014 19:25:34 * service_update * orcl * 0
    09-JAN-2014 19:26:25 * service_update * orcl * 0
    09-JAN-2014 19:27:16 * service_update * orcl * 0
    09-JAN-2014 19:28:04 * service_update * orcl * 0
    09-JAN-2014 19:28:10 * service_update * orcl * 0
    09-JAN-2014 19:28:13 * service_update * orcl * 0
    09-JAN-2014 19:29:01 * service_update * orcl * 0
    09-JAN-2014 19:29:34 * service_update * orcl * 0
    09-JAN-2014 19:30:16 * service_update * orcl * 0
    09-JAN-2014 19:30:34 * service_update * orcl * 0
    09-JAN-2014 19:30:46 * service_update * orcl * 0
    09-JAN-2014 19:31:37 * service_update * orcl * 0
    09-JAN-2014 19:32:25 * service_update * orcl * 0
    09-JAN-2014 19:33:10 * service_update * orcl * 0
    09-JAN-2014 19:34:01 * service_update * orcl * 0
    09-JAN-2014 19:34:40 * service_update * orcl * 0
    09-JAN-2014 19:35:31 * service_update * orcl * 0
    09-JAN-2014 19:35:34 * service_update * orcl * 0
    09-JAN-2014 19:35:37 * service_update * orcl * 0
    09-JAN-2014 19:36:28 * service_update * orcl * 0
    09-JAN-2014 19:36:52 * service_update * orcl * 0
    09-JAN-2014 19:36:55 * service_update * orcl * 0
    09-JAN-2014 19:36:58 * service_update * orcl * 0
    09-JAN-2014 19:37:49 * service_update * orcl * 0
    09-JAN-2014 19:38:34 * service_update * orcl * 0
    09-JAN-2014 19:39:22 * service_update * orcl * 0
    09-JAN-2014 19:40:13 * service_update * orcl * 0
    09-JAN-2014 19:40:34 * service_update * orcl * 0
    09-JAN-2014 19:40:37 * service_update * orcl * 0
    09-JAN-2014 19:40:40 * service_update * orcl * 0
    09-JAN-2014 19:41:28 * service_update * orcl * 0
    Thu Jan 09 19:42:19 2014
    09-JAN-2014 19:42:19 * service_update * orcl * 0
    09-JAN-2014 19:43:04 * service_update * orcl * 0
    09-JAN-2014 19:43:55 * service_update * orcl * 0
    09-JAN-2014 19:44:37 * service_update * orcl * 0
    09-JAN-2014 19:44:40 * service_update * orcl * 0
    09-JAN-2014 19:45:22 * service_update * orcl * 0
    09-JAN-2014 19:45:34 * service_update * orcl * 0
    09-JAN-2014 19:46:22 * service_update * orcl * 0
    09-JAN-2014 19:47:13 * service_update * orcl * 0
    09-JAN-2014 19:48:04 * service_update * orcl * 0
    09-JAN-2014 19:48:52 * service_update * orcl * 0
    09-JAN-2014 19:48:58 * service_update * orcl * 0
    09-JAN-2014 19:49:01 * service_update * orcl * 0
    09-JAN-2014 19:49:49 * service_update * orcl * 0
    09-JAN-2014 19:50:34 * service_update * orcl * 0
    09-JAN-2014 19:51:25 * service_update * orcl * 0
    09-JAN-2014 19:52:16 * service_update * orcl * 0
    09-JAN-2014 19:53:01 * service_update * orcl * 0
    09-JAN-2014 19:53:52 * service_update * orcl * 0
    09-JAN-2014 19:54:37 * service_update * orcl * 0
    09-JAN-2014 19:54:40 * service_update * orcl * 0
    09-JAN-2014 19:55:28 * service_update * orcl * 0
    09-JAN-2014 19:55:31 * service_update * orcl * 0
    09-JAN-2014 19:56:22 * service_update * orcl * 0
    09-JAN-2014 19:57:13 * service_update * orcl * 0
    09-JAN-2014 19:57:43 * service_update * orcl * 0
    09-JAN-2014 19:58:28 * service_update * orcl * 0
    Thu Jan 09 19:59:16 2014
    09-JAN-2014 19:59:16 * service_update * orcl * 0
    09-JAN-2014 19:59:52 * service_update * orcl * 0
    09-JAN-2014 19:59:58 * service_update * orcl * 0
    09-JAN-2014 20:00:31 * service_update * orcl * 0
    09-JAN-2014 20:01:07 * service_update * orcl * 0
    09-JAN-2014 20:01:10 * service_update * orcl * 0
    09-JAN-2014 20:01:58 * service_update * orcl * 0
    09-JAN-2014 20:02:49 * service_update * orcl * 0
    09-JAN-2014 20:03:34 * service_update * orcl * 0
    09-JAN-2014 20:04:25 * service_update * orcl * 0
    09-JAN-2014 20:04:40 * service_update * orcl * 0
    09-JAN-2014 20:05:28 * service_update * orcl * 0
    09-JAN-2014 20:05:34 * service_update * orcl * 0
    09-JAN-2014 20:06:25 * service_update * orcl * 0
    09-JAN-2014 20:07:13 * service_update * orcl * 0
    09-JAN-2014 20:08:01 * service_update * orcl * 0
    09-JAN-2014 20:08:49 * service_update * orcl * 0
    09-JAN-2014 20:09:40 * service_update * orcl * 0
    09-JAN-2014 20:10:31 * service_update * orcl * 0
    09-JAN-2014 20:10:34 * service_update * orcl * 0
    09-JAN-2014 20:11:25 * service_update * orcl * 0
    09-JAN-2014 20:12:16 * service_update * orcl * 0
    09-JAN-2014 20:13:01 * service_update * orcl * 0
    09-JAN-2014 20:13:52 * service_update * orcl * 0
    09-JAN-2014 20:14:40 * service_update * orcl * 0
    09-JAN-2014 20:15:22 * service_update * orcl * 0
    09-JAN-2014 20:15:31 * service_update * orcl * 0
    Thu Jan 09 20:16:22 2014
    09-JAN-2014 20:16:22 * service_update * orcl * 0
    09-JAN-2014 20:17:04 * service_update * orcl * 0
    09-JAN-2014 20:17:52 * service_update * orcl * 0
    09-JAN-2014 20:18:43 * service_update * orcl * 0
    09-JAN-2014 20:19:34 * service_update * orcl * 0
    09-JAN-2014 20:20:22 * service_update * orcl * 0
    09-JAN-2014 20:20:31 * service_update * orcl * 0
    09-JAN-2014 20:20:34 * service_update * orcl * 0
    09-JAN-2014 20:21:22 * service_update * orcl * 0
    09-JAN-2014 20:22:13 * service_update * orcl * 0
    09-JAN-2014 20:22:52 * service_update * orcl * 0
    09-JAN-2014 20:22:55 * service_update * orcl * 0
    09-JAN-2014 20:22:58 * service_update * orcl * 0
    09-JAN-2014 20:23:49 * service_update * orcl * 0
    09-JAN-2014 20:24:37 * service_update * orcl * 0
    09-JAN-2014 20:24:40 * service_update * orcl * 0
    09-JAN-2014 20:25:28 * service_update * orcl * 0
    09-JAN-2014 20:25:31 * service_update * orcl * 0
    09-JAN-2014 20:26:19 * service_update * orcl * 0
    09-JAN-2014 20:27:07 * service_update * orcl * 0
    09-JAN-2014 20:27:52 * service_update * orcl * 0
    09-JAN-2014 20:28:01 * service_update * orcl * 0
    09-JAN-2014 20:28:49 * service_update * orcl * 0
    09-JAN-2014 20:29:37 * service_update * orcl * 0
    09-JAN-2014 20:30:19 * service_update * orcl * 0
    09-JAN-2014 20:30:31 * service_update * orcl * 0
    09-JAN-2014 20:30:46 * service_update * orcl * 0
    09-JAN-2014 20:31:34 * service_update * orcl * 0
    09-JAN-2014 20:32:22 * service_update * orcl * 0
    Thu Jan 09 20:33:13 2014
    09-JAN-2014 20:33:13 * service_update * orcl * 0
    09-JAN-2014 20:34:04 * service_update * orcl * 0
    09-JAN-2014 20:34:40 * service_update * orcl * 0
    09-JAN-2014 20:35:28 * service_update * orcl * 0
    09-JAN-2014 20:35:31 * service_update * orcl * 0
    09-JAN-2014 20:36:19 * service_update * orcl * 0
    09-JAN-2014 20:37:10 * service_update * orcl * 0
    09-JAN-2014 20:37:55 * service_update * orcl * 0
    09-JAN-2014 20:38:43 * service_update * orcl * 0
    09-JAN-2014 20:39:31 * service_update * orcl * 0
    09-JAN-2014 20:40:22 * service_update * orcl * 0
    09-JAN-2014 20:40:31 * service_update * orcl * 0
    09-JAN-2014 20:41:19 * service_update * orcl * 0
    09-JAN-2014 20:42:07 * service_update * orcl * 0
    09-JAN-2014 20:42:55 * service_update * orcl * 0
    09-JAN-2014 20:43:43 * service_update * orcl * 0
    09-JAN-2014 20:44:34 * service_update * orcl * 0
    09-JAN-2014 20:44:40 * service_update * orcl * 0
    09-JAN-2014 20:44:58 * service_update * orcl * 0
    09-JAN-2014 20:45:43 * service_update * orcl * 0
    09-JAN-2014 20:45:55 * service_update * orcl * 0
    09-JAN-2014 20:45:58 * service_update * orcl * 0
    09-JAN-2014 20:46:49 * service_update * orcl * 0
    09-JAN-2014 20:47:40 * service_update * orcl * 0
    09-JAN-2014 20:48:25 * service_update * orcl * 0
    09-JAN-2014 20:49:16 * service_update * orcl * 0
    Thu Jan 09 20:50:07 2014
    09-JAN-2014 20:50:07 * service_update * orcl * 0
    09-JAN-2014 20:50:31 * service_update * orcl * 0
    09-JAN-2014 20:51:22 * service_update * orcl * 0
    09-JAN-2014 20:52:13 * service_update * orcl * 0
    09-JAN-2014 20:52:58 * service_update * orcl * 0
    09-JAN-2014 20:53:49 * service_update * orcl * 0
    09-JAN-2014 20:54:34 * service_update * orcl * 0
    09-JAN-2014 20:54:40 * service_update * orcl * 0
    09-JAN-2014 20:55:31 * service_update * orcl * 0
    09-JAN-2014 20:55:34 * service_update * orcl * 0
    09-JAN-2014 20:56:25 * service_update * orcl * 0
    09-JAN-2014 20:57:16 * service_update * orcl * 0
    09-JAN-2014 20:58:01 * service_update * orcl * 0
    09-JAN-2014 20:58:52 * service_update * orcl * 0
    09-JAN-2014 20:59:37 * service_update * orcl * 0
    09-JAN-2014 21:00:22 * service_update * orcl * 0
    09-JAN-2014 21:00:31 * service_update * orcl * 0
    09-JAN-2014 21:01:07 * service_update * orcl * 0
    09-JAN-2014 21:01:58 * service_update * orcl * 0
    09-JAN-2014 21:02:49 * service_update * orcl * 0
    09-JAN-2014 21:03:37 * service_update * orcl * 0
    09-JAN-2014 21:04:25 * service_update * orcl * 0
    09-JAN-2014 21:04:40 * service_update * orcl * 0
    09-JAN-2014 21:05:31 * service_update * orcl * 0
    09-JAN-2014 21:05:34 * service_update * orcl * 0
    09-JAN-2014 21:06:25 * service_update * orcl * 0
    Thu Jan 09 21:07:16 2014
    09-JAN-2014 21:07:16 * service_update * orcl * 0
    09-JAN-2014 21:08:01 * service_update * orcl * 0
    09-JAN-2014 21:08:46 * service_update * orcl * 0
    09-JAN-2014 21:08:55 * service_update * orcl * 0
    09-JAN-2014 21:09:01 * service_update * orcl * 0
    09-JAN-2014 21:09:52 * service_update * orcl * 0
    09-JAN-2014 21:10:37 * service_update * orcl * 0
    09-JAN-2014 21:11:28 * service_update * orcl * 0
    09-JAN-2014 21:12:19 * service_update * orcl * 0
    09-JAN-2014 21:13:04 * service_update * orcl * 0
    09-JAN-2014 21:13:55 * service_update * orcl * 0
    09-JAN-2014 21:14:40 * service_update * orcl * 0
    09-JAN-2014 21:15:25 * service_update * orcl * 0
    09-JAN-2014 21:15:34 * service_update * orcl * 0
    09-JAN-2014 21:16:25 * service_update * orcl * 0
    09-JAN-2014 21:16:58 * service_update * orcl * 0
    09-JAN-2014 21:17:40 * service_update * orcl * 0
    09-JAN-2014 21:17:55 * service_update * orcl * 0
    09-JAN-2014 21:18:40 * service_update * orcl * 0
    09-JAN-2014 21:19:31 * service_update * orcl * 0
    09-JAN-2014 21:20:25 * service_update * orcl * 0
    09-JAN-2014 21:20:37 * service_update * orcl * 0
    09-JAN-2014 21:20:40 * service_update * orcl * 0
    09-JAN-2014 21:21:31 * service_update * orcl * 0
    09-JAN-2014 21:22:22 * service_update * orcl * 0
    09-JAN-2014 21:23:07 * service_update * orcl * 0
    Thu Jan 09 21:23:58 2014
    09-JAN-2014 21:23:58 * service_update * orcl * 0
    09-JAN-2014 21:24:40 * service_update * orcl * 0
    09-JAN-2014 21:25:31 * service_update * orcl * 0
    09-JAN-2014 21:25:34 * service_update * orcl * 0
    09-JAN-2014 21:26:25 * service_update * orcl * 0
    09-JAN-2014 21:27:16 * service_update * orcl * 0
    09-JAN-2014 21:28:01 * service_update * orcl * 0
    09-JAN-2014 21:28:52 * service_update * orcl * 0
    09-JAN-2014 21:29:40 * service_update * orcl * 0
    09-JAN-2014 21:30:22 * service_update * orcl * 0
    09-JAN-2014 21:30:31 * service_update * orcl * 0
    09-JAN-2014 21:30:46 * service_update * orcl * 0
    09-JAN-2014 21:31:40 * service_update * orcl * 0
    09-JAN-2014 21:31:43 * service_update * orcl * 0
    09-JAN-2014 21:31:46 * service_update * orcl * 0
    09-JAN-2014 21:31:58 * service_update * orcl * 0
    09-JAN-2014 21:32:04 * service_update * orcl * 0
    09-JAN-2014 21:32:55 * service_update * orcl * 0
    09-JAN-2014 21:33:40 * service_update * orcl * 0
    09-JAN-2014 21:34:32 * service_update * orcl * 0
    09-JAN-2014 21:34:41 * service_update * orcl * 0
    09-JAN-2014 21:35:32 * service_update * orcl * 0
    09-JAN-2014 21:36:23 * service_update * orcl * 0
    09-JAN-2014 21:37:11 * service_update * orcl * 0
    09-JAN-2014 21:38:02 * service_update * orcl * 0
    09-JAN-2014 21:38:47 * service_update * orcl * 0
    09-JAN-2014 21:39:38 * service_update * orcl * 0
    09-JAN-2014 21:40:32 * service_update * orcl * 0
    09-JAN-2014 21:40:35 * service_update * orcl * 0
    Thu Jan 09 21:41:26 2014
    09-JAN-2014 21:41:26 * service_update * orcl * 0
    09-JAN-2014 21:42:14 * service_update * orcl * 0
    09-JAN-2014 21:43:02 * service_update * orcl * 0
    09-JAN-2014 21:43:05 * service_update * orcl * 0
    09-JAN-2014 21:43:08 * service_update * orcl * 0
    09-JAN-2014 21:43:56 * service_update * orcl * 0
    09-JAN-2014 21:44:41 * service_update * orcl * 0
    09-JAN-2014 21:45:29 * service_update * orcl * 0
    09-JAN-2014 21:45:32 * service_update * orcl * 0
    09-JAN-2014 21:46:20 * service_update * orcl * 0
    09-JAN-2014 21:47:11 * service_update * orcl * 0
    09-JAN-2014 21:48:02 * service_update * orcl * 0
    09-JAN-2014 21:48:53 * service_update * orcl * 0
    09-JAN-2014 21:49:41 * service_update * orcl * 0
    09-JAN-2014 21:50:32 * service_update * orcl * 0
    09-JAN-2014 21:51:23 * service_update * orcl * 0
    09-JAN-2014 21:51:56 * service_update * orcl * 0
    09-JAN-2014 21:52:47 * service_update * orcl * 0
    09-JAN-2014 21:53:32 * service_update * orcl * 0
    09-JAN-2014 21:53:35 * service_update * orcl * 0
    09-JAN-2014 21:54:17 * service_update * orcl * 0
    09-JAN-2014 21:54:41 * service_update * orcl * 0
    09-JAN-2014 21:55:02 * service_update * orcl * 0
    09-JAN-2014 21:55:05 * service_update * orcl * 0
    09-JAN-2014 21:55:08 * service_update * orcl * 0
    Thu Jan 09 23:01:25 2014
    09-JAN-2014 23:01:25 * service_update * orcl * 0
    09-JAN-2014 23:01:49 * service_update * orcl * 0
    09-JAN-2014 23:01:52 * service_update * orcl * 0
    09-JAN-2014 23:01:55 * service_update * orcl * 0
    09-JAN-2014 23:02:07 * service_update * orcl * 0
    09-JAN-2014 23:02:10 * service_update * orcl * 0
    09-JAN-2014 23:02:22 * service_update * orcl * 0
    09-JAN-2014 23:02:43 * service_update * orcl * 0
    09-JAN-2014 23:02:46 * service_update * orcl * 0
    09-JAN-2014 23:02:49 * service_update * orcl * 0
    09-JAN-2014 23:02:58 * service_update * orcl * 0
    09-JAN-2014 23:03:13 * service_update * orcl * 0
    09-JAN-2014 23:03:16 * service_update * orcl * 0
    09-JAN-2014 23:04:04 * service_update * orcl * 0
    09-JAN-2014 23:04:16 * service_update * orcl * 0
    09-JAN-2014 23:05:07 * service_update * orcl * 0
    09-JAN-2014 23:05:34 * service_update * orcl * 0
    09-JAN-2014 23:05:37 * service_update * orcl * 0
    09-JAN-2014 23:06:22 * service_update * orcl * 0
    09-JAN-2014 23:06:58 * service_update * orcl * 0
    09-JAN-2014 23:07:49 * service_update * orcl * 0
    09-JAN-2014 23:08:07 * service_update * orcl * 0
    09-JAN-2014 23:08:55 * service_update * orcl * 0
    09-JAN-2014 23:09:46 * service_update * orcl * 0
    09-JAN-2014 23:10:34 * service_update * orcl * 0
    09-JAN-2014 23:11:22 * service_update * orcl * 0
    09-JAN-2014 23:11:25 * service_update * orcl * 0
    09-JAN-2014 23:12:10 * service_update * orcl * 0
    09-JAN-2014 23:12:58 * service_update * orcl * 0
    09-JAN-2014 23:13:52 * service_update * orcl * 0
    09-JAN-2014 23:14:40 * service_update * orcl * 0
    09-JAN-2014 23:15:28 * service_update * orcl * 0
    09-JAN-2014 23:15:34 * service_update * orcl * 0
    09-JAN-2014 23:16:22 * service_update * orcl * 0
    09-JAN-2014 23:17:07 * service_update * orcl * 0
    09-JAN-2014 23:17:52 * service_update * orcl * 0
    Thu Jan 09 23:18:43 2014
    09-JAN-2014 23:18:43 * service_update * orcl * 0
    09-JAN-2014 23:19:34 * service_update * orcl * 0
    09-JAN-2014 23:20:25 * service_update * orcl * 0
    09-JAN-2014 23:20:34 * service_update * orcl * 0
    09-JAN-2014 23:21:25 * service_update * orcl * 0
    09-JAN-2014 23:22:10 * service_update * orcl * 0
    09-JAN-2014 23:23:01 * service_update * orcl * 0
    09-JAN-2014 23:23:52 * service_update * orcl * 0
    09-JAN-2014 23:23:55 * service_update * orcl * 0
    09-JAN-2014 23:23:58 * service_update * orcl * 0
    09-JAN-2014 23:24:28 * service_update * orcl * 0
    09-JAN-2014 23:24:31 * service_update * orcl * 0
    09-JAN-2014 23:24:52 * service_update * orcl * 0
    09-JAN-2014 23:25:40 * service_update * orcl * 0
    09-JAN-2014 23:25:43 * service_update * orcl * 0
    09-JAN-2014 23:25:46 * service_update * orcl * 0
    09-JAN-2014 23:26:31 * service_update * orcl * 0
    09-JAN-2014 23:27:19 * service_update * orcl * 0
    09-JAN-2014 23:28:10 * service_update * orcl * 0
    09-JAN-2014 23:29:01 * service_update * orcl * 0
    09-JAN-2014 23:29:52 * service_update * orcl * 0
    09-JAN-2014 23:30:31 * service_update * orcl * 0
    09-JAN-2014 23:30:46 * service_update * orcl * 0
    09-JAN-2014 23:31:25 * service_update * orcl * 0
    09-JAN-2014 23:32:04 * service_update * orcl * 0
    09-JAN-2014 23:32:52 * service_update * orcl * 0
    09-JAN-2014 23:33:43 * service_update * orcl * 0
    09-JAN-2014 23:34:34 * service_update * orcl * 0
    09-JAN-2014 23:35:22 * service_update * orcl * 0
    Thu Jan 09 23:35:34 2014
    09-JAN-2014 23:35:34 * service_update * orcl * 0
    09-JAN-2014 23:36:22 * service_update * orcl * 0
    09-JAN-2014 23:37:10 * service_update * orcl * 0
    09-JAN-2014 23:37:58 * service_update * orcl * 0
    09-JAN-2014 23:38:49 * service_update * orcl * 0
    09-JAN-2014 23:39:40 * service_update * orcl * 0
    09-JAN-2014 23:40:34 * service_update * orcl * 0
    09-JAN-2014 23:40:37 * service_update * orcl * 0
    09-JAN-2014 23:41:25 * service_update * orcl * 0
    09-JAN-2014 23:42:07 * service_update * orcl * 0
    09-JAN-2014 23:42:58 * service_update * orcl * 0
    09-JAN-2014 23:43:49 * service_update * orcl * 0
    09-JAN-2014 23:43:55 * service_update * orcl * 0
    09-JAN-2014 23:43:58 * service_update * orcl * 0
    09-JAN-2014 23:44:49 * service_update * orcl * 0
    09-JAN-2014 23:45:34 * service_update * orcl * 0
    09-JAN-2014 23:46:25 * service_update * orcl * 0
    09-JAN-2014 23:47:10 * service_update * orcl * 0
    09-JAN-2014 23:47:31 * service_update * orcl * 0
    09-JAN-2014 23:47:52 * service_update * orcl * 0
    09-JAN-2014 23:47:55 * service_update * orcl * 0
    09-JAN-2014 23:48:46 * service_update * orcl * 0
    09-JAN-2014 23:49:37 * service_update * orcl * 0
    09-JAN-2014 23:50:25 * service_update * orcl * 0
    09-JAN-2014 23:50:34 * service_update * orcl * 0
    09-JAN-2014 23:50:37 * service_update * orcl * 0
    09-JAN-2014 23:51:25 * service_update * orcl * 0
    09-JAN-2014 23:52:10 * service_update * orcl * 0
    Thu Jan 09 23:53:01 2014
    09-JAN-2014 23:53:01 * service_update * orcl * 0
    09-JAN-2014 23:53:52 * service_update * orcl * 0
    09-JAN-2014 23:54:43 * service_update * orcl * 0
    09-JAN-2014 23:54:46 * service_update * orcl * 0
    09-JAN-2014 23:54:49 * service_update * orcl * 0
    09-JAN-2014 23:54:52 * service_update * orcl * 0
    09-JAN-2014 23:54:55 * service_update * orcl * 0
    09-JAN-2014 23:55:40 * service_update * orcl * 0
    09-JAN-2014 23:56:28 * service_update * orcl * 0
    09-JAN-2014 23:57:13 * service_update * orcl * 0
    09-JAN-2014 23:58:04 * service_update * orcl * 0
    09-JAN-2014 23:58:58 * service_update * orcl * 0
    09-JAN-2014 23:59:46 * service_update * orcl * 0
    09-JAN-2014 23:59:52 * service_update * orcl * 0
    09-JAN-2014 23:59:55 * service_update * orcl * 0
    10-JAN-2014 00:00:34 * service_update * orcl * 0
    10-JAN-2014 00:01:07 * service_update * orcl * 0
    10-JAN-2014 00:01:13 * service_update * orcl * 0
    10-JAN-2014 00:01:25 * service_update * orcl * 0
    10-JAN-2014 00:02:01 * service_update * orcl * 0
    10-JAN-2014 00:02:52 * service_update * orcl * 0
    10-JAN-2014 00:02:58 * service_update * orcl * 0
    10-JAN-2014 00:03:01 * service_update * orcl * 0
    10-JAN-2014 00:03:49 * service_update * orcl * 0
    10-JAN-2014 00:04:40 * service_update * orcl * 0
    10-JAN-2014 00:05:28 * service_update * orcl * 0
    10-JAN-2014 00:05:34 * service_update * orcl * 0
    10-JAN-2014 00:05:37 * service_update * orcl * 0
    10-JAN-2014 00:05:40 * service_update * orcl * 0
    10-JAN-2014 00:06:28 * service_update * orcl * 0
    10-JAN-2014 00:07:13 * service_update * orcl * 0
    10-JAN-2014 00:08:04 * service_update * orcl * 0
    10-JAN-2014 00:08:55 * service_update * orcl * 0
    Fri Jan 10 00:09:46 2014
    10-JAN-2014 00:09:46 * service_update * orcl * 0
    10-JAN-2014 00:10:31 * service_update * orcl * 0
    10-JAN-2014 00:10:34 * service_update * orcl * 0
    10-JAN-2014 00:10:55 * service_update * orcl * 0
    10-JAN-2014 00:10:58 * service_update * orcl * 0
    10-JAN-2014 00:11:25 * service_update * orcl * 0
    10-JAN-2014 00:11:37 * service_update * orcl * 0
    10-JAN-2014 00:12:19 * service_update * orcl * 0
    10-JAN-2014 00:13:10 * service_update * orcl * 0
    10-JAN-2014 00:14:01 * service_update * orcl * 0
    10-JAN-2014 00:14:52 * service_update * orcl * 0
    10-JAN-2014 00:14:55 * service_update * orcl * 0
    10-JAN-2014 00:14:58 * service_update * orcl * 0
    10-JAN-2014 00:15:43 * service_update * orcl * 0
    10-JAN-2014 00:16:34 * service_update * orcl * 0
    10-JAN-2014 00:16:37 * service_update * orcl * 0
    10-JAN-2014 00:17:25 * service_update * orcl * 0
    10-JAN-2014 00:17:52 * service_update * orcl * 0
    10-JAN-2014 00:18:40 * service_update * orcl * 0
    10-JAN-2014 00:19:31 * service_update * orcl * 0
    10-JAN-2014 00:20:19 * service_update * orcl * 0
    10-JAN-2014 00:20:34 * service_update * orcl * 0
    10-JAN-2014 00:21:25 * service_update * orcl * 0
    10-JAN-2014 00:22:13 * service_update * orcl * 0
    10-JAN-2014 00:23:01 * service_update * orcl * 0
    10-JAN-2014 00:23:52 * service_update * orcl * 0
    10-JAN-2014 00:24:43 * service_update * orcl * 0
    10-JAN-2014 00:25:37 * service_update * orcl * 0
    Fri Jan 10 00:26:28 2014
    10-JAN-2014 00:26:28 * service_update * orcl * 0
    10-JAN-2014 00:27:13 * service_update * orcl * 0
    10-JAN-2014 00:28:04 * service_update * orcl * 0
    10-JAN-2014 00:28:55 * service_update * orcl * 0
    10-JAN-2014 00:29:43 * service_update * orcl * 0
    10-JAN-2014 00:30:28 * service_update * orcl * 0
    10-JAN-2014 00:30:34 * service_update * orcl * 0
    10-JAN-2014 00:30:49 * service_update * orcl * 0
    10-JAN-2014 00:31:25 * service_update * orcl * 0
    10-JAN-2014 00:32:10 * service_update * orcl * 0
    10-JAN-2014 00:32:19 * service_update * orcl * 0
    10-JAN-2014 00:33:10 * service_update * orcl * 0
    10-JAN-2014 00:33:34 * service_update * orcl * 0
    10-JAN-2014 00:33:55 * service_update * orcl * 0
    10-JAN-2014 00:33:58 * service_update * orcl * 0
    10-JAN-2014 00:34:47 * service_update * orcl * 0
    10-JAN-2014 00:34:59 * service_update * orcl * 0
    10-JAN-2014 00:35:41 * service_update * orcl * 0
    10-JAN-2014 00:35:59 * service_update * orcl * 0
    10-JAN-2014 00:36:02 * service_update * orcl * 0
    10-JAN-2014 00:36:05 * service_update * orcl * 0
    10-JAN-2014 00:36:53 * service_update * orcl * 0
    10-JAN-2014 00:37:38 * service_update * orcl * 0
    10-JAN-2014 00:37:42 * (CONNECT_DATA=(SERVICE_NAME=PDBORCL)(CID=(PROGRAM=C:\app\hasnaa\product\12.1.0\dbhome_1\BIN\sqlplus.exe)(HOST=HASNAA)(USER=hasnaa))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=50252)) * establish * PDBORCL * 0
    10-JAN-2014 00:37:44 * service_update * orcl * 0
    10-JAN-2014 00:38:20 * service_update * orcl * 0
    10-JAN-2014 00:39:11 * service_update * orcl * 0
    10-JAN-2014 00:39:17 * (CONNECT_DATA=(CID=(PROGRAM=SQL Developer)(HOST=__jdbc__)(USER=hasnaa))(SERVICE_NAME=PDBORCL)) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=50305)) * establish * PDBORCL * 0
    10-JAN-2014 00:39:20 * service_update * orcl * 0
    10-JAN-2014 00:40:11 * service_update * orcl * 0
    10-JAN-2014 00:40:29 * service_update * orcl * 0
    10-JAN-2014 00:40:35 * service_update * orcl * 0
    10-JAN-2014 00:40:38 * service_update * orcl * 0
    10-JAN-2014 00:41:26 * service_update * orcl * 0
    10-JAN-2014 00:41:32 * service_update * orcl * 0
    10-JAN-2014 00:42:20 * service_update * orcl * 0
    10-JAN-2014 00:43:08 * service_update * orcl * 0
    Fri Jan 10 00:43:59 2014
    10-JAN-2014 00:43:59 * service_update * orcl * 0
    10-JAN-2014 00:44:50 * service_update * orcl * 0
    10-JAN-2014 00:45:35 * service_update * orcl * 0
    10-JAN-2014 00:46:26 * service_update * orcl * 0
    10-JAN-2014 00:47:11 * service_update * orcl * 0
    10-JAN-2014 00:48:02 * service_update * orcl * 0
    10-JAN-2014 00:48:53 * service_update * orcl * 0
    10-JAN-2014 00:49:44 * service_update * orcl * 0
    10-JAN-2014 00:50:35 * service_update * orcl * 0
    10-JAN-2014 00:51:20 * service_update * orcl * 0
    10-JAN-2014 00:51:26 * service_update * orcl * 0
    10-JAN-2014 00:52:11 * service_update * orcl * 0
    10-JAN-2014 00:52:59 * service_update * orcl * 0
    10-JAN-2014 00:53:50 * service_update * orcl * 0
    10-JAN-2014 00:54:41 * service_update * orcl * 0
    10-JAN-2014 00:55:32 * service_update * orcl * 0
    10-JAN-2014 00:56:23 * service_update * orcl * 0
    10-JAN-2014 00:56:38 * service_update * orcl * 0
    10-JAN-2014 00:56:56 * service_update * orcl * 0
    10-JAN-2014 00:57:02 * service_update * orcl * 0
    10-JAN-2014 00:57:53 * service_update * orcl * 0
    10-JAN-2014 00:58:41 * service_update * orcl * 0
    10-JAN-2014 00:59:32 * service_update * orcl * 0
    10-JAN-2014 01:00:17 * service_update * orcl * 0
    10-JAN-2014 01:00:32 * service_update * orcl * 0
    Fri Jan 10 01:01:08 2014
    10-JAN-2014 01:01:08 * service_update * orcl * 0
    10-JAN-2014 01:01:26 * service_update * orcl * 0
    10-JAN-2014 01:02:08 * service_update * orcl * 0
    10-JAN-2014 01:02:59 * service_update * orcl * 0
    10-JAN-2014 01:03:50 * service_update * orcl * 0
    10-JAN-2014 01:04:41 * service_update * orcl * 0
    10-JAN-2014 01:05:29 * service_update * orcl * 0
    10-JAN-2014 01:05:35 * service_update * orcl * 0
    10-JAN-2014 01:06:26 * service_update * orcl * 0
    10-JAN-2014 01:07:14 * service_update * orcl * 0
    10-JAN-2014 01:07:35 * service_update * orcl * 0
    10-JAN-2014 01:08:26 * service_update * orcl * 0
    10-JAN-2014 01:09:17 * service_update * orcl * 0
    10-JAN-2014 01:10:05 * service_update * orcl * 0
    10-JAN-2014 01:10:35 * service_update * orcl * 0
    10-JAN-2014 01:11:26 * service_update * orcl * 0
    10-JAN-2014 01:12:17 * service_update * orcl * 0
    10-JAN-2014 01:12:53 * service_update * orcl * 0
    10-JAN-2014 01:13:38 * service_update * orcl * 0
    10-JAN-2014 01:14:29 * service_update * orcl * 0
    10-JAN-2014 01:15:14 * service_update * orcl * 0
    10-JAN-2014 01:15:32 * service_update * orcl * 0
    10-JAN-2014 01:16:20 * service_update * orcl * 0
    10-JAN-2014 01:17:05 * service_update * orcl * 0
    Fri Jan 10 01:17:50 2014
    10-JAN-2014 01:17:50 * service_update * orcl * 0
    10-JAN-2014 01:17:53 * service_update * orcl * 0
    10-JAN-2014 01:18:44 * service_update * orcl * 0
    10-JAN-2014 01:19:35 * service_update * orcl * 0
    10-JAN-2014 01:19:50 * service_update * orcl * 0
    10-JAN-2014 01:19:59 * service_update * orcl * 0
    10-JAN-2014 01:20:05 * service_update * orcl * 0
    10-JAN-2014 01:20:35 * service_update * orcl * 0
    10-JAN-2014 01:20:38 * service_update * orcl * 0
    10-JAN-2014 01:21:26 * service_update * orcl * 0
    10-JAN-2014 01:22:14 * service_update * orcl * 0
    10-JAN-2014 01:23:05 * service_update * orcl * 0
    10-JAN-2014 01:23:56 * service_update * orcl * 0
    10-JAN-2014 01:24:47 * service_update * orcl * 0
    10-JAN-2014 01:25:35 * service_update * orcl * 0
    10-JAN-2014 01:26:26 * service_update * orcl * 0
    10-JAN-2014 01:27:17 * service_update * orcl * 0
    10-JAN-2014 01:28:08 * service_update * orcl * 0
    10-JAN-2014 01:28:59 * service_update * orcl * 0
    10-JAN-2014 01:29:50 * service_update * orcl * 0
    10-JAN-2014 01:30:32 * service_update * orcl * 0
    10-JAN-2014 01:30:47 * service_update * orcl * 0
    10-JAN-2014 01:31:26 * service_update * orcl * 0
    10-JAN-2014 01:32:11 * service_update * orcl * 0
    10-JAN-2014 01:32:59 * service_update * orcl * 0
    Fri Jan 10 05:33:54 2014
    10-JAN-2014 05:33:54 * service_update * orcl * 0
    10-JAN-2014 05:34:06 * service_update * orcl * 0
    10-JAN-2014 05:34:18 * service_update * orcl * 0
    10-JAN-2014 05:34:21 * service_update * orcl * 0
    10-JAN-2014 05:34:27 * service_update * orcl * 0
    10-JAN-2014 05:34:39 * service_update * orcl * 0
    10-JAN-2014 05:34:45 * service_update * orcl * 0
    10-JAN-2014 05:35:06 * service_update * orcl * 0
    10-JAN-2014 05:35:09 * service_update * orcl * 0
    10-JAN-2014 05:35:15 * service_update * orcl * 0
    10-JAN-2014 05:35:39 * service_update * orcl * 0
    10-JAN-2014 05:35:42 * service_update * orcl * 0
    10-JAN-2014 05:35:45 * service_update * orcl * 0
    10-JAN-2014 05:36:33 * service_update * orcl * 0
    10-JAN-2014 05:37:24 * service_update * orcl * 0
    10-JAN-2014 05:38:15 * service_update * orcl * 0
    10-JAN-2014 05:39:03 * service_update * orcl * 0
    10-JAN-2014 05:39:48 * service_update * orcl * 0
    10-JAN-2014 05:40:33 * service_update * orcl * 0
    10-JAN-2014 05:41:24 * service_update * orcl * 0
    10-JAN-2014 05:42:15 * service_update * orcl * 0
    10-JAN-2014 05:43:06 * service_update * orcl * 0
    10-JAN-2014 05:43:54 * service_update * orcl * 0
    10-JAN-2014 05:44:36 * service_update * orcl * 0
    10-JAN-2014 05:45:27 * service_update * orcl * 0
    10-JAN-2014 05:45:36 * service_update * orcl * 0
    10-JAN-2014 05:46:27 * service_update * orcl * 0
    10-JAN-2014 05:47:15 * service_update * orcl * 0
    10-JAN-2014 05:48:09 * service_update * orcl * 0
    10-JAN-2014 05:48:57 * service_update * orcl * 0
    10-JAN-2014 05:49:42 * service_update * orcl * 0
    10-JAN-2014 05:50:33 * service_update * orcl * 0
    Fri Jan 10 05:51:24 2014
    10-JAN-2014 05:51:24 * service_update * orcl * 0
    10-JAN-2014 05:52:15 * service_update * orcl * 0
    10-JAN-2014 05:52:48 * service_update * orcl * 0
    10-JAN-2014 05:53:39 * service_update * orcl * 0
    10-JAN-2014 05:53:54 * service_update * orcl * 0
    10-JAN-2014 05:54:39 * service_update * orcl * 0
    10-JAN-2014 05:55:30 * service_update * orcl * 0
    10-JAN-2014 05:55:33 * service_update * orcl * 0
    10-JAN-2014 05:56:24 * service_update * orcl * 0
    10-JAN-2014 05:57:15 * service_update * orcl * 0
    10-JAN-2014 05:57:33 * service_update * orcl * 0
    10-JAN-2014 05:58:06 * service_update * orcl * 0
    10-JAN-2014 05:58:09 * service_update * orcl * 0
    10-JAN-2014 05:59:00 * service_update * orcl * 0
    10-JAN-2014 05:59:45 * service_update * orcl * 0
    10-JAN-2014 06:00:30 * service_update * orcl * 0
    10-JAN-2014 06:00:33 * service_update * orcl * 0
    10-JAN-2014 06:00:36 * service_update * orcl * 0
    10-JAN-2014 06:01:09 * service_update * orcl * 0
    10-JAN-2014 06:02:00 * service_update * orcl * 0
    10-JAN-2014 06:02:51 * service_update * orcl * 0
    10-JAN-2014 06:03:15 * service_update * orcl * 0
    10-JAN-2014 06:03:54 * service_update * orcl * 0
    10-JAN-2014 06:04:39 * service_update * orcl * 0
    10-JAN-2014 06:05:30 * service_update * orcl * 0
    10-JAN-2014 06:05:33 * service_update * orcl * 0
    10-JAN-2014 06:06:21 * service_update * orcl * 0
    10-JAN-2014 06:07:09 * service_update * orcl * 0
    10-JAN-2014 06:08:00 * service_update * orcl * 0
    Fri Jan 10 06:08:51 2014
    10-JAN-2014 06:08:51 * service_update * orcl * 0
    10-JAN-2014 06:09:39 * service_update * orcl * 0
    10-JAN-2014 06:10:30 * service_update * orcl * 0
    10-JAN-2014 06:10:33 * service_update * orcl * 0
    10-JAN-2014 06:11:21 * service_update * orcl * 0
    10-JAN-2014 06:12:09 * service_update * orcl * 0
    10-JAN-2014 06:12:57 * service_update * orcl * 0
    10-JAN-2014 06:13:45 * service_update * orcl * 0
    10-JAN-2014 06:13:54 * service_update * orcl * 0
    10-JAN-2014 06:14:42 * service_update * orcl * 0
    10-JAN-2014 06:15:27 * service_update * orcl * 0
    10-JAN-2014 06:15:33 * service_update * orcl * 0
    10-JAN-2014 06:16:21 * service_update * orcl * 0
    10-JAN-2014 06:17:12 * service_update * orcl * 0
    10-JAN-2014 06:17:51 * service_update * orcl * 0
    10-JAN-2014 06:18:42 * service_update * orcl * 0
    10-JAN-2014 06:19:27 * service_update * orcl * 0
    10-JAN-2014 06:20:12 * service_update * orcl * 0
    10-JAN-2014 06:20:33 * service_update * orcl * 0
    10-JAN-2014 06:20:36 * service_update * orcl * 0
    10-JAN-2014 06:21:06 * service_update * orcl * 0
    10-JAN-2014 06:21:12 * service_update * orcl * 0
    10-JAN-2014 06:22:03 * service_update * orcl * 0
    10-JAN-2014 06:22:51 * service_update * orcl * 0
    10-JAN-2014 06:23:42 * service_update * orcl * 0
    10-JAN-2014 06:23:54 * service_update * orcl * 0
    10-JAN-2014 06:24:36 * service_update * orcl * 0
    10-JAN-2014 06:25:27 * service_update * orcl * 0
    Fri Jan 10 06:25:36 2014
    10-JAN-2014 06:25:36 * service_update * orcl * 0
    10-JAN-2014 06:26:24 * service_update * orcl * 0
    10-JAN-2014 06:27:12 * service_update * orcl * 0
    10-JAN-2014 06:28:03 * service_update * orcl * 0
    10-JAN-2014 06:28:54 * service_update * orcl * 0
    10-JAN-2014 06:29:42 * service_update * orcl * 0
    10-JAN-2014 06:30:24 * service_update * orcl * 0
    10-JAN-2014 06:30:48 * service_update * orcl * 0
    10-JAN-2014 06:31:39 * service_update * orcl * 0
    10-JAN-2014 06:32:27 * service_update * orcl * 0
    10-JAN-2014 06:33:18 * service_update * orcl * 0
    10-JAN-2014 06:33:54 * service_update * orcl * 0
    10-JAN-2014 06:34:33 * service_update * orcl * 0
    10-JAN-2014 06:35:24 * service_update * orcl * 0
    10-JAN-2014 06:35:33 * service_update * orcl * 0
    10-JAN-2014 06:36:24 * service_update * orcl * 0
    10-JAN-2014 06:37:15 * service_update * orcl * 0
    10-JAN-2014 06:38:03 * service_update * orcl * 0
    10-JAN-2014 06:38:54 * service_update * orcl * 0
    10-JAN-2014 06:39:39 * service_update * orcl * 0
    10-JAN-2014 06:40:30 * service_update * orcl * 0
    10-JAN-2014 06:40:33 * service_update * orcl * 0
    10-JAN-2014 06:41:24 * service_update * orcl * 0
    10-JAN-2014 06:42:15 * service_update * orcl * 0
    Fri Jan 10 06:43:06 2014
    10-JAN-2014 06:43:06 * service_update * orcl * 0
    10-JAN-2014 06:43:27 * service_update * orcl * 0
    10-JAN-2014 06:43:54 * service_update * orcl * 0
    10-JAN-2014 06:44:12 * service_update * orcl * 0
    10-JAN-2014 06:44:57 * service_update * orcl * 0
    10-JAN-2014 06:45:39 * service_update * orcl * 0
    10-JAN-2014 06:46:27 * service_update * orcl * 0
    10-JAN-2014 06:47:06 * service_update * orcl * 0
    10-JAN-2014 06:47:54 * service_update * orcl * 0
    10-JAN-2014 06:48:39 * service_update * orcl * 0
    10-JAN-2014 06:49:24 * service_update * orcl * 0
    10-JAN-2014 06:49:30 * service_update * orcl * 0
    10-JAN-2014 06:49:33 * service_update * orcl * 0
    10-JAN-2014 06:50:21 * service_update * orcl * 0
    10-JAN-2014 06:50:36 * service_update * orcl * 0
    10-JAN-2014 06:51:27 * service_update * orcl * 0
    10-JAN-2014 06:52:15 * service_update * orcl * 0
    10-JAN-2014 06:53:06 * service_update * orcl * 0
    10-JAN-2014 06:53:39 * service_update * orcl * 0
    10-JAN-2014 06:53:54 * service_update * orcl * 0
    10-JAN-2014 06:54:42 * service_update * orcl * 0
    10-JAN-2014 06:55:33 * service_update * orcl * 0
    10-JAN-2014 06:56:24 * service_update * orcl * 0
    10-JAN-2014 06:57:12 * service_update * orcl * 0
    10-JAN-2014 06:58:00 * service_update * orcl * 0
    10-JAN-2014 06:58:48 * service_update * orcl * 0
    10-JAN-2014 06:59:36 * service_update * orcl * 0
    Fri Jan 10 07:00:21 2014
    10-JAN-2014 07:00:21 * service_update * orcl * 0
    10-JAN-2014 07:00:27 * service_update * orcl * 0
    10-JAN-2014 07:00:33 * service_update * orcl * 0
    10-JAN-2014 07:00:36 * service_update * orcl * 0
    10-JAN-2014 07:01:06 * service_update * orcl * 0
    10-JAN-2014 07:01:09 * service_update * orcl * 0
    10-JAN-2014 07:01:15 * service_update * orcl * 0
    10-JAN-2014 07:02:06 * service_update * orcl * 0
    10-JAN-2014 07:02:57 * service_update * orcl * 0
    10-JAN-2014 07:03:48 * service_update * orcl * 0
    10-JAN-2014 07:03:54 * service_update * orcl * 0
    10-JAN-2014 07:04:33 * service_update * orcl * 0
    10-JAN-2014 07:05:21 * service_update * orcl * 0
    10-JAN-2014 07:05:33 * service_update * orcl * 0
    10-JAN-2014 07:06:21 * service_update * orcl * 0
    10-JAN-2014 07:06:24 * service_update * orcl * 0
    10-JAN-2014 07:07:06 * service_update * orcl * 0
    10-JAN-2014 07:07:12 * service_update * orcl * 0
    10-JAN-2014 07:07:27 * service_update * orcl * 0
    10-JAN-2014 07:08:18 * service_update * orcl * 0
    10-JAN-2014 07:09:09 * service_update * orcl * 0
    10-JAN-2014 07:09:54 * service_update * orcl * 0
    10-JAN-2014 07:10:39 * service_update * orcl * 0
    10-JAN-2014 07:11:30 * service_update * orcl * 0
    10-JAN-2014 07:12:18 * service_update * orcl * 0
    10-JAN-2014 07:13:09 * service_update * orcl * 0
    10-JAN-2014 07:13:54 * service_update * orcl * 0
    10-JAN-2014 07:14:39 * service_update * orcl * 0
    10-JAN-2014 07:14:54 * service_update * orcl * 0
    10-JAN-2014 07:15:33 * service_update * orcl * 0
    10-JAN-2014 07:16:24 * service_update * orcl * 0
    Fri Jan 10 07:17:15 2014
    10-JAN-2014 07:17:15 * service_update * orcl * 0
    10-JAN-2014 07:17:54 * service_update * orcl * 0
    10-JAN-2014 07:18:45 * service_update * orcl * 0
    10-JAN-2014 07:19:30 * service_update * orcl * 0
    10-JAN-2014 07:20:21 * service_update * orcl * 0
    10-JAN-2014 07:20:33 * service_update * orcl * 0
    10-JAN-2014 07:21:21 * service_update * orcl * 0
    10-JAN-2014 07:22:09 * service_update * orcl * 0
    10-JAN-2014 07:23:00 * service_update * orcl * 0
    10-JAN-2014 07:23:51 * service_update * orcl * 0
    10-JAN-2014 07:23:54 * service_update * orcl * 0
    10-JAN-2014 07:24:36 * service_update * orcl * 0
    10-JAN-2014 07:25:27 * service_update * orcl * 0
    10-JAN-2014 07:25:36 * service_update * orcl * 0
    10-JAN-2014 07:25:39 * service_update * orcl * 0
    10-JAN-2014 07:26:27 * service_update * orcl * 0
    10-JAN-2014 07:27:18 * service_update * orcl * 0
    10-JAN-2014 07:28:09 * service_update * orcl * 0
    10-JAN-2014 07:29:00 * service_update * orcl * 0
    10-JAN-2014 07:29:24 * service_update * orcl * 0
    10-JAN-2014 07:30:09 * service_update * orcl * 0
    10-JAN-2014 07:30:12 * service_update * orcl * 0
    10-JAN-2014 07:30:33 * service_update * orcl * 0
    10-JAN-2014 07:30:48 * service_update * orcl * 0
    10-JAN-2014 07:31:39 * service_update * orcl * 0
    10-JAN-2014 07:32:30 * service_update * orcl * 0
    10-JAN-2014 07:33:18 * service_update * orcl * 0
    10-JAN-2014 07:33:54 * service_update * orcl * 0
    Fri Jan 10 07:34:39 2014
    10-JAN-2014 07:34:39 * service_update * orcl * 0
    10-JAN-2014 07:35:30 * service_update * orcl * 0
    10-JAN-2014 07:36:18 * service_update * orcl * 0
    10-JAN-2014 07:37:09 * service_update * orcl * 0
    10-JAN-2014 07:37:30 * service_update * orcl * 0
    10-JAN-2014 07:38:18 * service_update * orcl * 0
    10-JAN-2014 07:39:06 * service_update * orcl * 0
    10-JAN-2014 07:39:54 * service_update * orcl * 0
    10-JAN-2014 07:40:39 * service_update * orcl * 0
    10-JAN-2014 07:41:30 * service_update * orcl * 0
    10-JAN-2014 07:42:21 * service_update * orcl * 0
    10-JAN-2014 07:43:09 * service_update * orcl * 0
    10-JAN-2014 07:43:45 * service_update * orcl * 0
    10-JAN-2014 07:43:54 * service_update * orcl * 0
    10-JAN-2014 07:44:39 * service_update * orcl * 0
    10-JAN-2014 07:45:27 * service_update * orcl * 0
    10-JAN-2014 07:45:33 * service_update * orcl * 0
    10-JAN-2014 07:46:21 * service_update * orcl * 0
    10-JAN-2014 07:47:09 * service_update * orcl * 0
    10-JAN-2014 07:48:00 * service_update * orcl * 0
    10-JAN-2014 07:48:51 * service_update * orcl * 0
    System parameter file is C:\app\hasnaa\product\12.1.0\dbhome_1\network\admin\listener.ora
    Log messages written to C:\app\hasnaa\diag\tnslsnr\hasnaa\listener\alert\log.xml
    Trace information written to C:\app\hasnaa\diag\tnslsnr\hasnaa\listener\trace\ora_3068_2196.trc
    Trace level is currently 0
    Started with pid=3068
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=hasnaa)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    Error listening on: (ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521))
    10-JAN-2014 12:43:12 * service_register * orcl * 12542
    TNS-12542: TNS:address already in use
    TNS-12560: TNS:protocol adapter error
      TNS-00512: Address already in use
       64-bit Windows Error: 48: Unknown error
    10-JAN-2014 12:43:15 * service_update * orcl * 0
    10-JAN-2014 12:43:18 * service_update * orcl * 0
    10-JAN-2014 12:43:21 * service_update * orcl * 0
    10-JAN-2014 12:43:45 * service_update * orcl * 0
    10-JAN-2014 12:43:48 * service_update * orcl * 0
    10-JAN-2014 12:43:57 * service_update * orcl * 0
    10-JAN-2014 12:44:24 * service_update * orcl * 0
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcps)(HOST=hasnaa)(PORT=5500))(Security=(my_wallet_directory=C:\APP\HASNAA\admin\orcl\xdb_wallet))(Presentation=HTTP)(Session=RAW))
    10-JAN-2014 12:44:31 * service_update * orcl * 0
    10-JAN-2014 12:44:34 * service_update * orcl * 0
    10-JAN-2014 12:44:52 * service_update * orcl * 0
    10-JAN-2014 12:44:55 * service_update * orcl * 0
    10-JAN-2014 12:45:19 * service_update * orcl * 0
    10-JAN-2014 12:45:25 * service_update * orcl * 0
    10-JAN-2014 12:45:28 * service_update * orcl * 0
    10-JAN-2014 12:45:31 * service_update * orcl * 0
    10-JAN-2014 12:45:34 * service_update * orcl * 0
    10-JAN-2014 12:45:37 * service_update * orcl * 0
    10-JAN-2014 12:46:22 * service_update * orcl * 0
    10-JAN-2014 12:47:13 * service_update * orcl * 0
    10-JAN-2014 12:48:04 * service_update * orcl * 0
    10-JAN-2014 12:48:07 * service_update * orcl * 0
    10-JAN-2014 12:48:10 * service_update * orcl * 0
    10-JAN-2014 12:48:58 * service_update * orcl * 0
    10-JAN-2014 12:49:49 * service_update * orcl * 0
    10-JAN-2014 12:50:37 * service_update * orcl * 0
    10-JAN-2014 12:51:22 * service_update * orcl * 0
    10-JAN-2014 12:52:13 * service_update * orcl * 0
    10-JAN-2014 12:53:04 * service_update * orcl * 0
    10-JAN-2014 12:53:52 * service_update * orcl * 0
    10-JAN-2014 12:53:58 * service_update * orcl * 0
    10-JAN-2014 12:54:40 * service_update * orcl * 0
    10-JAN-2014 12:55:31 * service_update * orcl * 0
    10-JAN-2014 12:55:34 * service_update * orcl * 0
    10-JAN-2014 12:56:25 * service_update * orcl * 0
    10-JAN-2014 12:57:16 * service_update * orcl * 0
    Fri Jan 10 12:58:07 2014
    10-JAN-2014 12:58:07 * service_update * orcl * 0
    10-JAN-2014 12:58:58 * service_update * orcl * 0
    10-JAN-2014 12:59:49 * service_update * orcl * 0
    10-JAN-2014 13:00:34 * service_update * orcl * 0
    10-JAN-2014 13:01:07 * service_update * orcl * 0
    10-JAN-2014 13:01:49 * service_update * orcl * 0
    10-JAN-2014 13:02:28 * service_update * orcl * 0
    10-JAN-2014 13:03:19 * service_update * orcl * 0
    10-JAN-2014 13:03:58 * service_update * orcl * 0
    10-JAN-2014 13:04:46 * service_update * orcl * 0
    10-JAN-2014 13:05:34 * service_update * orcl * 0
    10-JAN-2014 13:06:22 * service_update * orcl * 0
    10-JAN-2014 13:07:13 * service_update * orcl * 0
    10-JAN-2014 13:07:40 * service_update * orcl * 0
    10-JAN-2014 13:07:55 * service_update * orcl * 0
    10-JAN-2014 13:08:43 * service_update * orcl * 0
    10-JAN-2014 13:09:28 * service_update * orcl * 0
    10-JAN-2014 13:10:16 * service_update * orcl * 0
    10-JAN-2014 13:10:37 * service_update * orcl * 0
    10-JAN-2014 13:11:22 * service_update * orcl * 0
    10-JAN-2014 13:11:31 * service_update * orcl * 0
    10-JAN-2014 13:12:22 * service_update * orcl * 0
    Fri Jan 10 13:45:11 2014
    10-JAN-2014 13:45:11 * service_update * orcl * 0
    10-JAN-2014 13:45:17 * service_update * orcl * 0
    10-JAN-2014 13:45:23 * service_update * orcl * 0
    Sat Jan 11 00:34:19 2014
    11-JAN-2014 00:34:19 * service_update * orcl * 0
    11-JAN-2014 00:34:22 * service_update * orcl * 0
    11-JAN-2014 00:34:28 * service_update * orcl * 0
    11-JAN-2014 00:34:31 * service_update * orcl * 0
    11-JAN-2014 00:34:37 * service_update * orcl * 0
    11-JAN-2014 00:35:01 * service_update * orcl * 0
    11-JAN-2014 00:35:07 * service_update * orcl * 0
    11-JAN-2014 00:35:13 * service_update * orcl * 0
    11-JAN-2014 00:35:34 * service_update * orcl * 0
    11-JAN-2014 00:36:10 * service_update * orcl * 0
    11-JAN-2014 00:36:19 * service_update * orcl * 0
    11-JAN-2014 00:37:10 * service_update * orcl * 0
    11-JAN-2014 00:37:58 * service_update * orcl * 0
    11-JAN-2014 00:38:52 * service_update * orcl * 0
    11-JAN-2014 00:39:37 * service_update * orcl * 0
    11-JAN-2014 00:39:58 * service_update * orcl * 0
    11-JAN-2014 00:40:43 * service_update * orcl * 0
    11-JAN-2014 00:41:28 * service_update * orcl * 0
    11-JAN-2014 00:42:19 * service_update * orcl * 0
    11-JAN-2014 00:43:07 * service_update * orcl * 0
    11-JAN-2014 00:43:58 * service_update * orcl * 0
    11-JAN-2014 00:44:19 * service_update * orcl * 0
    11-JAN-2014 00:45:07 * service_update * orcl * 0
    11-JAN-2014 00:45:34 * service_update * orcl * 0
    11-JAN-2014 00:46:25 * service_update * orcl * 0
    11-JAN-2014 00:47:13 * service_update * orcl * 0
    11-JAN-2014 00:48:04 * service_update * orcl * 0
    11-JAN-2014 00:48:55 * service_update * orcl * 0
    11-JAN-2014 00:49:40 * service_update * orcl * 0
    11-JAN-2014 00:49:52 * service_update * orcl * 0
    11-JAN-2014 00:50:34 * service_update * orcl * 0
    Sat Jan 11 00:51:25 2014
    11-JAN-2014 00:51:25 * service_update * orcl * 0
    11-JAN-2014 00:52:13 * service_update * orcl * 0
    11-JAN-2014 00:53:04 * service_update * orcl * 0
    11-JAN-2014 00:53:55 * service_update * orcl * 0
    11-JAN-2014 00:54:19 * service_update * orcl * 0
    11-JAN-2014 00:55:04 * service_update * orcl * 0
    11-JAN-2014 00:55:34 * service_update * orcl * 0
    11-JAN-2014 00:56:25 * service_update * orcl * 0
    11-JAN-2014 00:57:16 * service_update * orcl * 0
    11-JAN-2014 00:57:28 * service_update * orcl * 0
    11-JAN-2014 00:57:34 * service_update * orcl * 0
    11-JAN-2014 00:58:25 * service_update * orcl * 0
    11-JAN-2014 00:58:31 * service_update * orcl * 0
    11-JAN-2014 00:59:19 * service_update * orcl * 0
    11-JAN-2014 01:00:04 * service_u

  • Oracle Forms 11g - ORA-12154: TNS error

    Okay, before I post my info, I searched and searched everywhere via Google, OTN, Experts-Exchange, etc...to try to figure this one out and I'm stumped. So here goes. I get the dreaded "*ORA-12154: TNS:could not resolve the connect identifier specified*" error. Here's my environment:
    Server: Red Hat Enterprise Linux 5 version runs the following:
    Oracle Database 11g (Rel 1): 11.2.0.10
    Oracle Fusion Middleware Forms Server 11g (Rel. 11.1.1.2.0)
    I can connect via SQL+ no problem
    Client: My Windows XP Professional PC.
    I can TNSPING the database SID no problem.
    I can connect via SQL+ no problem
    I can connect via TOAD to the db no problem
    I can connect to Oracle Enterprise Manager via the web interface no problem
    I do have 2 Oracle Homes (Oracle 8.0.6, Oracle 11.1.0.1) on my PC. Currently the current home is the 11g one. I do have my paths on my PC setup fine.
    The problem is when I try to run a sample form via the web I created, the login prompt comes up and I enter my username/password/database SID and that's when I get the error. Any clues as to what I should look for? Eventually this will be an app that all the users will be accessing and they shouldn't have to worry about having anything setup on their PCs.
    Thanks

    ashosheh wrote:
    Also keep in mind that tnsnames.ora file in forms 11g is under $ORACLE_INSTANCE/configBINGO!!!!!!!!!! We have a winner! Thank you so much "ashosheh". I looked and there WAS a tnsnames in the directory "Oracle/Middleware/asinst_1/config"....*BUT* it was a sample one. Meaning there was no entry just comments showing you a sample version of a TNS Names entry. So I copied my entry from another TNSNAMES and put it in there and voila...I was able to connect.
    Thank you very much. This was driving me nutz all of last week!
    Gio

  • ORA-12154 in new oracle client installation (ASP applications)

    Hello,
    I've got a test server with an Oracle 10.2 client that has some web services running on it. They connect using the oracle client to a database in another server. Untill this morning they were working great but then I has some trouble and I had to reinstall the Oracle client again. Now I have installed once any Web Service tries to open a connection to my oracle database I get an ORA-12154.
    I've tried to run (in my test server) a simple console application that opens a connection to the same database with the same connectionstring and queries a table and it works great, so I think that there might be some problem with asp.net applications or something like that....
    Does somebody know how can I solve that??
    Thanks in advance!

    after you reinstall Oracle client, run netca to configure your tnsnames again. Or if you have copy of old tnsnames.ora file put under new client ORACLE_HOME/network/admin

Maybe you are looking for