Unable to Start Listner for 10g R2 after windows xp pro restart.

Database worked just fine until a system reboot after installing the Apache server and Apex 2.2 The service start and I'm able to connect to the database SQL*PLUS without specifying the host string
SQL*PLUS
User Name: xxxxx
Password : xxxxx
Host String: <Blank>
connect without any problem.
Once I include the orcl name I can't connect and get the following error message
TNS-12541: TNS: no listner
LSNRCTL> start
Starting tnslsnr: please wait...
Service OracleOraDb10g_home1TNSListener already running.
TNS-12560: TNS:protocol adapter error
TNS-00530: Protocol adapter error
LSNRCTL>
# tnsnames.ora Network Configuration File: C:\oracle\product\10.2.0\Db_1\network\admin\tnsnames.ora
# Generated by Oracle configuration tools.
#Oracle Database 10g Enterprise Edition\
ORCL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)
EXTPROC_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
(CONNECT_DATA =
(SID = PLSExtProc)
(PRESENTATION = RO)
listner.ora as following
# listener.ora Network Configuration File: C:\oracle\product\10.2.0\Db_1\network\admin\listener.ora
# Generated by Oracle configuration tools.
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = C:\oracle\product\10.2.0\Db_1)
(PROGRAM = extproc)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
I have another home for the Apache Server.
Everything was just fine, Oracle, Apache, EM, and Apex.
I checked the path for windows it looks good, checked the registery looks good, two homes listed.
When I check the status for the LISTNER is win Service it show start
OracleOraDb10g_home1TNSListener
I have another listner OracleOraDb10g_home1TNSListenerLISTNER1 I don't know why it's there?
TNSPING ORCL WORKS
WITH THE SAME EORROR MESSAGE
PING WORK FOR THE HOST IP NO PROBLEM.
Please see the following to Analyze the Problem:
C:\oracle\product\10.2.0\db_1\BIN>lsnrctl status orcl
LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-MAR-2007 21:24
:50
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521))(C
ONNECT_DATA=(SERVICE_NAME=orcl)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
32-bit Windows Error: 61: Unknown error
C:\oracle\product\10.2.0\db_1\BIN>lsnrctl services
LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-MAR-2007 21:25
:23
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521)))
TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
TNS-00511: No listener
32-bit Windows Error: 61: Unknown error
C:\oracle\product\10.2.0\db_1\BIN>lsnrctl start
LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-MAR-2007 21:25
:41
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Starting tnslsnr: please wait...
Service OracleOraDb10g_home1TNSListener already running.
TNS-12560: TNS:protocol adapter error
TNS-00530: Protocol adapter error
C:\oracle\product\10.2.0\db_1\BIN>path
PATH=C:\oracle\product\10.2.0\Db_1\bin;C:\oracle\product\10.2.0\Db_1\jre\1.4.2\b
in\client;C:\oracle\product\10.2.0\Db\jre\1.4.2\bin;;C:\oracle\product\10.2.0\db
\bin;C:\oracle\product\10.2.0\db\jlib;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\
System32\Wbem;"C:\Program Files\Zone Labs\ZoneAlarm\MailFrontier";C:\Program Fil
es\Common Files\Roxio Shared\DLLShared;D:\Program Files\Microsoft Visual Studio\
Common\Tools\WinNT;D:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;D
:\Program Files\Microsoft Visual Studio\Common\Tools;D:\Program Files\Microsoft
Visual Studio\VC98\bin
C:\oracle\product\10.2.0\db_1\BIN>sqlplus
SQL*Plus: Release 10.2.0.1.0 - Production on Fri Mar 16 21:26:44 2007
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Enter user-name: system
Enter password:
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> show user
USER is "SYSTEM"
SQL> select name from v$database;
NAME
ORCL
SQL>
IN THE PAST I WAS ABLE TO CONNECT TO ALL BUT NOW,
I'M UNABLE TO LOGIN TO APEX NEITHER EM DUE TO ORCL LISTNER.
Like I said before I have no problem connecting to SQL*PLS, BUT I can't Login to orcl APEX nor EM.
Any suggestion or solutions is really apreciated. I'm looking forward to hear from you ACES.......
Thank You Very Much,
Mhnd

Hi
Check this out.
TNS-12560: "protocol adapter error"
Cause: A generic protocol adapter error occurred.
Action: Check addresses used for proper protocol specification.
For further details, turn on tracing and reexecute the operation. Turn off tracing when the operation is complete.
TNS-00530: "protocol adapter error"
Cause: A generic protocol adapter error occurred.
Action: For further details, turn on tracing and reexecute the operation.
Proposed Solution on metalink.
Solution Description:
=====================
Delete the protocols in your "listener.ora" file that you do not use.
Edit the "listener.ora" file and look at the protocol section. Make sure that
only the protocols that you use on your system are there (i.e., TCP, IPC, ...)
and that there are no entries listed for SPX or NMP (named pipes).
Regards
Adnan
Since you are only using TCP I don't think that is the issue. You should turn on tracing to get more details.
Message was edited by: Adnan
amashhadi

Similar Messages

  • Unable to Start Listner for 10g R2 after windows xp pro restart. Please!

    Database worked just fine until a system reboot after installing the Apache server and Apex 2.2 The service start and I'm able to connect to the database SQL*PLUS without specifying the host string
    SQL*PLUS
    User Name: xxxxx
    Password : xxxxx
    Host String: <Blank>
    connect without any problem.
    Once I include the orcl name I can't connect and get the following error message
    TNS-12541: TNS: no listner
    LSNRCTL> start
    Starting tnslsnr: please wait...
    Service OracleOraDb10g_home1TNSListener already running.
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    LSNRCTL>
    # tnsnames.ora Network Configuration File: C:\oracle\product\10.2.0\Db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    #Oracle Database 10g Enterprise Edition\
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    listner.ora as following
    # listener.ora Network Configuration File: C:\oracle\product\10.2.0\Db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\product\10.2.0\Db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    I have another home for the Apache Server.
    Everything was just fine, Oracle, Apache, EM, and Apex.
    I checked the path for windows it looks good, checked the registery looks good, two homes listed.
    When I check the status for the LISTNER is win Service it show start
    OracleOraDb10g_home1TNSListener
    I have another listner OracleOraDb10g_home1TNSListenerLISTNER1 I don't know why it's there?
    TNSPING ORCL WORKS
    WITH THE SAME EORROR MESSAGE
    PING WORK FOR THE HOST IP NO PROBLEM.
    Please see the following to Analyze the Problem:
    C:\oracle\product\10.2.0\db_1\BIN>lsnrctl status orcl
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-MAR-2007 21:24
    :50
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521))(C
    ONNECT_DATA=(SERVICE_NAME=orcl)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    C:\oracle\product\10.2.0\db_1\BIN>lsnrctl services
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-MAR-2007 21:25
    :23
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    C:\oracle\product\10.2.0\db_1\BIN>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-MAR-2007 21:25
    :41
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    Service OracleOraDb10g_home1TNSListener already running.
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    C:\oracle\product\10.2.0\db_1\BIN>path
    PATH=C:\oracle\product\10.2.0\Db_1\bin;C:\oracle\product\10.2.0\Db_1\jre\1.4.2\b
    in\client;C:\oracle\product\10.2.0\Db\jre\1.4.2\bin;;C:\oracle\product\10.2.0\db
    \bin;C:\oracle\product\10.2.0\db\jlib;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\
    System32\Wbem;"C:\Program Files\Zone Labs\ZoneAlarm\MailFrontier";C:\Program Fil
    es\Common Files\Roxio Shared\DLLShared;D:\Program Files\Microsoft Visual Studio\
    Common\Tools\WinNT;D:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;D
    :\Program Files\Microsoft Visual Studio\Common\Tools;D:\Program Files\Microsoft
    Visual Studio\VC98\bin
    C:\oracle\product\10.2.0\db_1\BIN>sqlplus
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Mar 16 21:26:44 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter user-name: system
    Enter password:
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> show user
    USER is "SYSTEM"
    SQL> select name from v$database;
    NAME
    ORCL
    SQL>
    IN THE PAST I WAS ABLE TO CONNECT TO ALL BUT NOW,
    I'M UNABLE TO LOGIN TO APEX NEITHER EM DUE TO ORCL LISTNER.
    Like I said before I have no problem connecting to SQL*PLS, BUT I can't Login to orcl APEX nor EM.
    Any suggestion or solutions is really apreciated. I'm looking forward to hear from you ACES.......
    Thank You Very Much,
    Mhnd

    Hi
    Check this out.
    TNS-12560: "protocol adapter error"
    Cause: A generic protocol adapter error occurred.
    Action: Check addresses used for proper protocol specification.
    For further details, turn on tracing and reexecute the operation. Turn off tracing when the operation is complete.
    TNS-00530: "protocol adapter error"
    Cause: A generic protocol adapter error occurred.
    Action: For further details, turn on tracing and reexecute the operation.
    Proposed Solution on metalink.
    Solution Description:
    =====================
    Delete the protocols in your "listener.ora" file that you do not use.
    Edit the "listener.ora" file and look at the protocol section. Make sure that
    only the protocols that you use on your system are there (i.e., TCP, IPC, ...)
    and that there are no entries listed for SPX or NMP (named pipes).
    Regards
    Adnan
    Since you are only using TCP I don't think that is the issue. You should turn on tracing to get more details.
    Message was edited by: Adnan
    amashhadi

  • Unable to start extract for Mysql DB on windows

    Hi,
    I have installed Mysql database on windows machine, also installed GoldenGate
    and i have edited the my.cnf (C:\Program Files\MySQL\MySQL Server 5.5) file with below entries,
    log-bin="C:\Program Files\MySQL\MySQL Server 5.5\test-bin.log"
    max_binlog_size=4096
    binlog_format=row
    and restarted the mysql service then add the mgr prm and created extract process.
    while trying to connect the mysql db from ggsci getting below error message
    GGSCI (PC) 29> dblogin sourcedb test, userid root
    Password:
    2012-12-04 15:05:04 WARNING OGG-00769 MySQL Login failed: . SQL error (2003).
    Can't connect to MySQL server on 'localhost' (10061).
    ERROR: Failed to connect to MySQL database engine for HOST localhost, DATABASE t
    est, USER root, PORT 3306.
    also Unable to start the extract process
    edit params exta
    extract exta
    dboptions host localhost, connectionport 3306
    sourcedb test, userid root, password *****
    exttrail E:\ogg_mysql\dirdat\ea
    table test.*;
    tried with exact hostname and localhost also but no luck.
    but i can able to connect the mysql through command prompt
    C:\Users\>mysql -u root test -p
    Enter password: ******
    Welcome to the MySQL monitor. Commands end with ; or \g.
    Your MySQL connection id is 2
    Server version: 5.5.28-log MySQL Community Server (GPL)
    Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
    Oracle is a registered trademark of Oracle Corporation and/or its
    affiliates. Other names may be trademarks of their respective
    owners.
    Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
    mysql>
    Edited by: 899920 on Dec 4, 2012 1:44 AM

    Hi ...
    Please check if the mysql_home variable is ok:
    MYSQL_HOME=<MySQL bin location>
    To locate the configuration file, Extract checks the MYSQL_HOME environment variable: If MYSQL_HOME is set, Extract uses the configuration file in the specified directory. If MYSQL_HOME is not set, Extract queries the information_schema.global_variables table to determine the MySQL installation directory.
    More details: http://docs.oracle.com/cd/E35209_01/doc.1121/e27289.pdf
    Try it and put here your experiences.

  • Unable to install itunes for new computer with windows 8

    unable to install itunes for new computer with windows 8
    states this app unable to run on this PC

    Hello jgrn76,
    It sounds like you are getting an error stating that the iTunes installer cannot be run on your computer. I would try downloading the 64 bit version of iTunes from here:
    iTunes 11.1.3 for Windows (64-bit)
    http://support.apple.com/kb/DL1615
    If issues persist when trying to install it, I would try running through the steps in the article named:
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/ht1926
    Otherwise, would you mind elaborating a bit on what the error message says, word for word?
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • Pin shortcuts to Taskbar and Start Menu for all users in Windows 7

    How can i Pin shortcuts to Taskbar and Start Menu for All Users in Windows 7? Office 2007 Word, Excel and Outlook.

    There are a few ways...
    You can configure a default profile which will give you the ability to setup the Start Menu as you want it with the items pinned how you like.  However, in my experience customizations done to the Taskbar are not maintained in a default profile.
    So, one way to get around that would be to create a script and use the "Active Setup" hooks that are built into Windows 7 to achieve the desired results.
    If you combine this script...
    http://blogs.technet.com/deploymentguys/archive/2009/04/08/pin-items-to-the-start-menu-or-windows-7-taskbar-via-script.aspx
    With Active Setup...
    http://www.visualbasicscript.com/Active-Setup-Examples-m67461.aspx
    You can get the results you want to get...
    Pinned items on the Taskbar have two components, one is in the file system and the other is in the registry.  You could also use GPO Preferences to add both components to a new profile and therby get similar results.  I played around with this method a little and did get it to work also.
    Mike N.

  • "Unable to find driver for this platform" after software update

    After today's software update my MacBook Pro won't start when the required restart is completed. I get to the "pre-login screen" where I type in my password, and then I end up at a screen saying I have to hold down the power button and then restart the computer. It also says "Unable to find driver for this platform: \"ACPI\"...
    What is there to do now? Will I lose everything on my harddrive if I reboot the computer completely?
    Thanks for any help,
    David

    After today's software update my MacBook Pro won't start when the required restart is completed. I get to the "pre-login screen" where I type in my password, and then I end up at a screen saying I have to hold down the power button and then restart the computer. It also says "Unable to find driver for this platform: \"ACPI\"...
    What is there to do now? Will I lose everything on my harddrive if I reboot the computer completely?
    Thanks for any help,
    David

  • Unable to start the Dolby audio driver after updating windows 10

    I am using a Lenovo Laptop G510 that came with Windows 8 preinstalled. Yesterday I updated it to Windows 10 and after that whenever I boot my pc to desktop I get an error message saying that "Unable to start the Dolby audio driver". I have already tried uninstalling and reinstalling Audio driver from my computer but still the error comes up. Does anyone know how to solve this problem?  Thanks

    hi Abrahamjoy,
    Can you try these steps:
    1. Follow this guide on how to disable automatic driver installation.
    2. Press the Windows key‌ +X and choose Device Manager. On the Device Manager, navigate to
     -  Sound, video and game controllers > right click on  Conexant SmartAudio or IDT High Definition Audio >  choose uninstall > and ensure the delete the driver software for this device is checked.
    3. Press the Windows key‌ +X and choose Programs and Features. On the list of apps, uninstall anything that relates to the Conexant/IDT & Dolby then reboot.
    4. After the reboot, download and install the driver below (this should install the audio & dolby components)
     - Audio Driver (Conexant) for Windows 10 (64-bit) - Lenovo G410, G510
    When finished, you the audio & dolby settings should now work and the errors should not pop-up anymore.
    Edit:
    Added links
    Let me know how it goes.
    Regards

  • Unable to start Oracle Process Manager from the windows services for OBIEE

    Hi,
    I have OBIEE 11g installed on a 32-bit windows machine. Of the two windows services installed, I am unable to start the Oracle Process Manager. When I try to start it I get the following error:
    Error 1053: The service did not respond to the start or control request  in a timely fashion.
    At the back end, this service is calling the file opmn.exe which is placed at MIDDLEWAREHOME\Oracle_BI1\opmn\bin. On trying to execute this file the error we get is:
    The procedure entry point longjmp could not be located in the dynamic link library orauts.dll
    I have tried replacing the orauts.dll file, but to no avail.
    Please let me know if you have any clue regarding what is to be done.
    Thanks
    Naman

    Hi Naman,
    This error occurs for the following reasons,
    *Path variable is not set properly
    *Multiple Oracle homes exists in the same machine.
    Follow the below steps and let me know if it works,
    1. Select My Computer -> Right Click -> Properties
    2. In the System Properties screen go to Advanced Tab
    3. Click on Environment Variables
    4. In the System Variables section select PATH variable & Click edit
    5. Now you will find that it will contain invalid directories. Remove the incorrect entries. This may happen when you have multiple oracle homes in the same machine
    6. Restart the service.
    Rgds,
    Dpka

  • Unable to Start OracleAgent for Cache connect on Solaris 9

    Please see below for configuration details. TimesTen 6.1 installed on Solaris 9 with access control enabled. DSN is defined in sys.odb.ini file under install_dir/info directory.
    unable to start cache agent either with ttAdmin or with ttIsql. Error messages is as below. Please help!!
    DSN defined in sys.odbc.ini
    [ATS_tt60demo1]
    Driver=/u03/TimesTen/tt60demo1/lib/libtten.so
    DataStore=/u03/TimesTen/tt60demo1/info/DemoDataStore/ATSdemo1data
    ExclAccess=0
    Logging=1
    #LogPurge=1
    PermSize=16
    ThreadSafe=1
    Isolation=1
    WaitForConnect=0
    Authenticate=0
    #LockLevel=0
    UID=scott
    OracleID=atsdev
    OraclePWD=tiger
    PassThrough=0
    environment Variables
    SSH_TTY=/dev/pts/3
    PATH=/u03/TimesTen/tt60demo1/bin:/u03/TimesTen/tt60demo1/demo:/u03/TimesTen/tt60demo1/demo/ttclasses:/u03/TimesTen/tt60demo1/demo/xlaPersistent:/u03/TimesTen/tt60demo1/demo/tutorial/java:/u03/TimesTen/tt60demo1/3rdparty/ant/bin:.:/usr/bin:/usr/ucb:/usr/local/bin:/tools/bin:/tools/pvcs:/export/home/timesten/bin:/usr/xpg4/bin:/bin:/usr/sbin:/etc:/sbin:/u03/app/product/10.2.0/Db_1/bin
    ORACLE_BASE=/u03/app/product
    EDITOR=vi
    HISTFILE=/export/home/timesten/.hist4229
    CLASSPATH=/u03/TimesTen/tt60demo1/lib/classes14.jar:/u03/TimesTen/tt60demo1/lib/timestenjmsxla.jar:/u03/TimesTen/tt60demo1/3rdparty/jms1.1/lib/jms.jar:/u03/TimesTen/tt60demo1/demo:/u03/TimesTen/tt60demo1/demo/tutorial/java:/u03/TimesTen/tt60demo1/demo/tutorial/java/dist/lib/TimesTenJavaDemos.jar
    LOGNAME=timesten
    HOSTNAME=ncnc-sun5
    PVCS_BINDIR=/tools/pvcs
    ORACLE_SID=atsdev
    PS1=${LOGNAME}@${HOSTNAME}:$PWD>
    PS2=>>
    USER=timesten
    XMINCLUDE=/usr/dt/include
    SHELL=/bin/ksh
    HOME=/export/home/timesten
    XFILESEARCHPATH=/usr/openwin/lib/%T/%N/%S:/usr/openwin/lib/%T/%N/%S
    XMLIB=/usr/dt/lib
    ANT_HOME=/u03/TimesTen/tt60demo1/3rdparty/ant
    SSH_CLIENT=138.1.113.119 1178 22
    LD_LIBRARY_PATH=/u03/TimesTen/tt60demo1/lib:/usr/openwin/lib:/usr/dt/lib:/usr/lib:/lib:/tools/lib:/u03/app/product/10.2.0/Db_1/lib:/u03/app/product/10.2.0/Db_1/network/lib
    TERM=xterm
    ORACLE_HOME=/u03/app/product/10.2.0/Db_1
    THREADS_FLAG=native
    PWD=/u03/TimesTen/tt60demo1/info
    TZ=US/Eastern
    ENV=/export/home/timesten/.kshrc
    timesten@ncnc-sun5:/u03/TimesTen/tt60demo1/info> ttisql ATS_tt60demo1
    Copyright (c) 1996-2005, Oracle. All rights reserved.
    Type ? or "help" for help, type "exit" to quit ttIsql.
    All commands must end with a semicolon character.
    connect "DSN=ATS_tt60demo1";
    Enter password for 'scott':
    Connection successful: DSN=ATS_tt60demo1;UID=scott;DataStore=/u03/TimesTen/tt60demo1/info/DemoDataStore/ATSdemo1data;WaitForConnect=0;DRIVER=/u03/TimesTen/tt60demo1/lib/libtten.so;OracleId=atsdev;Authenticate=0;PermSize=16;
    (Default setting AutoCommit=1)
    Command> call ttCacheUidPwdSet('scott','tiger');
    Command> call ttCacheStart();
    10024: Could not start Oracle Agent for the requested data store.. Could not initialize OCI function pointers. Error: none
    The command failed.
    Command>exit
    Disconnecting..
    Done.

    Solved the problem myself. Had to stop and restart cache agent using the timesten software installation account and not as root.
    Documentation is not clear as to what happens when you install timesten using a "non root" account. Per documentation, we have to run setuproot script to create startup / stop scripts under init directory. With a non-root installation these scripts are created and on reboot agent process inherits the root account privs. This is a problem. For a non-root install the agent process should inherit the privs of the account that performed the installation and not root's.
    May be a documentation correction is needed here.

  • Error "unable to start correctly" for LR4

    I just installed LR4 on a new laptop running Win 8.  I get the following error when I try to start LR4 "unable to start correctly (0xc000007b)"  I have restarted the laptop after the install. Any suggestions on how to resolve this issue. 

    Try http://helpx.adobe.com/lightroom/kb/error-unable-start-correctly-0xc00007b.html

  • Unable to start intaller for Oracle 9i

    I encountered difficulty in installing Oracle9i Release 2 Personal Ed onto my notebook. I was unable to start the installer when I clicked the "setup.exe" file in Disk 1 folder. Nothing happened.
    OS is Windows XP Home.
    Here is the sequence of what I did:
    1. I downloaded all the 3 zip files into a folder in D partition. (D drive has 29 GB of free space; C drive has 39 GB of free space)
    A point to note here.
    The size of the files that I downloaded were not the same as the ones listed on
    the Oracle download website. I tried downloading a couple times, but still the same
    result. The files sizes I got were
    598,441 KB for 92010NT_Disk1.zip
    525,005 KB for 92010NT_Disk2.zip
    248,495 KB for 92010NT_Disk3.zip
    2. I then unzipped the zip files, then extracted and saved the
    contents of each zip files into respective folders, namely Disk 1,
    Disk 2, Disk 3.
    3. I double clicked on "setup.exe" in Disk 1 folder. Nothing happened.
    Please advice.

    You are correct that Oracle does not put a space between Disk and 1. But I thought since it is only the name of the folder, it probably should not matter how you name it, and should not have effect on the installation as long as the same folder name is used consistently in the installation process.
    I tried your suggestion by putting the quotes in the right places this time. But still nothing happens.
    I did not create any CD for saving the respective disk files, but rather, I just saved them onto D drive. Do you think the issue stems from here?
    Or, do you think the issue is due to the OS being XP home?

  • Unable to start CS5.1 extended subscription after expiration of 2 week trial

    I recieved Photoshop CS5 as a gift two years ago for Christmas, and have only recently tried to install it on my laptop.  I had previously gone for the 2 week trial, which expired a long time ago.  When trying to enter my serial number to continue with the prolonged subscription, and entering my Adobe information, it gives me an error saying that it is unable to start my subscription without any reason as to why.  Any advice on where to go from here?   I am running Windows 7 on an HP dv7-6135dx Laptop.

    uninstall, run the cleaner and then reinstall.  here is detailed info  - http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html

  • I am unable to start adobe photoshop lighthouse 5 after installing it.  (0xc000007b)

    After installing Adobe Photoshop Lighthouse 5 from a disk, I was unable to open it.  "This application was unable to start correctly, (0xc000007b)".  Any help with this?

    Could not open a scratch file because the file is locked or you do not have the necessary access privileges. (…) | Mylen…
    Mylenium

  • Unable to start cacheconnect for Oracle

    I installed TimesTen on my machine (Windows XP) using default properties. When I try and start cacheconnect for oracle using ttCacheStart() I get a 10024 exception stating that OCI.DLL couldn't be loaded. I checked my path settings and everything seems to be in order. Can anyone shed some light on this?

    Hi Naveen,
    That's strange. Are you saying that you need to go into Services and change the "Log On As" setting for "TimesTen Data Manager 6.0" from "Local System" to the name of the Windows user who installed TimesTen, before you can start the Cache Agent?
    Were both the Oracle Client and TimesTen installed by the same Windows XP user? Does this user belong to the local Administrator Group?
    Simon

  • XE service lost after windows server 2003 restart - must start repair

    I have a problem with Oracle XE 10g on Windows 2003 SP2.
    Installation went fine, I could use database, go to home page, add tables, views, functions etc.., link database to sql server and query tables from several sql several sql servers on the network etc.
    In general everything was fine, but...
    After windows 2003 restart XE service does not start, db home page is not accessible and
    lsnrctl stat
    is giving me:
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-RUJ-2009 22:46
    :26
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(OVO NE RADI) (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR
    _XE))(ADDRESS=(PROTOCOL=TCP)(HOST=sql-server-test.ie.local)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date 25-RUJ-2009 22:45:56
    Uptime 0 days 0 hr. 0 min. 30 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=tcp)(HOST=sql-server-test.ie.local)(PORT=1521)
    )(OVO NE RADI) (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    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...
    The command completed successfully
    There is no sign of XE, XEXBD nor XE_XPT service.
    I restarted installation and performed repair and everything went back to normal.
    After repair
    lsnrctl stat
    is giving
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-RUJ-2009 23:11
    :40
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(OVO NE RADI) (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR
    _XE))(ADDRESS=(PROTOCOL=TCP)(HOST=sql-server-test.ie.local)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date 25-RUJ-2009 22:45:56
    Uptime 0 days 0 hr. 25 min. 44 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=tcp)(HOST=sql-server-test.ie.local)(PORT=1521)
    )(OVO NE RADI) (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    (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
    After repair all is good but I must not restart server.
    If I do this the story repeats itself.
    No XE, XEXBD etc services, no access to database nor to homepage.
    Starting install/repair - everything works. After restart same story again....
    I could not find the way to aviod constant repair after restart.
    Is there any way out of this?

    Thank you for the response.
    But the problem persist.
    The lsnrctl dont recognise the XE service. The OracleServiceXE is up and running.
    D:\oraclexe>lsnrctl services
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 12-OCT-2009 12:55
    :48
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    The command completed successfully
    listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = D:\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 =localhost)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    tnsnames.ora
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    XE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST =localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = XE)
    (SRVR = DEDICATED)
    )

Maybe you are looking for

  • Questions on SAP Business One 8.8

    Hi, We are downloading SAP 8.8 for internal preview before updating customer and would like to seek clarification after reading "What's new" pdf compare with the software. 1)It is mentioned 8.8 had basic multiple unit of measurement function but we d

  • Info Of SAP BPC 7.5 NW

    Dear Expert, I'm a newbie on SAP BPC 7.5 NW and had a knowledge of SAP BPC 7M before. I found several articles and information about BPC 7.0 NW and never ever touch in BPC NW system, I would like to make sure and maybe more tips from experts. My ques

  • External monitor won't wake up

    I've just installed 10.5.8, and can no longer wake up my external monitor from sleep with the clamshell closed by pressing a key on my external keyboard, meaning that I now have to have the clamshell open (and macbook display active) when I want to u

  • Package LOAD INFOPROVIDER, Select input ENTITY

    Hye. I'm using  LOAD INFOPROVIDER package and I would like to usu SELECTINPUT for ENTITY. I know that I can introduce the Entity selected in the Transformation File  in SELECTION propertie (ej: SELECTION=ENTITY,E00089) but i would like to usu SELECTI

  • Problem while creating Functional module

    Hi Experts. I was trying to create one FM for currency conversion purpose.The code as follows. FUNCTION Z_TEST_CUR_RATE. ""Local Interface: *"  IMPORTING *"     VALUE(TYPE_OF_RATE) LIKE  TCURR-KURST *"     VALUE(DATE) LIKE  SY-DATUM *"     VALUE(FORE