Connect to SqlPLus

Hi to everybody
I installed oracle Client 10g-home2 in my laptop having the Windows 7 Home premium OS.. But I cant able to connect with
SQLPLUS. After entering the Username,password,hoststring it is exiting.. It doesn't show any errors..
Can anyone tel whats the problem also whats the username,password and host string need to give??
How can I check If oracle Database is installed or not??
Thanks in advance

There are several issues with the information you have posted.
First, you have installed the client - this is software needed to access a database on a remote computer. This does not include the software needed to create a database. For this, you will need to install the full blown software (which also includes the client piece) and create a database.
Second, no Oracle software is supported/certified on any Windows Home version. You will need to upgrade to Win 7 Professional or higher, or downgrade to Win XP Pro.
The database software download for 11gR2 is available here - http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
The Install Guide for 11gR2 is here (for Win) - http://download.oracle.com/docs/cd/E11882_01/install.112/e16773/toc.htm
When you install the software on a supported OS, one of the options is to create a database (typically named "orcl") during the install process - you select a password when creating the database. Or you could install the software first, then create a database using DBCA (database creation assistant) - pl review the Guide posted above
HTH
Srini

Similar Messages

  • I am getting error while connecting to sqlplus by using apps account in 11i

    i am getting error while connecting to sqlplus by using apps account in 11i. Does anyone has similar error.
    [applmgr@appsc05t01 admin]$ sqlplus
    SQL*Plus: Release 8.0.6.0.0 - Production on Mon Sep 13 14:34:52 2010
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter user-name: apps
    ERROR:
    ORA-12514: Message 12514 not found; product=RDBMS; facility=ORA
    Enter user-name:
    Thanks
    Rao

    yes.
    login as: gorantla
    [email protected]'s password:
    Last login: Mon Sep 13 14:39:23 2010 from glng3wy9g1.actuant.pri
    [gorantla@appsc05t01 ~]$ sudo su - applmgr
    [applmgr@appsc05t01 ~]$ ora_setup
    Available databases:
    x = ATUXX
    y = ATUYY
    z = ATUZZ
    Select database: \c
    y
    ORACLE_SID=ATUYY
    IAS_ORACLE_HOME=/apps/ATUYY/atuyyora/iAS
    ORACLE_HOME=/apps/ATUYY/atuyyora/8.0.6
    APPL_TOP=/apps/ATUYY/atuyyappl
    [applmgr@appsc05t01 ~]$
    [applmgr@appsc05t01 ~]$
    [applmgr@appsc05t01 ~]$
    [applmgr@appsc05t01 ~]$ tnsping ATUYY
    TNS Ping Utility for Linux: Version 8.0.6.3.0 - Production on 13-SEP-2010 15:42:32
    (c) Copyright 1997 Oracle Corporation. All rights reserved.
    Attempting to contact (ADDRESS=(PROTOCOL=tcp)(HOST=dbrac05t01-vip.actuant.pri)(PORT=1611))
    OK (0 msec)
    [applmgr@appsc05t01 ~]$ sqlplus
    SQL*Plus: Release 8.0.6.0.0 - Production on Mon Sep 13 15:42:40 2010
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Enter user-name: apps
    ERROR:
    ORA-12514: Message 12514 not found; product=RDBMS; facility=ORA
    Enter user-name:
    Thanks
    Rao

  • Problems when I try to connect to sqlplus

    Hi,
    Can someone help me with the following problem?
    When I try to connect to sqlplus I get this response
    "ora 12514: listener could not resolve SERVICE_NAME given in connect descriptor "

    user555145 wrote:
    this is the tnsnames.ora
    "# tnsnames.ora Network Configuration File: C:\oracle\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = orcl)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    the sqlnet.ora
    "# sqlnet.ora Network Configuration File: C:\oracle\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    and listener.ora
    "# listener.ora Network Configuration File: C:\oracle\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = Oracle8)
    (ORACLE_HOME = c:\oracle\bin)
    (SID_NAME = ORCL)
    (SID_DESC =
    (GLOBAL_DBNAME = orcl)
    (PROGRAM = extproc)
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle)
    LISTENER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = user.mycomputer.com)(PORT = 1521))
    There are lots of mismatches in your files.
    Tnsnames point to a host called "orcl" but listener is listening on user.mycomputer.com. Why it is so ?
    Second, in the listener.ora , the global db name is set to Oracle8 while sid is set to ORCl.
    Can you try removing all these , match the files, restart teh listener and retry connection please?
    HTH
    Aman....

  • Connect to sqlplus from sun box

    Can someone please send me a sample script to connect to sqlplus and execute a .sql script.
    Thanks
    Kev

    In this example, the SQL is embedded in the script. If you want to keep it a file, its sqlplus @filename
    The -s switch means silent.
    Also included are some sample Oracle extensions, like set echo off, which are useful when running batch scripts.
    #!/usr/bin/env bash
    ORACLE_HOME=/path/to/oracle
    ORACLE_CREDENTIALS=user/pass@sid
    ORACLE_HOME=$ORACLE_HOME \
    $ORACLE_HOME/bin/sqlplus -s $ORACLE_CREDENTIALS << EOS
    set echo off
    set feedback off
    set heading off
    set linesize 120
    set pagesize 0
    select 'foo' from dual;
    EOS

  • Cannot connect to sqlplus as / as sysdba

    Dear Folks,
    I am not able to connect to sqlplus as / as sysdba .I can see remote_os_authent=true,in the sqlnet.ora SQLNET.AUTHENTICATION_SERVICES= (NTS)
    but for some reasons i am not able to connect it with / as sysdba.Kindly help me with this issue .Thanks in advance.
    my enviroinment .
    oracle 10.2.04 sparc 64 bit
    sun solaris 10 sparc 64 bit

    Prasanna.N wrote:
    Dear Folks,
    I am not able to connect to sqlplus as / as sysdba .I can see remote_os_authent=true,in the sqlnet.ora SQLNET.AUTHENTICATION_SERVICES= (NTS)
    but for some reasons i am not able to connect it with / as sysdba.Kindly help me with this issue .Thanks in advance.
    my enviroinment .
    oracle 10.2.04 sparc 64 bit
    sun solaris 10 sparc 64 bitAnd what error you get?!
    Kamran Agayev A.
    Oracle ACE
    My Oracle Video Tutorials - http://kamranagayev.wordpress.com/oracle-video-tutorials/

  • Error 12545 on Connecting with sqlplus to Database. Remote connect hangs.

    Hi there,
    i'am new to Oracle.
    After installing 11g on Windows 2008 x64 Server i had solved many Problems. But this Problem now i do not get fixed.
    If i connect through SQLPlus local to DB it works. But if i connect on client (Win XP Service Pack 3) it hangs.
    Firewalls are turned off.
    Ping and TNSping works fine.
    Listener.ora:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = D:\app\Administrator\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:D:\app\Administrator\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = de0-vsidcoes-p1)(PORT = 1521))
    ADR_BASE_LISTENER = D:\app\Administrator
    tnsname.ora:
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    INDACO11 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = de0-vsidcoes-p1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = INDACO11)
    sqlnet.ora:
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    Alert.log:
    Fatal NI connect error 12545, connecting to:
    (LOCAL=NO)
    VERSION INFORMATION:
         TNS for 64-bit Windows: Version 11.2.0.1.0 - Production
         Oracle Bequeath NT Protocol Adapter for 64-bit Windows: Version 11.2.0.1.0 - Production
         Windows NT TCP/IP NT Protocol Adapter for 64-bit Windows: Version 11.2.0.1.0 - Production
    Time: 09-APR-2013 10:10:33
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12545
    TNS-12545: CONNECT nicht erfolgreich, da Ziel-Host oder -Objekt nicht vorhanden
    ns secondary err code: 12560
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    opiodr aborting process unknown ospid (2208) as a result of ORA-609
    Listener.Log:
    09-APR-2013 10:10:33 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=indaco11)(CID=(PROGRAM=D:\app\Cyber\product\11.2.0\client_1\sqlplus.exe)(HOST=XPSUPCLNT)(USER=Cyber))) * (ADDRESS=(PROTOCOL=tcp)(HOST=169.254.238.212%11)(PORT=1047)) * establish * indaco11 * 0
    lsnrctl services
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 09-APR-2013 10:35:31
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Anmeldung bei (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    Services â–„bersicht...
    Dienst "CLRExtProc" hat 1 Instanzen.
    Instanz "CLRExtProc", Status UNKNOWN, hat 1 Handler f³r diesen Dienst...
    Handler:
    "DEDICATED" eingerichtet:0 abgewiesen:0
    LOCAL SERVER
    Dienst "INDACO11XDB" hat 1 Instanzen.
    Instanz "indaco11", Status READY, hat 1 Handler f³r diesen Dienst...
    Handler:
    "D000" eingerichtet:0 abgewiesen:0 aktuell:0 max:1022 Status:ready
    DISPATCHER <machine: DE0-VSIDCOES-P1, pid: 1296>
    (ADDRESS=(PROTOCOL=tcp)(HOST=de0-vsidcoes-p1)(PORT=49168))
    Dienst "indaco11" hat 1 Instanzen.
    Instanz "indaco11", Status READY, hat 1 Handler f³r diesen Dienst...
    Handler:
    "DEDICATED" festgelegt:3 abgelehnt:0 Status:ready
    LOCAL SERVER
    Der Befehl wurde erfolgreich ausgef³hrt.
    lsnrctl status
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 09-APR-2013 10:36:05
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Anmeldung bei (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS des LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
    Startdatum 09-APR-2013 10:02:57
    Uptime 0 Tage 0 Std. 33 Min. 8 Sek.
    Trace-Ebene off
    Sicherheit ON: Local OS Authentication
    SNMP OFF
    Parameterdatei des Listener D:\app\Administrator\product\11.2.0\dbhome_1\network\admin\listener.ora
    Log-Datei des Listener d:\app\administrator\diag\tnslsnr\de0-vsidcoes-p1\listener\alert\log.xml
    Zusammenfassung Listening-Endpunkte...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=de0-vsidcoes-p1)(PORT=1521)))
    Services â–„bersicht...
    Dienst "CLRExtProc" hat 1 Instanzen.
    Instanz "CLRExtProc", Status UNKNOWN, hat 1 Handler f³r diesen Dienst...
    Dienst "INDACO11XDB" hat 1 Instanzen.
    Instanz "indaco11", Status READY, hat 1 Handler f³r diesen Dienst...
    Dienst "indaco11" hat 1 Instanzen.
    Instanz "indaco11", Status READY, hat 1 Handler f³r diesen Dienst...
    Der Befehl wurde erfolgreich ausgef³hrt.
    Variables are set to:
    ORACLE_HOME=D:\app\Administrator\product\11.2.0\dbhome_1
    ORACLE_SID=INDACO11
    TWO_TASK=INDACO11
    I hope this is all information you need.
    Any Idea to solve this problem?
    Thanks!
    Jens
    Edited by: 998906 on 09.04.2013 01:40
    Edited by: 998906 on 09.04.2013 01:53

    Ok. Sorry, i solved this.
    Set the local_listener helps:
    alter system set local_listener='(ADDRESS=(PROTOCOL=TCP)(HOST=169.254.154.98)(PORT=1521))' sid='INDACO11';
    Thanks!

  • Unable to connect to sqlplus .. sys as sysdba .. No listener in Oracle 11G

    Hi ,
    I have installed Oracle 11.2.0 . When connecting to sqlplus with sys as sysdba . Getting error as NO listener .
    I started listener . But finally getting the message as
    The listener supports no services
    The command completed successfully
    Kindly help

    I am getting the same message
    Listener Parameter File /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/11.2.0/dbhome_1/log/diag/tnslsnr/oracledb/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracledb.example.com)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    I don't find the services entry here .

  • Problem in connecting to sqlplus from windows batch file (DOS)

    Hi All,
    We have a new 10g Oracle database installed on windows server. I am trying to write a windows batch file to
    1) Connect to SQLPLUS
    2) Execute a script
    3) Disconnect from SQLPLUS.
    Example File Name:- execsql.bat
    SET ORACLE_SID=CAUT
    SET SCHEMA_IN=%1
    SET PASS=DEV
    SET script=%2
    sqlplus %SCHEMA_IN%/%PASS%@%ORACLE_SID% @%script%
    if %errorlevel% NEQ 0 echo ERROR: %ERRORLEVEL% else echo OK
    Now if i run this bat file like :- execsql.bat DEV script1.sql
    DEV= schema name,
    script1.sql = this file contains select * from dual;
    The code runs fine, but if i change dual to dual1 the sql error's out but not able to catch the error in the batch file.
    Reason why i would like to catch the error is this batch file would be scheduled through Autosys job scheduler and for autosys any exit code >0 is an error. Please help me in rewriting this batch script.
    Thanks
    Sam.

    Hello,
    What if you run this in SQL*Plus before you run the SELECT:
    whenever sqlerror exit failure

  • TNSping ok..can't connect with sqlPlus ...just stopped working

    Hey Guys,
    I have an Oracle Server running for the last year with little issues.
    The lister just stopped working...
    I can TNSPing ok...I just can't connect with toad or sqlplus anymore from another computer..
    I can connect with sqlplus on the same computer...just not from any other computers.
    =================================================================
    C:\Documents and Settings\Phil>tnsping elvis 5
    TNS Ping Utility for 32-bit Windows: Version 10.1.0.2.0 - Production on 17-JUL-2008 11:10:28
    Copyright (c) 1997, 2003, Oracle. All rights reserved.
    Used parameter files:
    C:\Oracle\product\10.1.0\Client_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=7.7.1.1)(PORT=1521))(CONNECT_DATA=(SID=orcl)))
    OK (70 msec)
    OK (40 msec)
    OK (50 msec)
    OK (50 msec)
    OK (40 msec)
    C:\Documents and Settings\Phil>
    ==================================================
    Listener status info
    ================================================
    LSNRCTL>
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.1.0.4.0 - Production
    Start Date 17-JUL-2008 10:45:26
    Uptime 0 days 0 hr. 29 min. 2 sec
    Trace Level off
    Security ON: Password or Local OS Authentication
    SNMP OFF
    Listener Parameter File D:\oracle\product\10.1.0\Db_1\network\admin\listener.ora
    Listener Log File D:\oracle\product\10.1.0\Db_1\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROCipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=elvis)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=elvis)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=elvis)(PORT=2100))(Presentation=FTP)(Session=RAW))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL>
    LSNRCTL>
    LSNRCTL>
    LSNRCTL>
    ==================================================
    Listener.ora
    # listener.ora Network Configuration File: D:\oracle\product\10.1.0\Db_1\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\product\10.1.0\Db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = elvis)(PORT = 1521))
    ====================================================================
    sqlnet.ora
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    ====================================================================
    tnsnames.ora
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = elvis)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    =============================================================================
    I am getting this error from sqlnet.log
    Fatal NI connect error 12638, connecting to:
    (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
    VERSION INFORMATION:
    TNS for 32-bit Windows: Version 10.1.0.4.0 - Production
    Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 10.1.0.4.0 - Production
    Time: 17-JUL-2008 10:23:14
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12638
    TNS-12638: Credential retrieval failed
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0

    LSNRCTL>
    LSNRCTL> services
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=elvis)(PORT=1521)))
    Services Summary...
    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
    Service "orcl" has 2 instance(s).
    Instance "orcl", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:18 refused:0 state:ready
    LOCAL SERVER
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1002 state:ready
    DISPATCHER <machine: ELVIS, pid: 2284>
    (ADDRESS=(PROTOCOL=tcp)(HOST=elvis)(PORT=1027))
    The command completed successfully
    LSNRCTL>

  • Connecting to sqlplus

    Hi there,
    i am just wondering is it possible to connect to sqlplus without setting up a net service name? I have ip address, port number and sid and was just wondering is it possible to connect with these details alone. its possible with jdbc so i thought it would be possible with sqlplus but i have had no joy as of yet. so i am looking for something like sqlplus user/password@dbname:portno:ip so if anyone has any ideas please post here..
    cheers
    paul

    To the best of my knowledge there is no similar feature in Oracle Net anymore. (Oracle Net is the component which handles the connect identifier resolution, and is used by tools including SQL*Plus).
    -- CJ

  • Cannot connect via sqlplus as sysdba

    Hi,
    I have Oracle 10g setup on Redhat Enterprise v4. I was able to do everything I needed until I rebooted. Now I can't connect using sqlplus. I get error ora-01031 when I type "connect system/*** AS SYSDBA" Anyone know what why this is happening?
    Any help would be appreciated.
    Thanks,
    Adam

    According to me this should be dba, why its showing the group as oracle?I'm not sure why it's showing up as oracle. Do I need to change this? As far as I can tell, oracle is a group that no user is a member of.
    Did you ever able make connection using / as sysdba?On this computer, I don't think I ever logged in as sysdba other than just as a system user.
    What group did you specify while installing the software?groupadd oinstall
    groupadd dba
    groupadd oper
    usermod -g oinstall -G dba oracle
    Pretty much followed http://www.oracle-base.com/articles/10g/OracleDB10gR2InstallationOnRedHatAS4.php and the oracle docs on installation.
    Message was edited by:
    user529261

  • Tooooooooo slow connect by sqlplus from windows 2008 to windows 2003

    hello i'm mr.kang from korea
    i wana quick connect by sqlplus below envirunment
    plzzzzzzz help me!!!!!
    have a nice day~:)
    from :
    OS : Windows 2008
    Client : Oracle Database 10g Client Release 2 (10.2.0.3)
    to :
    OS : Windows 2003
    DB : Oracle Database 10g Release 2 (10.2.0.1.0) for Microsoft Windows
    Edited by: user581964 on Oct 31, 2009 8:42 AM

    Fahd Mirza wrote:
    Would you please shed more light on masking the higher order of IP address?
    regardsJust to confirm what Niall said, I just meant to obscure it from public viewing when posting back to here. The 'high-order' end would be the left most octet .. Say your IP address is 111.222.333.444, when posting to a public forum such as this you'd show it as ***.222.333.444 or xxx.222.333.444. This is a security issue, so you don't expose your network to the world. It is best to just obscure the high-order part, because the OP's problem could be due to mis-matched IP addresses, and we'd miss spotting that if the entire address were masked and it is usuallly the low-order end where the discrepancies come.
    and if you think this is being overly cautious .... there was a thread on c.d.o.s a few years back where a careless person posted a question and revealed his entire server/domain name, and it was a U.S. military domain. I called him out on it. He replied that it didn't matter because it couldn't be reached from the outside. Another participant promptly posted back the proof that it was accessible ...

  • Unable to Connect to SqlPlus on Oracle8i Enterprise Edition

    I installed Oracle8i Enterprise Edition Release 8.1.5 for MS Windows NT on my PC at home and has Windows 98, I am unable to connect to SQLPLUS or SVRMGR, it gives an error ,the error is
    ORA-12541: TNS: no listener.
    Sometimes i get ORA-12560 TNS:Protocol Adapter Error.
    I created LISTENER.ORA file and now i am unable to start the Listener.
    Please let me know how to configure SQL NET and its components, and also to start LISTENER on my PC.
    Thanks & Regards,

    hi,
    compare the entries in listener.ora and tnsnames.ora files.
    actually both should match with one another.
    Ensure that the supplied destination address matches one of the addresses used by the listener
    hope this will solve ur problem. if not send me mail with above those two files.
    regards,
    arun.

  • Connect with sqlplus to Fresh Install R12 Vision ORA-12154

    Summary:
    Trying to connect with sqlplus to R12 Vision fresh install gives me ORA-12154.
    Context:
    Installed R12 12.1.1 Vision instance on Oracle Enterprise Linux 5.4 x86-64 (SElinux disabled / no virtualisation). Followed [761566.1] and http://www.oraclenerd.com/2009/12/ebs-install-guide-part-1.html. I also followed instructions from [761566.1] on networking files to the best of my ability. Stuck as closely as possible to those two documents and also stuck to defaults as much as possible. All goes well with all tiers on the same machine (A). Startup and shutdown OK.
    Extended description:
    Now trying to connect using (latest) sqlplus on the same machine with the following:
    ======================================================================
    [root@vizz u01]# ./ebs/R12VIS/db/tech_st/11.1.0/bin/sqlplus sys/change_on_install@VIS as sysdba
    SQL*Plus: Release 11.1.0.7.0 - Production on Wed Jun 27 23:36:07 2012
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    ======================================================================
    Also tried this with oravis and applvis, the two accounts managing the instance with identical results
    The notoriously generic ORA-12154......
    All the tnsnames.ora I can find give me VIS as the SID:
    ./ebs/R12VIS/inst/apps/VIS_vizz/admin/out/06260806/tnsnames.ora
    ./ebs/R12VIS/inst/apps/VIS_vizz/ora/10.1.2/network/admin/tnsnames.ora
    ./ebs/R12VIS/inst/apps/VIS_vizz/ora/10.1.3/network/admin/tnsnames.ora
    ./ebs/R12VIS/apps/tech_st/10.1.2/inventory/Templates/network/admin/tnsnames.ora
    ./ebs/R12VIS/apps/tech_st/10.1.2/network/admin/samples/tnsnames.ora
    ./ebs/R12VIS/apps/tech_st/10.1.2/network/admin/tnsnames.ora
    ./ebs/R12VIS/apps/tech_st/10.1.3/network/admin/samples/tnsnames.ora
    ./ebs/R12VIS/apps/apps_st/appl/ad/12.0.0/admin/template/tnsnames.ora
    ./ebs/R12VIS/db/tech_st/11.1.0/owb/network/admin/tnsnames.ora
    ./ebs/R12VIS/db/tech_st/11.1.0/network/admin/VIS_vizz/tnsnames.ora
    ./ebs/R12VIS/db/tech_st/11.1.0/network/admin/samples/tnsnames.ora
    Just as those generated scripts (e.g. addbctl.sh) for starting and stopping the instance.
    What am I missing here?
    Edited by: rjvencken on Jun 27, 2012 12:47 PM
    Edited by: rjvencken on Jun 27, 2012 12:47 PM
    Edited by: rjvencken on Jun 27, 2012 12:54 PM

    AD_APPS_JDBC_URL=(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=vizz.local)(PORT=1576)))(CONNECT_DATA=(SID=VIS)))
    ADJREOPTS=-ms128m -mx256m
    ADJRIOPTS=-mx512m
    ADJVAPRG=/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java
    ADMIN_SCRIPTS_HOME=/u01/ebs/R12VIS/inst/apps/VIS_vizz/admin/scripts
    ADPERLPRG=/u01/ebs/R12VIS/apps/tech_st/10.1.3/perl/bin/perl
    AD_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ad/12.0.0
    AF_CLASSPATH=/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/ebs/R12VIS/apps/apps_st/comn/java/lib/appsborg2.zip:/u01/ebs/R12VIS/apps/apps_st/comn/java/classes
    AFJCPARG=-client
    AF_JLIB=/u01/ebs/R12VIS/apps/apps_st/comn/java/lib
    AF_JRE_TOP=/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/jre
    AFJSMARG=-server -Xmx384m -XX:NewRatio=2 -XX:+UseSerialGC -Doracle.apps.fnd.common.Pool.leak.mode=stderr:off -verbose:gc
    AFJVAPRG=/u01/ebs/R12VIS/inst/apps/VIS_vizz/admin/scripts/java.sh
    AF_LD_LIBRARY_PATH=/u01/ebs/R12VIS/apps/tech_st/10.1.3/lib32:/u01/ebs/R12VIS/apps/tech_st/10.1.3/lib:/u01/ebs/R12VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u01/ebs/R12VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/u01/ebs/R12VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/u01/ebs/R12VIS/apps/apps_st/appl/cz/12.0.0/bin:/u01/ebs/R12VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u01/ebs/R12VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/u01/ebs/R12VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/u01/ebs/R12VIS/apps/apps_st/appl/cz/12.0.0/bin::/u01/ebs/R12VIS/apps/apps_st/appl/pon/12.0.0/bin
    AHL_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ahl/12.0.0
    AK_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ak/12.0.0
    ALR_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/alr/12.0.0
    AME_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ame/12.0.0
    AMS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ams/12.0.0
    AMV_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/amv/12.0.0
    AMW_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/amw/12.0.0
    ANT_HOME=/u01/ebs/R12VIS/apps/tech_st/10.1.3/ant
    APPCPNAM=REQID
    APPLBIN=bin
    APPL_CONFIG_HOME=/u01/ebs/R12VIS/apps/apps_st/appl
    APPL_CPLEX_LICDIR=/u01/ebs/R12VIS/apps/apps_st/appl/admin/cplex
    APPLCSF=/u01/ebs/R12VIS/inst/apps/VIS_vizz/logs/appl/conc
    APPLDCP=OFF
    APPLDOC=docs
    APPLFENV=VIS_vizz.env
    APPLFRM=forms
    APPLGRAF=graphs
    APPLIMG=images
    APPLINC=include
    APPLLIB=lib
    APPLLOG=log
    APPLMAIL=NONE
    APPLMSG=mesg
    APPLORB=/u01/ebs/R12VIS/inst/apps/VIS_vizz/ora/10.1.2/bin/appsrwrun.sh
    APPLORC=/u01/ebs/R12VIS/inst/apps/VIS_vizz/ora/10.1.2/bin/appsrwrun.sh
    APPLOUT=out
    APPLPLS=plsql
    APPLPTMP=/usr/tmp
    APPLREG=regress
    APPLREP=reports
    APPLRGF=/u01/ebs/R12VIS/inst/apps/VIS_vizz/logs/appl/rgf
    APPLRGT=regress
    APPLRSC=resource
    APPLSAV=save
    APPLSQL=sql
    APPLTMP=/u01/ebs/R12VIS/inst/apps/VIS_vizz/appltmp
    APPL_TOP=/u01/ebs/R12VIS/apps/apps_st/appl
    APPLUSR=usrxit
    APPS_JDBC_URL=jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=vizz.local)(PORT=1576)))(CONNECT_DATA=(SID=VIS)))
    APPSJREOPT=
    APPS_VERSION=12.1.1
    AP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ap/12.0.0
    AR_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ar/12.0.0
    ASF_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/asf/12.0.0
    ASG_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/asg/12.0.0
    ASL_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/asl/12.0.0
    ASN_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/asn/12.0.0
    ASO_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/aso/12.0.0
    ASP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/asp/12.0.0
    AS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/as/12.0.0
    AST_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ast/12.0.0
    AU_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/au/12.0.0
    AX_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ax/12.0.0
    AZ_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/az/12.0.0
    BEN_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ben/12.0.0
    BIC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/bic/12.0.0
    BIL_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/bil/12.0.0
    BIM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/bim/12.0.0
    _=/bin/env
    BIS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/bis/12.0.0
    BIV_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/biv/12.0.0
    BIX_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/bix/12.0.0
    BNE_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/bne/12.0.0
    BOM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/bom/12.0.0
    BSC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/bsc/12.0.0
    CC=cc
    CCT_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/cct/12.0.0
    CE_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ce/12.0.0
    CFLAGS=$(INCLUDE_FLAGS) -Dlinux -DLINUX -DNLS_ASIA -D_GNU_SOURCE
    CHMOD=chmod
    CHV_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/chv/12.0.0
    CLASSPATH=/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/ebs/R12VIS/apps/apps_st/comn/java/lib/appsborg.zip:/u01/ebs/R12VIS/apps/tech_st/10.1.2/forms/java:/u01/ebs/R12VIS/apps/tech_st/10.1.2/forms/java/frmall.jar:/u01/ebs/R12VIS/apps/tech_st/10.1.2/jlib/ewt3.jar:/u01/ebs/R12VIS/apps/tech_st/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/ebs/R12VIS/apps/apps_st/comn/java/classes
    CLN_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/cln/12.0.0
    CNTL_BREAK=ON
    CN_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/cn/12.0.0
    COLORTERM=gnome-terminal
    COMMON_TOP=/u01/ebs/R12VIS/apps/apps_st/comn
    CONTEXT_FILE=/u01/ebs/R12VIS/inst/apps/VIS_vizz/appl/admin/VIS_vizz.xml
    CONTEXT_NAME=VIS_vizz
    CP=cp
    CRP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/crp/12.0.0
    CSC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/csc/12.0.0
    CSD_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/csd/12.0.0
    CSE_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/cse/12.0.0
    CSF_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/csf/12.0.0
    CSI_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/csi/12.0.0
    CSL_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/csl/12.0.0
    CSM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/csm/12.0.0
    CSP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/csp/12.0.0
    CSR_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/csr/12.0.0
    CS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/cs/12.0.0
    CUA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/cua/12.0.0
    CUF_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/cuf/12.0.0
    CUG_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/cug/12.0.0
    CUI_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/cui/12.0.0
    CUP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/cup/12.0.0
    CUS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/cus/12.0.0
    CZ_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/cz/12.0.0
    DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-T6METAvwV4,guid=26f775c9eee214498d5f76004feb35b7
    DDD_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ddd/12.0.0
    DDR_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ddr/12.0.0
    DE_DISABLE_PLS_512=1
    DESKTOP_SESSION=default
    DESKTOP_STARTUP_ID=
    DISPLAY=:0.0
    DNA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/dna/12.0.0
    DOM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/dom/12.0.0
    DPP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/dpp/12.0.0
    DT_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/dt/12.0.0
    EAM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/eam/12.0.0
    EBI_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ebi/12.0.0
    EC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ec/12.0.0
    ECX_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ecx/12.0.0
    EDR_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/edr/12.0.0
    EGO_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ego/12.0.0
    ENG_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/eng/12.0.0
    ENI_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/eni/12.0.0
    EVENT_10932=8
    FA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/fa/12.0.0
    FEM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/fem/12.0.0
    FF_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ff/12.0.0
    FII_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/fii/12.0.0
    FLM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/flm/12.0.0
    FNDNAM=APPS
    FNDREVIVERPID=/u01/ebs/R12VIS/inst/apps/VIS_vizz/pids/appl/reviver.sh_VIS_vizz.pid
    FND_SECURE=/u01/ebs/R12VIS/inst/apps/VIS_vizz/appl/fnd/12.0.0/secure
    FND_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/fnd/12.0.0
    FORMS_APPSLIBS=APPCORE FNDSQF APPDAYPK APPFLDR GLCORE HR_GEN HR_SPEC ARXCOVER
    FORMS_BLOCKING_LONGLIST=FALSE
    FORMS_CATCHTERM=1
    FORMS_DISABLE_UNPAD_LOV=TRUE
    FORMS_FLAG_DIFFERENT_SUBORD=1
    FORMS_FORCE_MENU_MNEMONICS=0
    FORMS_LOV_INITIAL=5000
    FORMS_MESSAGE_ENCRYPTION=TRUE
    FORMS_MODULE_PATH=/u01/ebs/R12VIS/apps/apps_st/appl/fnd/12.0.0/forms
    FORMS_OAM_FRD=OFF
    FORMS_OVERRIDE_ENV=NLS_LANG,NLS_NUMERIC_CHARACTERS,NLS_SORT,NLS_DATE_LANGUAGE,NLS_DATE_FORMAT,FORMS_USER_DATE_FORMAT,FORMS_USER_DATETIME_FORMAT,FORMS_OUTPUT_DATE_FORMAT,FORMS_OUTPUT_DATETIME_FORMAT,FORMS_ERROR_DATE_FORMAT,FORMS_ERROR_DATETIME_FORMAT,FORMS_TZFILE,FORMS_DATETIME_SERVER_TZ,FORMS_DATETIME_LOCAL_TZ,FORMS_USER_CALENDAR
    FORMS_PATH=/u01/ebs/R12VIS/apps/apps_st/appl/au/12.0.0/resource:/u01/ebs/R12VIS/apps/apps_st/appl/au/12.0.0/resource/stub
    FORMS_REJECT_GO_DISABLED_ITEM=0
    FORMS_RESTRICT_ENTER_QUERY=TRUE
    FORMS_RTI_DIR=/u01/ebs/R12VIS/inst/apps/VIS_vizz/logs/ora/10.1.2/forms
    FORMS_SESSION=TRUE
    FORMS_TIMEOUT=5
    FORMS_TRACE_DIR=/u01/ebs/R12VIS/inst/apps/VIS_vizz/logs/ora/10.1.2/forms
    FORMS_WEB_CONFIG_FILE=/u01/ebs/R12VIS/inst/apps/VIS_vizz/ora/10.1.2/forms/server/appsweb.cfg
    FPA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/fpa/12.0.0
    FRM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/frm/12.0.0
    FTE_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/fte/12.0.0
    FTP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ftp/12.0.0
    FUN_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/fun/12.0.0
    FV_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/fv/12.0.0
    G_BROKEN_FILENAMES=1
    GCS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/gcs/12.0.0
    GDMSESSION=default
    GDM_XSERVER_LOCATION=local
    GHR_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ghr/12.0.0
    GL_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/gl/12.0.0
    GMA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/gma/12.0.0
    GMD_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/gmd/12.0.0
    GME_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/gme/12.0.0
    GMF_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/gmf/12.0.0
    GMI_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/gmi/12.0.0
    GML_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/gml/12.0.0
    GMO_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/gmo/12.0.0
    GMP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/gmp/12.0.0
    GMS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/gms/12.0.0
    GNOME_DESKTOP_SESSION_ID=Default
    GNOME_KEYRING_SOCKET=/tmp/keyring-mJ1svZ/socket
    GR_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/gr/12.0.0
    GTK_RC_FILES=/etc/gtk/gtkrc:/root/.gtkrc-1.2-gnome2
    GWYUID=APPLSYSPUB/PUB
    HISTSIZE=1000
    HOME=/root
    HOSTNAME=vizz.local
    HRI_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/hri/12.0.0
    HXC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/hxc/12.0.0
    HXT_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/hxt/12.0.0
    IAS_ORACLE_HOME=/u01/ebs/R12VIS/apps/tech_st/10.1.3
    IA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ia/12.0.0
    IBC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ibc/12.0.0
    IBE_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ibe/12.0.0
    IBP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ibp/12.0.0
    IBU_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ibu/12.0.0
    IBW_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ibw/12.0.0
    IBY_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/iby/12.0.0
    ICX_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/icx/12.0.0
    IEB_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ieb/12.0.0
    IEC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/iec/12.0.0
    IEM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/iem/12.0.0
    IEO_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ieo/12.0.0
    IES_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ies/12.0.0
    IEU_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ieu/12.0.0
    IEX_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/iex/12.0.0
    IGC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/igc/12.0.0
    IGF_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/igf/12.0.0
    IGI_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/igi/12.0.0
    IGS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/igs/12.0.0
    IGW_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/igw/12.0.0
    IMC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/imc/12.0.0
    INCLUDE_FLAGS=-I. -I$(FND_TOP)/include -I$(ORACLE_HOME)/precomp/public -I$(ORACLE_HOME)/rdbms/demo
    INL_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/inl/12.0.0
    INPUTRC=/etc/inputrc
    INST_TOP=/u01/ebs/R12VIS/inst/apps/VIS_vizz
    INV_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/inv/12.0.0
    IPA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ipa/12.0.0
    IPM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ipm/12.0.0
    IRC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/irc/12.0.0
    ISC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/isc/12.0.0
    ITA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ita/12.0.0
    ITG_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/itg/12.0.0
    IZU_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/izu/12.0.0
    JA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ja/12.0.0
    JAVA_BASE=/u01/ebs/R12VIS/apps/apps_st/comn/java
    JAVA_TOP=/u01/ebs/R12VIS/apps/apps_st/comn/java/classes
    JE_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/je/12.0.0
    JG_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/jg/12.0.0
    JL_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/jl/12.0.0
    JMF_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/jmf/12.0.0
    JTF_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/jtf/12.0.0
    JTM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/jtm/12.0.0
    LANG=en_US.UTF-8
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LNS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/lns/12.0.0
    LOG_HOME=/u01/ebs/R12VIS/inst/apps/VIS_vizz/logs
    LOGNAME=applvis
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    LUSRIAP=/u01/ebs/R12VIS/apps/apps_st/appl/fnd/12.0.0/usrxit/xitusr.o
    LUSRLIB=/u01/ebs/R12VIS/apps/apps_st/appl/fnd/12.0.0/usrxit/libusr.a
    LUSRPRG=/u01/ebs/R12VIS/apps/apps_st/appl/fnd/12.0.0/usrxit/prglib.o /u01/ebs/R12VIS/apps/apps_st/appl/fnd/12.0.0/usrxit/prgcat.o /u01/ebs/R12VIS/apps/apps_st/appl/fnd/12.0.0/usrxit/EXPROG.o
    LUSRSRW=/u01/ebs/R12VIS/apps/apps_st/appl/fnd/12.0.0/usrxit/xirusr.o
    MAIL=/var/spool/mail/root
    MCS=echo mcs
    MFG_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/mfg/12.0.0
    MRP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/mrp/12.0.0
    MSC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/msc/12.0.0
    MSD_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/msd/12.0.0
    MSO_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/mso/12.0.0
    MSR_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/msr/12.0.0
    MST_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/mst/12.0.0
    MTH_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/mth/12.0.0
    MWA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/mwa/12.0.0
    NLS_DATE_FORMAT=DD-MON-RR
    NLS_DATE_LANGUAGE=
    NLS_LANG=American_America.AL32UTF8
    NLS_NUMERIC_CHARACTERS=.,
    NLS_SORT=BINARY
    OA_DOC=/u01/ebs/R12VIS/apps/apps_st/comn/doc
    OAD_TOP=/u01/ebs/R12VIS/apps/apps_st/comn
    OA_HTML=/u01/ebs/R12VIS/apps/apps_st/comn/webapps/oacore/html
    OAH_TOP=/u01/ebs/R12VIS/apps/apps_st/comn/webapps/oacore
    OA_JAVA=/u01/ebs/R12VIS/apps/apps_st/comn/java/classes
    OA_JRE_TOP=/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/jre
    OA_MEDIA=/u01/ebs/R12VIS/apps/apps_st/comn/java/classes/oracle/apps/media
    OAM_TOP=/u01/ebs/R12VIS/apps/apps_st/comn/java/classes/oracle/apps
    OA_SECURE=/u01/ebs/R12VIS/apps/apps_st/comn/secure
    OE_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/oe/12.0.0
    OKC_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/okc/12.0.0
    OKE_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/oke/12.0.0
    OKI_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/oki/12.0.0
    OKL_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/okl/12.0.0
    OKS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/oks/12.0.0
    OKX_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/okx/12.0.0
    ONT_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ont/12.0.0
    OPI_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/opi/12.0.0
    ORACLE_HOME=/u01/ebs/R12VIS/db/tech_st/11.1.0
    ORACLE_TERM=vt220
    ORA_CONFIG_HOME=/u01/ebs/R12VIS/inst/apps/VIS_vizz/ora
    OTA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ota/12.0.0
    OZF_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ozf/12.0.0
    PATH=/u01/ebs/R12VIS/apps/tech_st/10.1.3/perl/bin:/bin:/u01/ebs/R12VIS/apps/apps_st/appl/fnd/12.0.0/bin:/u01/ebs/R12VIS/apps/apps_st/appl/ad/12.0.0/bin:/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/jre/bin:/u01/ebs/R12VIS/apps/apps_st/comn/util/unzip/unzip::/u01/ebs/R12VIS/apps/tech_st/10.1.3/perl/bin:/bin:/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/jre/bin:/u01/ebs/R12VIS/apps/apps_st/comn/util/unzip/unzip:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/bin:/u01/ebs/R12VIS/apps/tech_st/10.1.3/ant/bin:/u01/ebs/R12VIS/apps/tech_st/10.1.3/appsutil/jdk/bin:/u01/ebs/R12VIS/apps/tech_st/10.1.3/ant/bin:/u01/ebs/R12VIS/db/tech_st/11.1.0/appsutil/scripts/VIS_vizz
    PA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pa/12.0.0
    PAY_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pay/12.0.0
    PCCFLAGS=include=$(PCCINC) ireclen=161 sqlcheck=none dbms=v6
    PCCINC=. include=$(FND_TOP)/include include=$(ORACLE_HOME)/precomp/public
    PCC=$(ORACLE_HOME)/bin/proc
    PERL5LIB=/u01/ebs/R12VIS/apps/tech_st/10.1.3/perl/lib/5.8.3:/u01/ebs/R12VIS/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3:/u01/ebs/R12VIS/apps/apps_st/appl/au/12.0.0/perl:/u01/ebs/R12VIS/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi
    PER_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/per/12.0.0
    PFT_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pft/12.0.0
    PJI_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pji/12.0.0
    PJM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pjm/12.0.0
    PLATFORM=LINUX
    PMI_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pmi/12.0.0
    PN_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pn/12.0.0
    POA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/poa/12.0.0
    POM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pom/12.0.0
    PON_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pon/12.0.0
    POS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pos/12.0.0
    PO_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/po/12.0.0
    PQH_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pqh/12.0.0
    PQP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pqp/12.0.0
    PRP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/prp/12.0.0
    PSA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/psa/12.0.0
    PSB_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/psb/12.0.0
    PSP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/psp/12.0.0
    PV_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/pv/12.0.0
    PWD=/u01
    QA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/qa/12.0.0
    QOT_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/qot/12.0.0
    QPR_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/qpr/12.0.0
    QP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/qp/12.0.0
    QRM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/qrm/12.0.0
    REPORTS_CLASSPATH=/u01/ebs/R12VIS/apps/tech_st/10.1.2/reports/jlib/rwbuilder.jar:/u01/ebs/R12VIS/apps/tech_st/10.1.2/reports/jlib/rwrun.jar:/u01/ebs/R12VIS/apps/tech_st/10.1.2/jlib/zrclient.jar:/u01/ebs/R12VIS/apps/tech_st/10.1.2/j2ee/home/oc4j.jar:/u01/ebs/R12VIS/apps/tech_st/10.1.2/j2ee/home/lib/ojsp.jar
    REPORTS_NO_DUMMY_PRINTER=TRUE
    REPORTS_PATH=/u01/ebs/R12VIS/apps/apps_st/appl/au/12.0.0/plsql:/u01/ebs/R12VIS/apps/apps_st/appl/fnd/12.0.0/reports:/u01/ebs/R12VIS/apps/apps_st/appl/au/12.0.0/reports:/u01/ebs/R12VIS/apps/apps_st/appl/au/12.0.0/graphs
    REPORTS_POST=&5556
    REPORTS_PRE=&5555
    REPORTS_TAGLIB_URI=/WEB-INF/lib/reports_tld.jar
    REPORTS_TMP=/u01/ebs/R12VIS/inst/apps/VIS_vizz/temp
    REPORTS_USEREXITS=/u01/ebs/R12VIS/apps/apps_st/appl/fnd/12.0.0/bin/fndrwxit.so
    RG_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/rg/12.0.0
    RLM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/rlm/12.0.0
    RM=rm -f
    RRS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/rrs/12.0.0
    RW=/u01/ebs/R12VIS/apps/tech_st/10.1.2/reports
    SESSION_MANAGER=local/vizz.local:/tmp/.ICE-unix/3013
    SHELL=/bin/bash
    SHLVL=8
    SHT_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/sht/12.0.0
    SSH_AGENT_PID=3049
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_AUTH_SOCK=/tmp/ssh-PXPoYb3013/agent.3013
    SSP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/ssp/12.0.0
    TERM=xterm
    TESTVAR=HalloDaar
    TK_ICON=/u01/ebs/R12VIS/apps/tech_st/10.1.2/reports/plugins/resource
    TK_PRINTER=noprint
    TK_PRINT_STATUS=echo %n is valid
    USER=applvis
    VEA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/vea/12.0.0
    VNDARPL=
    VNDARSL=
    VNDPAYPL=
    VNDPAYSL=
    WEBAPPS_TOP=/u01/ebs/R12VIS/apps/apps_st/comn/webapps
    WINDOWID=24205626
    WIP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/wip/12.0.0
    WMS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/wms/12.0.0
    WPS_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/wps/12.0.0
    WSH_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/wsh/12.0.0
    WSM_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/wsm/12.0.0
    XDO_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/xdo/12.0.0
    XDP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/xdp/12.0.0
    XENVIRONMENT=/u01/ebs/R12VIS/inst/apps/VIS_vizz/ora/10.1.2/reports/Tk2Motif_AL32UTF8.rgb
    XLA_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/xla/12.0.0
    XLE_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/xle/12.0.0
    XMODIFIERS=@im=none
    XNB_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/xnb/12.0.0
    XNP_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/xnp/12.0.0
    XTR_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/xtr/12.0.0
    ZPB_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/zpb/12.0.0
    ZX_TOP=/u01/ebs/R12VIS/apps/apps_st/appl/zx/12.0.0

  • Connecting to SQLPLUs and using DBCA

    hi
    i have just installed oracle 10g on a fresh windos xp machine and after installation, DBCA is not able to create database
    When it starts creating database, it returns error
    ORA-24324: Service handle not initializaed
    ORA-24323: Value not allowed
    ORA-28547: connection to server failed, probable Oracle Net admin error
    Some thing same i am facing if i use oracle 9i DBCA to create a database.
    If i try to use SQLPLSU to login to the database, it doesnt allow me and returns error of "hotsdef not found"
    let me tell you one thing that i am logged in to the OS as a domain user "salman.qureshi'
    Amaizingly if i log into the windows using local administrator, it allows me everthing to do.
    my domain user "salman.qureshi" is the member of local ORA_DBA group and also local administrator group (same groups as local ADMINISTRATOR user is connected)
    any clue?
    Regards

    Well i am on wondows XP,
    it doesnt let me connect to SQLPLUS unless i specify a TNS Service while connecting to a local DB, This is the reason that DBCA is not able to create a database, when i log into the system as local Admunistrator, it allows me to connect and create a database So i created a database.
    now if i log into the system using domain user, and write scott/tiger, it is returning error "end-of-file on communication channel"
    but if i use scorr/tiger@tnservice, it connects me
    Regards

Maybe you are looking for

  • Lost "Reopen all windows from last session"

    Somehow, I lost the "Reopen all windows from last session" command from the History Menu in Safari 4.0.4. Tried deleting Safari and reinstalling, but no luck, so, it must be in one of the Library files, I guess. Any ideas on how I can recover this fe

  • How to get the view tree from a jsp page

    Hi, I would like to get the view tree of a jsp page. The idea is to dynamically include the content of one or more jsf pages into a UIPanel during a "value changed" event. So, i could get from an arbitrary page like ... <%@ taglib uri="http://java.su

  • Nokia 5800 GPS Question

    I'm planning on traveling from the USA to Europe and want to know if the GPS will work in Europe if I don't have phone service or a pay as you go SIM card. Thanks. Solved! Go to Solution.

  • Please Help me in Labview and MS Access Database Connective

    Please Help me in LabVIEW and MS Access Database Connective through an example . I am new to LabVIEW .I need simple example that take a data from a table and display it on front panel . thanks in advance .

  • Is there a way that I can call a Swing application

    Hi all, Is there a way that I can call a Swing application from html page. fox example when user clicks on the url in html will activate a swing local application thanks