ORA-12154 Developer 6

I need advice on resolving ORA-12154 while trying to
connect to a database using developer 6 ( Win NT 4.0
install using SP5 - standalone machine ).
I've installed :
Oracle 8i ( home - OraHome81 ) - :\Oracle\Ora81
Oracle Client ( home - OraClient ) - :\Oracle\Ora81Client
Oracle OEM ( home - OraOEM ) - :\Oracle\OraOEM
When I installed developer it needed to be installed
as :\Oracle\Oradev
I have a starter database and have configured it with
Net 8 easy config, the connection test ran O.K.
However when trying to connect to the database from
developer I received an ORA-12154.
I've checked technet.oracle.com and looked at document id
'106355.243 WIN:ORA-12154 and SQL*NETV2' for any advice.
The TNS listner and the database have been started in the
Oracle services.
The TNSNAMES.ORA file exists but I'm not sure of the
correct location.
Help please !
null

<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>hope this will help</title>
</head>
<body>
<p>hope this will help, i had this same problem and looked up the site with for
a solution, got some good <br>
tips, but nothing seemed to work............well there are two solutions, stated
below<br>
<br>
first my system and its configuration, <br>
i'am using oracle 9i enterprise installer and developer suite 6i, on windows nt
OS with the following <br>
hdd's......<br>
c drive fat, 55mb, OS loader drive (for future multi-boots OS's )<br>
d drive, ntfs, 16gb, contains the OS and programs etc<br>
e drive, ntfs, 8gb, dedicated to hold oracle db<br>
the original installation: the e drive held all data and code for the oracle
database server and <br>
developer suite<br>
in other words, the e drive contained both the homes, the database and developer
homes (under e:\oracle)<br>
the d drive held all installation requirements and logs<br>
under d:\program files\oracle<br>
<br>
first soln, least head-breaking, requires a definite amount of time, not more
then usual, not less then <br>
usual<br>
clean restart, <br>
removed all the oracle services installed into nt ( namely used a freeware prog
called Service+ )<br>
delete everything under HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE key<br>
using regedit ( be very careful what u do in regedit, there is no recovery here
)<br>
and cleared all files under e:\oracle dir ( need a reboot to remove all files,
some wont delete coz they <br>
are still active and loaded )<br>
also cleared everything under d:\program files\oracle so that the next new
installation doesn't know of the <br>
previous one<br>
after doing that, rebooted, and re-installed the database server - 9i enterprise
and then installed the <br>
typical forms developer 6i suite ( no forms server as of yet)<br>
after doing all this, the db's client (sqlplus) was able to connect to the
server, but the forms client <br>
(another sqlplus, under the developer home) wasn't able to connect.<br>
to solve that, went to E:\oracle\ora90\network\ADMIN<br>
( i.e. [ORACLE_HOME]\network\ADMIN ) and copied listener.ora, sqlnet.ora and
tnsnames.ora into <br>
E:\oracle\ora90\dev6i\NET80\ADMIN ( i.e. [DEVELOPER_HOME]\net80\ADMIN )<br>
and all problems were solved<br>
<br>
the other method, could b faster, but also could take forever, depend on ur
'luck', but definitely more <br>
head breaking, is to replace the '.ora' files with the info provided below, <br>
here are what my files contain at the moments ( and yes all works fine with em )<br>
1. LISTENER.ORA<br>
# LISTENER.ORA Network Configuration File: E:\oracle\ora90\network\admin\listener.ora<br>
# Generated by Oracle configuration tools.<br>
<br>
LISTENER =<br>
(DESCRIPTION_LIST =<br>
(DESCRIPTION =<br>
(ADDRESS_LIST =<br>
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))<br>
)<br>
(ADDRESS_LIST =<br>
(ADDRESS = (PROTOCOL = TCP)(<b>HOST = driven</b>)(PORT = 1521))<br>
)<br>
)<br>
)<br>
<br>
SID_LIST_LISTENER =<br>
(SID_LIST =<br>
(SID_DESC =<br>
(SID_NAME = PLSExtProc)<br>
(<b>ORACLE_HOME = E:\oracle\ora90</b>)<br>
(PROGRAM = extproc)<br>
)<br>
(SID_DESC =<br>
(<b>GLOBAL_DBNAME = drvn</b>)<br>
(<b>ORACLE_HOME = E:\oracle\ora90</b>)<br>
(<b>SID_NAME = drvn</b>)<br>
)<br>
)<br>
<br>
2. SQLNET.ORA<br>
# SQLNET.ORA Network Configuration File: E:\oracle\ora90\network\admin\sqlnet.ora<br>
# Generated by Oracle configuration tools.<br>
<br>
SQLNET.AUTHENTICATION_SERVICES= (NTS)<br>
<br>
NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)<br>
<br>
3. TNSNAMES.ORA<br>
# TNSNAMES.ORA Network Configuration File: E:\oracle\ora90\network\admin\tnsnames.ora<br>
# Generated by Oracle configuration tools.<br>
<br>
<b>DRVN</b> =<br>
(DESCRIPTION =<br>
(ADDRESS_LIST =<br>
(ADDRESS = (PROTOCOL = TCP)(<b>HOST = driven</b>)(PORT = 1521))<br>
)<br>
(CONNECT_DATA =<br>
(<b>SERVICE_NAME = drvn</b>)<br>
)<br>
)<br>
<br>
INST1_HTTP =<br>
(DESCRIPTION =<br>
(ADDRESS_LIST =<br>
(ADDRESS = (PROTOCOL = TCP)(<b>HOST = driven</b>)(PORT = 1521))<br>
)<br>
(CONNECT_DATA =<br>
(SERVER = SHARED)<br>
(SERVICE_NAME = MODOSE)<br>
(PRESENTATION = http://HRService)<br>
)<br>
)<br>
<br>
EXTPROC_CONNECTION_DATA =<br>
(DESCRIPTION =<br>
(ADDRESS_LIST =<br>
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))<br>
)<br>
(CONNECT_DATA =<br>
(SID = PLSExtProc)<br>
(PRESENTATION = RO)<br>
)<br>
)<br>
<br>
that's the end of it,  <br>
in the text above, where it says .......<br>
&gt;&gt; <b>HOST = driven</b> , replace <i>'driven'</i> with ur computers name, b4
reinstalling i had tried 127.0.0.1, but it <br>
didn't work, so just stick to the computer name ( to find ur computer name look
under &quot;Control Panel &gt; <br>
SYSTEM&quot; properties )<br>
&gt;&gt; <b>ORACLE_HOME = E:\oracle\ora90</b> , replace <i>'E:\oracle\ora90'</i> with
the folder that u have chosen <br>
on ur computer while installing the database server<br>
&gt;&gt; <b>GLOBAL_DBNAME = drvn</b> , replace <i>'drvn'</i> with the name of the db that u
have created<br>
&gt;&gt; <b>SID_NAME = drvn</b> , replace <i>'drvn'</i> with the SID that u stated while
installing the db server, if u <br>
havent modified the default, it will be the same as GLOBAL_DBNAME<br>
&gt;&gt; <b>SERVICE_NAME = drvn</b> , replace <i>'drvn'</i> with the service that u have
started, this can b located under <br>
&quot;Admin Tools &gt; Services&quot; look for a service begining with &quot;OracleService&quot; on my
computer it is <br>
&quot;OracleServiceDRVN&quot; where DRVN in the service name, to confirm the service name,
look at the services <br>
properities, it will something like &quot;Path to executable:- e:\oracle\ora90\bin\ORACLE.EXE
DRVN&quot; where <br>
'DRVN' was the service name<br>
if u used all defaults while installing, SERVICE_NAME, SID_NAME and
GLOBAL_DBNAME will all b the same<br>
<br>
just modify the files as stated above and place them in<br>
<b>[ORACLE_HOME]\network\ADMIN</b> and <b>[DEVELOPER_HOME]\net80\ADMIN</b><br>
<br>
hope that helps<br>
-df<br>
<br>
p.s.: to make sure have replaced all the instances, give a search for the <br>
following keywords one at a time<br>
1. driven<br>
2. drvn<br>
3. E:\oracle\ora90<br>
if the lookup fails, good, everything is in place and it should(will) work.<br>
 </p>
<p> </p>
</body>
</html>

Similar Messages

  • ORA-12154 after 10g Developer installed

    Guys
    Not seen any specific references to these exact circumstances, and this may be in the wrong forum, but please bear with me .....
    I've recently installed Oracle Developer Suite 10.1.2.0.2 on to my PC. Now, every time I try to connect to any Oracle database via PL/SQL Developer, Impromptu/Cognos etc, I get;
    ORA-12154: TNS:could not resolve the connect identifier specified
    Everything worked fine before the Developer install. As far as I can see my PC has exactly the same files and settings as before, as my old PC that was dumped a couple of weeks ago and as colleague's PCs who have not installed Oracle 10g Developer and are happily accessing databases.
    Is there something the install amends that may have impacted?? Something that I need to be aware of or accomodate??
    Thanks in advance for any help
    Ian

    You are about the 100000000 person with this problem.
    This problem occurs when not reading the installation manual, not trying to find out what is going on, and jumping to the Usenet or this forum rightaway to ask this boring question AGAIN.
    Why do people never pay attention? Why can't they be bothered to read the troubleshooting section in the Net administrators manual?
    Why does everyone need to be spoon fed.
    The answer is for the 100000001 time:
    You have installed Developer in a different Oracle_home, you now have TWO different tnsnames.ora, and you need either
    - to synchronize them
    or
    - to set TNS_ADMIN string variable in HKLM\software\oracle to the old tnsnames.ora directory.
    Can't anyone sue Bill Gates for causing a worldwide epidemia of laziness?
    Sybrand Bakker
    Senior Oracle DBA

  • Sql@loader-704  and ORA-12154: error messages when trying to load data with SQL Loader

    I have a data base with two tables that is used by Apex 4.2. One table has 800,000 records . The other has 7 million records
    The client recently upgraded from Apex 3.2 to Apex 4.2 . We exported/imported the data to the new location with no problems
    The source of the data is an old mainframe system; I needed to make changes to the source data and then load the tables.
    The first time I loaded the data i did it from a command line with SQL loader
    Now when I try to load the data I get this message:
    sql@loader-704 Internal error: ulconnect OCISERVERATTACH
    ORA-12154: tns:could not resolve the connect identifier specified
    I've searched for postings on these error message and they all seem to say that SQL Ldr can't find my TNSNAMES file.
    I am able to  connect and load data with SQL Developer; so SQL developer is able to find the TNSNAMES file
    However SQL Developer will not let me load a file this big
    I have also tried to load the file within Apex  (SQL Workshop/ Utilities) but again, the file is too big.
    So it seems like SQL Loader is the only option
    I did find one post online that said to set an environment variable with the path to the TNSNAMES file, but that didn't work..
    Not sure what else to try or where to look
    thanks

    Hi,
    You must have more than one tnsnames file or multiple installations of oracle. What i suggest you do (as I'm sure will be mentioned in ed's link that you were already pointed at) is the following (* i assume you are on windows?)
    open a command prompt
    set TNS_ADMIN=PATH_TO_DIRECTOT_THAT_CONTAINS_CORRECT_TNSNAMES_FILE (i.e. something like set TNS_ADMIN=c:\oracle\network\admin)
    This will tell oracle use the config files you find here and no others
    then try sqlldr user/pass@db (in the same dos window)
    see if that connects and let us know.
    Cheers,
    Harry
    http://dbaharrison.blogspot.com

  • Error while trying to retrieve text for errror ORA-12154

    Hi,
    I have an Oracle8 database installed and able to connect it from my Desktop running Windows 2000 Server.
    I have setup my PL/SQL developer ver 6 on my laptop running Windows XP Pro SP2 and the oracle client with Net8 service setup. Able to logon via sqlplus command.
    However, when i run the PL/SQL program and enter the logon info, it couldn't connect and prompt me this error.
    Thanks for your help in advance.
    Warmest regards,
    Tony Ang
    Singapore
    MSN: [email protected]

    Tony,
    Can you please post the error details that you are getting while connecting from PL/SQL developer.
    The error ORA-12154 is generaly TNS:could not resolve service name .
    Also perfrom these steps
    1)Verify that a tnsnames.ora file exists.
    2)Verify that there are not multiple copies of the tnsnames.ora file.
    3)In the tnsnames.ora file, verify that the net service name specified in your connect string is mapped to a connect descriptor.
    4)Verify that there are no duplicate copies of the sqlnet.ora file.
    5)If you are using domain names, verify that your sqlnet.ora file contains a NAMES.DEFAULT_DOMAIN parameter. If this parameter does not exist, you must specify the domain name in your connect string.
    6)If you are not using domain names, and this parameter exists, delete it or disable it by commenting it out.
    7)If you are connecting from a login dialog box, verify that you are not placing an "@" symbol before your connect net service name.
    Hope this helps.
    Thanks
    Rajeev

  • I got the error ORA-12154 trying to connect my app but not with the SQLplus

    Hello! i need your help,
    I have a client (Win XP SP2) and i'm trying to connect to the database in the server (Windows 2003, Oracle 10G) using the SQL plus, this is ok, but i try to do it throught the application developed in Developer 6i and i cannot, i got the error: ORA-12154 TNS:could not resolve service name. I tried to solve it by setting the env. var TNS_ADMIN and i still have the same error.
    Could anyone help me?, please

    Hi,
    Check for following file TNSNAMES.ORA at location;
    C:\<Forms-directory>\NET80\ADMIN
    See, if your service name is added to your file. If not then add a new entry like;
    gsm.world =
    (DESCRIPTION =
    (ADDRESS = (COMMUNITY = tcp)(PROTOCOL = TCP)(Host = 10.0.1.22)(Port = 1521))
    (CONNECT_DATA = (SID = gsm))
    Where:
    gsm.world = your service through which you connect to databse.
    Host = ip address of machine where oracle server is running.
    sid = name of your database
    If you already have entry of service in TNSNAMES.ora file then paste you service here as is did , so that we can check because the error you are facing is only due to service problem. Please update........

  • 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 Error

    Hi there,
    I am having a problem connecting to a database that we have just created on a new server. The connection is fine using SQL*PLus, Enterprise Manager or SQL Developer, but we have an application that connects to this database sitting on the same server and this returns the error listed above. The username / pwd etc are all correct in the config file, and is a .NET app, but I cannot understand why it won't connect. I am using the standard oracle client (Oracle.Client) in .NET, the only real difference is that I am running the software on a x64 OS, could this be causing a problem?
    Many thanks for any help that you might be able to provide
    Dan

    Hi Dan,
    It sounds like the local sqlnet.ora or listener.ora file is wrong . . .
    The ORA-12154 is a very common error, always related to your local copy of the tnsnames.ora file, your listener configuration and your database name aliases.
    Make sure that your listener is listening for the same service name that you are using.
    Your service name might have an alias, so check for global (world) entries and local entries. Check $ORACLE_HOME/network/admin/tnsnames.ora.
    Check your global_name setting with this SQL:
    select * from global_name;
    The query value should match your init.ora parms for db_name and db_domain, You can change the global_name with an alter database commend, as follows:
    alter database rename global_name to xxx;
    ORA-12154: 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.

  • 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 on OCIServerAttach

    Hi!
    I get an ORA 12154 when calling OCIServerAttach. The OCIEnvCreateand two OCIHandleAlloc calls are OK. This setup used to work with 32bit pcs. But on 64bit pcs the troubles arise.
    If we do tnsping on the the same server name, it responds. So I can't quite see that anything should be wrong with the setup so far? Why can't my program find the same connection as tnsping? If there where syntax errors in sqlnames.ora, tnsnames.ora the tnsping wouldn't work, I guess?
    Suggestions on where to look are very welcome!
    Best regards,
    Knut

    Hi,
    This forum is for "Oracle Developer Tools for Visual Studio", which is an actual product for a plugin for VS.
    You're probably looking for the OCI forum.. Oracle Call Interface (OCI) .
    Apart from TNSPing, does SQLPLUS connect without issue? And there's only a single home on this box so we're sure it's not a multiple home issue? If you have multiple homes, you need to create tnsnames.ora for each.
    What version of client are you using? There is a known issue with older versions of Oracle client where a 32 bit app on a 64 bit box would get a 12154 if the app location was in a path that contained parenthesis (c:\program files (x86)) for example. It's not a 32 bit problem per se, just that 32 bit apps usually install by default to (x86) location. If that's the issue you're running into, current versions of client don't have that problem, or just install the app to a path without parens.
    Hope it helps,
    Greg

  • 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

  • PLEASE HELP!!!!!!! ORA-12154

    I installed Oracle10g XE on my laptop on VISTA.
    Im able to connect to sqlplus using -> sqlplus system/password@XE
    Then i installed PL/SQL developer and Im NOT ABLE TO CONNECT with the same credentials. Throws me error: ORA-12154:TNS:Could not resolve the connect identifier Specified
    2. My Listener status is:
    C:\Users\avishek>lsnrctl status
    4. My LSNRCTL for 32-bit Windows:
    Version 10.2.0.1.0 - Production on 05-JUN-2008 23:47:12
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date 05-JUN-2008 22:03:03
    Uptime 0 days 1 hr. 44 min. 9 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\oraclexe\app\oracle\product\10.2.0\server\network\a
    dmin\listener.ora
    Listener Log File C:\oraclexe\app\oracle\product\10.2.0\server\network\l
    og\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=AvisLaptop)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=8080))(Presentation=
    HTTP)(Session=RAW))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "XEXDB" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    Service "XE_XPT" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    Service "xe" has 1 instance(s).
    Instance "xe", status READY, has 1 handler(s) for this service...
    The command completed successfully
    4. My TNSNAMES.ora is:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = AvisLaptop)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    5. My SQLNET.ora has this entry:
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    6. My listener.ora entry is:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = AvisLaptop)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    7. I ve only one copy of each of the above mentioned .ora files
    8. PLEASE HELP!!!!!!!
    9. thanks in advance

    Hi Peter
    Thanks for ur reply!
    1. I jus have one Oracle Home installed on my laptop (vista). there is jus one ORACLE_HOME Environment variable! Only one installation of oracle!!!!
    2. Yes, I did try to connect thru Sqlplus and Im able to connect.
    3. listener log is:
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 06-JUN-2008 00:53:44
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\listener.ora
    Log messages written to C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Trace information written to C:\oraclexe\app\oracle\product\10.2.0\server\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=2768
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=AvisLaptop)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    06-JUN-2008 00:53:48 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=avishek))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * status * 0
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=AvisLaptop)(PORT=1521)))
    Listener completed notification to CRS on stop
    06-JUN-2008 00:53:48 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=avishek))(COMMAND=stop)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=169869568)) * stop * 0
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 06-JUN-2008 00:53:52
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\listener.ora
    Log messages written to C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Trace information written to C:\oraclexe\app\oracle\product\10.2.0\server\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=2328
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=AvisLaptop)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    06-JUN-2008 00:54:23 * service_register * xe * 0
    06-JUN-2008 00:55:29 * service_update * xe * 0
    06-JUN-2008 00:55:31 * service_update * xe * 0
    06-JUN-2008 00:55:33 * service_died * xe * 12537
    06-JUN-2008 00:55:37 * service_register * xe * 0
    06-JUN-2008 00:55:38 * service_update * xe * 0
    06-JUN-2008 00:55:40 * service_update * xe * 0
    06-JUN-2008 00:55:55 * service_update * xe * 0
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    06-JUN-2008 00:55:58 * service_update * xe * 0
    06-JUN-2008 00:56:04 * service_update * xe * 0
    06-JUN-2008 00:56:07 * service_update * xe * 0
    06-JUN-2008 00:56:10 * service_update * xe * 0
    06-JUN-2008 00:56:10 * service_update * xe * 0
    06-JUN-2008 00:56:16 * service_update * xe * 0
    06-JUN-2008 00:56:22 * service_update * xe * 0
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    06-JUN-2008 00:56:25 * service_update * xe * 0
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=AvisLaptop)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    06-JUN-2008 00:56:25 * service_update * xe * 0
    06-JUN-2008 00:56:28 * service_update * xe * 0
    06-JUN-2008 00:56:31 * service_update * xe * 0
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=AvisLaptop)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    06-JUN-2008 00:56:34 * service_died * xe * 12537
    06-JUN-2008 00:56:37 * service_register * xe * 0
    06-JUN-2008 00:56:38 * service_update * xe * 0
    06-JUN-2008 00:56:44 * service_update * xe * 0
    06-JUN-2008 00:56:47 * service_update * xe * 0
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    06-JUN-2008 00:56:50 * service_update * xe * 0
    06-JUN-2008 00:56:53 * service_update * xe * 0
    06-JUN-2008 00:56:56 * service_update * xe * 0
    06-JUN-2008 00:57:16 * http * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=49185)) * handoff * http * 0
    06-JUN-2008 00:57:26 * http * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=49189)) * handoff * http * 0
    06-JUN-2008 00:57:35 * service_update * xe * 0
    06-JUN-2008 00:57:53 * service_update * xe * 0
    06-JUN-2008 00:58:00 * http * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=49190)) * handoff * http * 0
    06-JUN-2008 00:58:05 * http * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=49191)) * handoff * http * 0
    06-JUN-2008 00:58:26 * service_update * xe * 0
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    06-JUN-2008 01:03:36 * service_died * xe * 12547
    TNS-12547: TNS:lost contact
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 06-JUN-2008 01:04:41
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\listener.ora
    Log messages written to C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Trace information written to C:\oraclexe\app\oracle\product\10.2.0\server\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=2120
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=AvisLaptop)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    06-JUN-2008 01:04:58 * service_register * xe * 0
    06-JUN-2008 01:05:19 * service_update * xe * 0
    06-JUN-2008 01:05:22 * service_update * xe * 0
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    06-JUN-2008 01:05:25 * service_update * xe * 0
    06-JUN-2008 01:05:28 * service_update * xe * 0
    06-JUN-2008 01:05:34 * service_update * xe * 0
    06-JUN-2008 01:05:52 * service_update * xe * 0
    06-JUN-2008 01:07:55 * service_update * xe * 0
    06-JUN-2008 01:08:24 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=XE)(CID=(PROGRAM=C:\oraclexe\app\oracle\product\10.2.0\server\BIN\sqlplus.exe)(HOST=AVISLAPTOP)(USER=avishek))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.2.12)(PORT=49173)) * establish * XE * 0
    06-JUN-2008 01:08:25 * service_update * xe * 0
    06-JUN-2008 01:14:25 * service_update * xe * 0
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    06-JUN-2008 01:14:42 * service_died * xe * 12547
    TNS-12547: TNS:lost contact
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 06-JUN-2008 21:46:07
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\listener.ora
    Log messages written to C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Trace information written to C:\oraclexe\app\oracle\product\10.2.0\server\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=2340
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=AvisLaptop)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    06-JUN-2008 21:46:13 * service_register * xe * 0
    06-JUN-2008 21:46:19 * service_update * xe * 0
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    06-JUN-2008 21:46:22 * service_update * xe * 0
    06-JUN-2008 21:46:25 * service_update * xe * 0
    06-JUN-2008 21:46:31 * service_update * xe * 0
    06-JUN-2008 21:46:52 * service_update * xe * 0
    06-JUN-2008 21:47:25 * service_update * xe * 0
    06-JUN-2008 21:49:46 * service_update * xe * 0
    06-JUN-2008 21:55:31 * service_update * xe * 0
    06-JUN-2008 21:57:22 * service_update * xe * 0
    06-JUN-2008 21:57:31 * service_update * xe * 0
    06-JUN-2008 22:03:40 * service_update * xe * 0
    06-JUN-2008 22:04:25 * service_update * xe * 0
    06-JUN-2008 22:06:10 * service_update * xe * 0
    06-JUN-2008 22:07:28 * service_update * xe * 0
    06-JUN-2008 22:11:01 * service_update * xe * 0
    06-JUN-2008 22:13:25 * service_update * xe * 0
    06-JUN-2008 22:17:34 * service_update * xe * 0
    06-JUN-2008 22:27:34 * service_update * xe * 0
    06-JUN-2008 22:32:00 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=XE)(CID=(PROGRAM=C:\oraclexe\app\oracle\product\10.2.0\server\BIN\sqlplus.exe)(HOST=AVISLAPTOP)(USER=avishek))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.2.12)(PORT=49440)) * establish * XE * 0
    06-JUN-2008 22:32:01 * service_update * xe * 0
    06-JUN-2008 22:32:37 * service_update * xe * 0
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    06-JUN-2008 22:34:08 * service_died * xe * 12547
    TNS-12547: TNS:lost contact
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 06-JUN-2008 22:35:14
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\listener.ora
    Log messages written to C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Trace information written to C:\oraclexe\app\oracle\product\10.2.0\server\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=2248
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=AvisLaptop)(PORT=1521)))
    Listener completed notification to CRS on start
    TIMESTAMP * CONNECT DATA [* PROTOCOL INFO] * EVENT [* SID] * RETURN CODE
    06-JUN-2008 22:35:35 * service_register * xe * 0
    06-JUN-2008 22:35:41 * service_update * xe * 0
    06-JUN-2008 22:35:56 * service_update * xe * 0
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    06-JUN-2008 22:35:59 * service_update * xe * 0
    06-JUN-2008 22:36:02 * service_update * xe * 0
    06-JUN-2008 22:36:08 * service_update * xe * 0
    06-JUN-2008 22:36:29 * service_update * xe * 0
    06-JUN-2008 22:36:43 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=XE)(CID=(PROGRAM=C:\oraclexe\app\oracle\product\10.2.0\server\BIN\sqlplus.exe)(HOST=AVISLAPTOP)(USER=avishek))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.2.12)(PORT=49167)) * establish * XE * 0
    06-JUN-2008 22:36:45 * service_update * xe * 0
    06-JUN-2008 22:37:36 * http * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=49173)) * handoff * http * 0
    06-JUN-2008 22:37:45 * http * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=49177)) * handoff * http * 0
    06-JUN-2008 22:39:27 * service_update * xe * 0
    06-JUN-2008 22:41:54 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=XE)(CID=(PROGRAM=C:\oraclexe\app\oracle\product\10.2.0\server\BIN\sqlplus.exe)(HOST=AVISLAPTOP)(USER=avishek))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.2.12)(PORT=49228)) * establish * XE * 0
    06-JUN-2008 22:41:57 * service_update * xe * 0
    06-JUN-2008 22:50:54 * service_update * xe * 0
    06-JUN-2008 22:51:42 * service_update * xe * 0
    4. Credentials im giving for PLSQL dev are:
    Username: system
    Pwd: <my passwrd>
    Database: XE
    Connect as: Normal
    Please help peter...thanks in advance!
    Avi.

  • ORA-12154 Oracle Client Error with VirtualBox

    This is rather lengthy and I am not sure this is the right forum for this question but it does involve the Oracle Client.
    My development environment consists of a single workstation that is not connected to a network. The OS for the database is Linux CentOS (Red Hat Enterprise Linux 3 or 4). The database seems to run fine from the Linux OS - OEM and SQLPlus run as well as all the other utilities (lsnrctl, etc.).
    The database front-end has to be Access 2003. This is requiring that I run Windows from VirtualBox so I can do the FE database development.
    In addition to this when I try to create a system (or any other) DSN, I get the following behaviors.
    - Start up the "Microsoft ODBC Administrator"
    - Select the "System DSN" tab
    - Click "Add..."
    - Select driver: "Oracle in OraClieht11g_home1"
    - Enter the following data in the following fields
    Data Source Name: "orcl_hr"
    TNS Service Name: "orcl"
    - Click the "Test Connection" button
    This initiates a wait of about 1 minute
    - In the "Oracle ODBC Driver Connect" dialog, enter the following data in the fields
    Service Name: "orcl"
    User Name: "hr"
    Password: <the hr password>
    This initiates another wait of about 1 minute after which I get an error dialog with the following message:
    Unable to connect
    SQLState=08004
    [oracle][ODBC][Ora]ORA-12154: TNS:could not resolve the connect identifier specified
    On the Windows side the ORACLE_SID is defined as "orcl"
    On the Linux (db server) side, the following files have the listed contents:
    Listener.ora
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = local.net)(PROT = 1521))
      )sqlnet.ora
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)tnsnames.ora
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = local.net)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = orcl)
      )Another data point: I notice that the client software has a SqlPlus application. When I try to log on to the database through this app I get the error: ORA-12560: TNS:protocol adapter error.
    Is there a VirtualBox problem? Can it be fixed?
    Edited by: DBelt on Jun 29, 2009 10:19 AM

    The OracleClient install does not create either of the sqlnet.ora or tnsnames.ora files. These are created in the ORACLE_HOME/network/admin direcory of the host machine, however -- as well as the listener.ora file.
    One question I have before we procede much further is what is the "Instant Client" anyway? As I said earlier, I am not even sure this is the proper forum for my question since it involves the OracleClient software -- I know what the OracleClient is but not the "Instant Client".
    That said, I am able to telnet port 1521 from the host if I uset the literal IP address only (using <local.net> does not work). I am completely unable to ping the host at all from VirtualBox (I am operating in NAT mode and this seems to be a documented "feature" of VBox).
    The "sqlplus user/pwd@(DESCRIPTION=...)" comment does not work. I have tried several iterations: 1) as provided above with the double-quotes resulting in a display of the proper syntax for invoking sqlplus, 2) without the quotes, and 3) replacing the double-quotes with parentheses. The outcome of experiments 2) and 3) is a syntax error occurring at "(" for the former or at user/pwd for the latter. (I am substituting proper values for the user, pwd, and local.net placeholders.)
    I am starting to wonder if my problem may lie in trying to run the client from VirtualBox in NAT mode.
    Another question has to do with the ODBC Administrator -- Where does it get its list of "TNS Service Names"?

  • ORA-12154 Error After Install of Enterprise Manager

    I have a new new laptop with minimal software installed. Everything was fine and I was able to connect to 4 different Oracle 9i databases.
    This morning I installed Oracle Enterprise Manager (10g) and now I get the dreaded ORA-12154 error.
    I now find a copy of TNSNAMES.ORA in three places. I have copied the correct version to the two new 10G locations and I have verified that all three copies of TNSNAMES.ORA and SQLNET.ORA are correct and identical.
    Do anybody have any idea what else could be wrong?

    I am certain the TNSNAMES.ORA file is fine as it is "pushed" from a central IT department. I have compared it to the one on a second computer (which has only 9i installed) in my office and they are identical.
    I examined the Oracle 9i directories and there was no LISTENER.ORA anywhere. On the 9i only computer the command - C:\>dir listener.ora /s /p executed in a DOS window returned no files.
    Everything was working fine until I installed Enterprise Manager 10g (10.2.0.2.1).
    I have TOAD installed and it connects to both of the 9i development and production databases, so I know the TNSNAMES.ORA is okay.
    It woudl seem that there is a conflict between 10g and 9i Developer/2000.

  • The server could not be found on the network ORA-12154

    Hi All,
    I have problem with one application. She run with Oracle DB. I installed Win2008R2 x64 and Oracle DB 32bit on the same server. I tried connect to DB via Oracle SQL Developer and SQL Plus and both run without problem, but when I insert the same parameters into application OpenText Content Server 10, then I see this Error:
    Content Server Error:
    [Error: The server could not be found on the network. ----> Error stack ----> 1) E675414020:The server could not be found on the network.:ORA-12154: TNS:could not resolve the connect identifier specified ]
    This application need only 3 parameters (System User Name, password and service name). I compare it with ORA files (listener, sqlnet and tnsnames) and I think that all is right. Here are this three files
    listener:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = WIN-R0OEE0OAE5Z)(PORT = 1521))
    sqlnet:
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    tnsnames
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = WIN-R0OEE0OAE5Z)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    Do you have any idea where is problem?
    Thank you
    Vaclav

    893964 wrote:
    Hi All,
    I have problem with one application. She run with Oracle DB. I installed Win2008R2 x64 and Oracle DB 32bit on the same server. I tried connect to DB via Oracle SQL Developer and SQL Plus and both run without problem, but when I insert the same parameters into application OpenText Content Server 10, then I see this Error:
    Content Server Error:
    [Error: The server could not be found on the network. ----> Error stack ----> 1) E675414020:The server could not be found on the network.:ORA-12154: TNS:could not resolve the connect identifier specified ]
    This application need only 3 parameters (System User Name, password and service name). I compare it with ORA files (listener, sqlnet and tnsnames) and I think that all is right. Here are this three files
    listener:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = WIN-R0OEE0OAE5Z)(PORT = 1521))
    sqlnet:
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    tnsnames
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = WIN-R0OEE0OAE5Z)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    Do you have any idea where is problem?
    Thank you
    VaclavYou listener has nothing to do with this error. Your request for a connection never left the client machine.
    http://edstevensdba.wordpress.com/2011/02/26/ora-12154tns-03505/

Maybe you are looking for

  • Slow/clunky display since 23" screen purchase

    My black macbook has been running fantastically well since I bought it earlier this year but since recently connecting it to a 23" Apple cinema display I've noticed that things seem a little clunky. For example, opening pictures in iPhoto is rather c

  • Scenerio Sheet erroring out in the process of opening it.

    In the process of checking scenerios we got this issue where it is mentioned "We encountered a problem performing your request . please contact oracle referring to error tag (otzjck)". While publishing the model One dimension BOM is erroring out and

  • "we're sorry but we can't send your payment right now paypal" error

    Hi there, I was able to make a successful purchase earlier, after trying again soon after this message popped up. I've searched the help center here, as well as calling the company with no useful information. Does anyone have any solutions to gfix th

  • Thin Driver can't connect

    I'v got a Novell 5x server with oracle 8 database running. The WEBDB wouldn't run so I'm using Netscape Enterprise server. I can perform a loopback test from the server (LOAD TNSPNG80 WEBFS-TCP.WORLD) and get a reply in 930ms. I can log into SQL 8 fr

  • What is "other" on my iPhone

    When I sync my iPhone 4s, iTunes shows what is occupying the memory of the iPhone.  I understand Audio, Video, Photos, and Apps, but what is in the "Other" category, which on my iPhone takes up 2.58 GB?