ISQL*Plus product feedback

Do you have a moment to answer a couple of product direction questions for the SQL*Plus team? Great!
1. Which feature do you most like in iSQL*Plus?
Answer:
2. Which feature do you least like in iSQL*Plus?
Answer:
3. Which SQL*Plus interface will you use the most?
(a) iSQL*Plus (browser-based)
(b) SQL*Plus for Windows (GUI)
(c) SQL*Plus command line
Answer:
4. What feature would you most like to see added to iSQL*Plus?
Answer:
5. Any other comments?
Answer:
Either post back to this forum, or email [email protected] with your response. Thanks for your time.
Alison
iSQL*Plus Team
null

1. Which feature do you most like in iSQL*Plus?
Answer: it's simple.
2. Which feature do you least like in iSQL*Plus?
Answer: least like: lack of return codes - I had a glitch when running sqlplus as a system command from a PERL script... it couldn't open the file and wrote that it couldn't to a log, but it seems to return 0 no matter what happens. In such situations, it would be nice to have return codes.
3. Which SQL*Plus interface will you use the most?
(a) iSQL*Plus (browser-based)
(b) SQL*Plus for Windows (GUI)
(c) SQL*Plus command line
Answer: c
4. What feature would you most like to see added to iSQL*Plus?
Answer: as above, return codes
5. Any other comments?
Answer: nope
null

Similar Messages

  • Problems with report using isql*plus

    Hi there,
    As the title of this topic illustrates, i'm having trouble dumping relevant data from columns of different tables. Using isql*plus, I have three tables appropriatly related. A 'course' table, 'student' and 'next_of_kin' tables. I have many students enrolled on various courses but only a hanfull of courses offer the module option 'Database Systems'. I have no 'module' table but i know the three course names which provide the module option. I intend on producing a report hich lists all students enrolled on the courses which provid the module option 'Database Systems'. I have attempted the report but i keep getting a 'cartesian product' displaying all next_of_kin names instead of the appropriate. Also i am struggling to come up with the right WHERE statement to depict only the three courses which provide the module option 'Database Systems' as defined by 'courseNo' in both 'course' and 'student' tables.
    Here is the most recent attempt:
    --set echo off*
    --set pagesize 24*
    --set feedback off*
    --set linesize 78*
    col A format 99999999 heading 'Student No'
    col B format A15 heading 'Student Name'
    col C format A15 heading 'Course Name'
    col D format 99999999 'Course No'
    col E format A10 heading 'Next-of-Kin'
    break on A skip 1 on B
    TTitle 'Business Studies 1 Option BT300'
    BTitle 'Prepared By : Richard Stroud / 20527796'
    Select student.StudentNo "Student No",
    student.fName || ' ' || student.lName "Student Name",
    course.title "Course Name",
    course.courseNo "Course No",
    next_of_kin.fName || ' ' || next_of_kin.lName "Next-of-Kin"
    From student, course, next_of_kin
    where course.courseNo = '12885545'
    order by studentNo
    --clear columns*
    --TTitle off*
    --BTitle off*
    --set feedback on*
    --set pagesize 24*
    --clear breaks*
    Any help towards this toipic will be GREATLY appreciated

    According to my little knowledge - i don't think Oracle is an AIDB. It is only RDBMS or rather you can call it Advanced RDBMS.
    Now, you are thinking that since you have provided the relavant table here - so Oracle should automatically pic the single records. Since you have define every logic including the concept of primary key, foreign key in your table.
    But, question is - did you apply the relationship in your join between the tables.
    What does a primary key, foreign key do inside a table? Is it automatically select the unique rows from the join tables - when you didn't mention the join criterion.
    If you think that - then you are wrong. My advice is - kindly go through the JOIN Concept.
    Then start your coding. This is very dangerous way to start. Learn the basics at least.
    So, what Senti suggested has a very much valid point.
    Regards.
    Satyaki De.

  • Where is iSQL*Plus distribution zip file for Oracle 8i (8.1.7)?

    I am running Oracle 8i (8.1.7) under Windows 2000. The iSQL*Plus Installation and Users Guide Release 8.1.7 Beta for Windows says the iSQL*Plus distribution zip file can be downloaded from the Oracle TechNet site (http://otn.oracle.com). I went there but could only fine iSQL*Plus for Oracle 9i. I even clicked on a link for the 8.1.7 version but ended up on a page with the 9i version. Can the 8.1.7 version still be downloaded? If so, what http address will get me to it?
    I want to run iSQL*Plus on my PC to see if I can access my oracle database from an iMAC (apple computer).
    Thanks in advance for your help!

    John,
    iSQL*Plus 8.1.7 beta was available only for a short time. That version was in beta testing and not intended for long term use. iSQL*Plus 9.0.1 (with Oracle9i release 9.0.1 for Windows) is more stable, and has more features. iSQL*Plus 9.2.0.1 (just released with Oracle9i release 9.2.0.1 on most platforms!) is even better. You might want to install a version of Oracle9i and use the new, production releases of iSQL*Plus.
    Alison
    iSQL*Plus Team

  • ISQL*Plus - How to use it?

    I don't have any kind of database installed in my PC nor do I intend to do so. I want to use SQLPlus on a remote database. People here mentioned I could do that with iSQLPlus.
    I went to the following site http://www.oracle.com/technology/obe/obe9ir2/obe-mng/isqlplus/isqlplus.htm.
    It mentions that a database installation is needed to run iSQLPlus. Then one of the guys in this forum mentioned that a database installation is not needed.
    If anyone has successfully used iSQLPlus please help me set it up.

    Hi,
    You can use this links:
    - [Introduction to iSQL*Plus, 1 of 3 |http://download.oracle.com/docs/html/A88826_01/ch1.htm]
    - [Configuring iSQL*Plus, 1 of 8 |http://download.oracle.com/docs/html/A88826_01/ch2.htm]
    - [The iSQL*Plus User Interface, 1 of 4 |http://download.oracle.com/docs/html/A88826_01/ch3.htm]
    - [Using iSQL*Plus , 1 of 9 |http://download.oracle.com/docs/html/A88826_01/ch4.htm]
    You can also use SQL Developer (it's free) this tool provides a graphical interface so users can browse the database, run SQL, PL/SQL and SQL*Plus statements, execute SQL scripts, and edit and debug PL/SQL statements, and much more...
    To download please refer to:
    - http://www.oracle.com/technology/products/database/sql_developer/files/what_is_sqldev15.html
    Cheers ;)
    Francisco Munoz Alvarez
    www.oraclenz.com

  • In Oracle 10g, iSQL* Plus Application Server is not starting

    I have Windows XP OS, installed Oracle 10g.
    But Finally OracleOraDb10g_home1iSQL*Plus is not starting.
    I had looked in windows services OracleOraDb10g_home1iSQL*Plus status is in Starting. Not Starting
    How to solve this problem, Because two or three client systems want to access this oracle iSQL*Plus through browser.
    Not Working

    I Tried this:
    C:\oracle\product\10.1.0\db_1>%ORACLE_HOME%\jdk\bin\java.exe -Djava.awt.headless
    =true -Xrs -Doracle.oc4j.localhome=%ORACLE_HOME%\sqlplus -Djava.security.propert
    ies=%ORACLE_HOME%\oc4j\j2ee\home\config\jazn.security.props -jar %ORACLE_HOME%\o
    c4j\j2ee\home\oc4j.jar -config %ORACLE_HOME%\oc4j\j2ee\isqlplus\config\server.xm
    l
    05/11/20 12:49:54 Copying default deployment descriptor from archive at C:\oracl
    e\product\10.1.0\db_1\oc4j\j2ee\oc4j_applications\applications\isqlplus/META-INF
    /orion-application.xml to deployment directory C:\oracle\product\10.1.0\db_1\oc4
    j\j2ee\isqlplus\application-deployments\isqlplus...
    05/11/20 12:49:54 Auto-deploying isqlplushelp (New server version detected)...
    05/11/20 12:49:55 Auto-deploying file:/C:/oracle/product/10.1.0/db_1/oc4j/j2ee/h
    ome/applications/dms0/ (New server version detected)...
    05/11/20 12:49:55 Auto-deploying file:/C:/oracle/product/10.1.0/db_1/oc4j/j2ee/h
    ome/default-web-app/ (New server version detected)...
    05/11/20 12:49:55 Auto-deploying file:/C:/oracle/product/10.1.0/db_1/oc4j/j2ee/h
    ome/applications/dms/ (New server version detected)...
    05/11/20 12:49:55 Copying default deployment descriptor from archive at C:\oracl
    e\product\10.1.0\db_1\oc4j\j2ee\oc4j_applications\applications\isqlplus\isqlplus
    /WEB-INF/orion-web.xml to deployment directory C:\oracle\product\10.1.0\db_1\oc4
    j\j2ee\isqlplus\application-deployments\isqlplus\isqlplus...
    05/11/20 12:49:55 Auto-deploying iSQL*Plus (New server version detected)...
    05/11/20 12:49:55 Auto-deploying file:/C:/oracle/product/10.1.0/db_1/oc4j/j2ee/o
    c4j_applications/applications/isqlplushelp/isqlplushelp/ (New server version det
    ected)...
    05/11/20 12:50:00 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)
    initialized
    what happened means for 15 minutes, it does not process itself. So i gave
    ^C
    Still It is not started

  • ISQL*Plus :- SYSDBA requires WebDBA role and HTTP Authentication? How to?

    Hi...
    When i try to logon using to iSQL* Plus (Oracle 10g version) with SYSDBA privileges in browser it repeatedly asks for username and password?
    What username and password should i give here? or is there any default username and password exists? or how could i create one?
    Thanks ,
    Avi

    Read Frank's article http://www.oracle.com/technetwork/issue-archive/2012/12-jan/o12adf-1364748.html
    Then you have to check if the user use use to login are defined in the stand alone server. If you server is running in production mode there is no automatic user or role migration. You have to to this by yourself.
    Once you have check that the users are present, you have to check if the enterprise roles are mapped to the corresponding application roles.
    Timo

  • Isql*plus DBA logins

    I want the steps required for configuring isql*plus for dba logins,
    when i connect to the following url:
    http://192.168.1.203:5560/isqlplus/dba/dynamic
    it prompt me for a username and password, how to setup this dba username and password

    Hi Paul,
    I understand your concern, but could you given the examples of how we can add a DBA user4 login thru iSQL*PLUS. As you said, I made the necessary changes but its still not working. here is what I tried:
    [oracle@physicalhost ~]$ /home/oracle/oracle/product/10.2.0/db_1/jdk/bin/java -Djava.security.properties=/home/oracle/oracle/product/10.2.0/db_1/oc4j/j2ee/home/config/jazn.security.props -jar /home/oracle/oracle/product/10.2.0/db_1/oc4j/j2ee/home/jazn.jar -user "admin" -password welcome -shell
    oracle.security.jazn.JAZNRuntimeException: Configuration file "config/jazn.xml" does not exist. Check your JAAS configuration settings.
    at oracle.security.jazn.JAZNConfig.getJAZNProperties(Unknown Source)
    at oracle.security.jazn.JAZNConfig.access$100(Unknown Source)
    at oracle.security.jazn.JAZNConfig$2.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jazn.JAZNConfig.getJAZNPropertiesNoCheck(Unknown Source)
    at oracle.security.jazn.JAZNConfig.<init>(Unknown Source)
    at oracle.security.jazn.JAZNConfig.initJAZNSingleton(Unknown Source)
    at oracle.security.jazn.JAZNConfig.getJAZNConfig(Unknown Source)
    at oracle.security.jazn.util.Dbg$2.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jazn.util.Dbg.getJAZNProperty(Unknown Source)
    at oracle.security.jazn.util.Dbg.getBoolJAZNAndSystemProperty(Unknown Source)
    at oracle.security.jazn.util.Dbg.<clinit>(Unknown Source)
    at oracle.security.jazn.JAZNConfig.fileExists(Unknown Source)
    at oracle.security.jazn.JAZNConfig.getDefaultJAZNConfigFilePath(Unknown Source)
    at oracle.security.jazn.JAZNConfig.access$000(Unknown Source)
    at oracle.security.jazn.JAZNConfig$2.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jazn.JAZNConfig.getJAZNPropertiesNoCheck(Unknown Source)
    at oracle.security.jazn.JAZNConfig.<init>(Unknown Source)
    at oracle.security.jazn.JAZNConfig.initJAZNSingleton(Unknown Source)
    at oracle.security.jazn.JAZNConfig.getJAZNConfig(Unknown Source)
    at oracle.security.jazn.tools.Admintool.refresh(Unknown Source)
    at oracle.security.jazn.tools.Admintool.init(Unknown Source)
    at oracle.security.jazn.tools.Admintool.main(Unknown Source)
    JAZN:> adduser "iSQL*Plus DBA" abc abc
    The specified realm does not exist in the system.
    JAZN:>

  • ISQL*Plus startup problem

    Having reviewed the recent thread on this subject but still unable to get iSQL*Plus - I need some help. Here are the details:
    Environment: Windows XP, Oracle 10g PE
    Started iSQL*Plus in CMD window with command: isqlplusctl start - and got message iSQL*Plus started
    Now I go to IE and try the URL for iSQL*Plus I got when I installed: http://192.168.1.100:5560/isqlplus - and get the message: The page can not be displayed.
    What am I doing wrong?
    Any help is appreciated - as I am new to Oracle...
    kavindra

    Kavindra
    i have installed oracle 9i release 1 on windows 2000 pro but iSQL Plus not working.
    I checked on installed products and it is there and also find isqlplus.conf file.
    what are the requirements of iSQL Plus and how can we chech them?
    I have not find 'isqlplus.ini' where it should be?
    isqlplusctl start is also not working.
    how can we check http server availability?
    I tried http://localhost but IIS is opening.
    Tried http://localhost:7776/isqlplus - getting same message: The page can not be displayed.
    Hope you can help on this issue as you solved your problem.

  • License for isql*plus

    Hi,
    we have enterprise edition 10.2.0.1 license. I know that for OEM 10g, we require license to use.
    we want to enable isql*plus services also
    do we require license for isql*plus services.
    Please suggest...

    oraDBA2 wrote:
    thank you..
    as i said. if we want to use OEM 10g Database control..do we require license, as we have 10g enterpirse edition license...Database control doesn't require license. Its a free product. Yes if you would require to use Enterprise Manager to its fullest power than you have to deploy Grid Control which is a seperatly licensed prodcut. If you are just going to use Database Control than there is no need to buy any license.
    Looking at this thread, there may not be a requiremtn to go for Grid Control's licsense too. There is a message saying in the thread that the entire info is valid and checked by an oracle sales rep but I would still urge you to check back with your own Oracle Sales rep.
    License for OEM Grid Control or just the additional Packs and Add-Ins?
    HTH
    Aman....

  • ISQL*Plus DBA URL

    I just installed 10g, during install I changed the passwords for sys and system. I still cannot login to iSQL*Plus. The enterprise console seems to work all except for iSQL*Plus. For username/password I used scott/tiger, system/manager, system/'my password', system/welcome and none work.
    From the documentation I attempted the following from the 10g docs:
    Create and Manage Users for the iSQL*Plus DBA URL
    The actions available to manage users for the iSQL*Plus DBA URL are:
    Create users
    List users
    Grant the webDba role
    Remove users
    Revoke the webDba role
    Change user passwords
    You perform these actions from the $ORACLE_HOME/oc4j/j2ee/isqlplus/application-deployments/isqlplus directory.
    $JAVA_HOME is the location of your JDK (1.4 or above). It should be set to $ORACLE_HOME/jdk, but you may use another JDK.
    admin_password is the password for the iSQL*Plus DBA realm administrator user, admin. The password for the admin user is set to 'welcome' by default. You should change this password as soon as possible. See Change User Passwords.
    A JAZN shell option, and a command line option are given for all steps.
    To start the JAZN shell, enter:
    $JAVA_HOME/bin/java -Djava.security.properties=$ORACLE_HOME/sqlplus/admin/iplus/provider -jar $ORACLE_HOME/oc4j/j2ee/home/jazn.jar -user "iSQL*Plus DBA/admin" -password admin_password -shell
    To exit the JAZN shell, enter:
    EXIT
    Change User Passwords
    To change a user's password from the JAZN shell, enter:
    JAZN> setpasswd "iSQL*Plus DBA" username old_password new_password
    To change a user's password from the command-line, enter:
    $JAVA_HOME/bin/java -Djava.security.properties=$ORACLE_HOME/sqlplus/admin/iplus/provider -jar $ORACLE_HOME/oc4j/j2ee/home/jazn.jar -user "iSQL*Plus DBA/admin" -password admin_password -setpasswd "iSQL*Plus DBA" username old_password new_password
    End of documentation.
    I attempted to follow these instructions. I assume that I use the command prompt from Windows XP Pro. My Oracle Home is:C:\oracle\product\10.1.0\db_1\ and my Java Home is:C:\oracle\product\10.1.0\db_1\jdk\bin\
    I can't get to the 10.1.0 directory, dos give an error saying it's an invalid directory.
    I have tried several other things and after 8 hours I am at an end.
    Any ideas?

    This should help.
    Open a Windows command shell (Type Start > Run and enter "cmd" in the dialog).
    The enter the following at your command prompt:
    set ORACLE_HOME=C:\oracle\product\10.1.0\db_1
    set JAVA_HOME=%ORACLE_HOME%\jdk
    cd %ORACLE_HOME%\oc4j\j2ee\isqlplus\application-deployments\isqlplus
    %JAVA_HOM%\bin\java -Djava.security.properties=%ORACLE_HOME%\sqlplus\admin\iplus\provider -jar %ORACLE_HOME%\oc4j\j2ee\home\jazn.jar -user "iSQL*Plus DBA/admin" -password welcome -shell
    You should now be in the JAZN Admin command line tool. Follow the rest of the documentation to then use JAZN Admin to:
    * Change the default administration password ( from admin/welcome)
    * Create a new iSQL*Plus DBA user
    * Grant the webDba role to the new user
    You will need to restart iSQL*Plus before the changes are available.
    Alison

  • ISQL plus 10g

    Hi, I am trying to setup iSQL plus on Windows.
    I know I need to setup a WebDBA through Jazn. The only documentation I can find for this however is for Unix/Linux.
    The command line $JAVA_HOME/bin/java -Djava.security.properties=$ORACLE_HOME/sqlplus/admin/iplus/provider -jar $ORACLE_HOME/oc4j/j2ee/home/jazn.jar -user "iSQL*Plus DBA/admin" -password admin_password -shell
    will obviously not work. Windows does not use links like Unix/linux and when I look for Documentation on how to get into the Jazn shell in windows I find nothing.
    Any help is appreciated.

    Goto
    %ORACLE_HOME%\oc4j\j2ee\isqlplus\application-deployments\isqlplus
    I have found that Oracle doesn't Always have the environment variable set. So you may have to goto your actual directory. Mine was G:\oracle\product\10.1.0\Db_1\oc4j\j2ee\isqlplus\application-deployments\isqlplus
    Oracle uses something else in the registrey under HKLM > Software > Oracle > Home0 (forgot the variable)
    But anyways, once you goto that directory run this command (obviously substituting your variables to point to your system)
    java -Djava.security.properties=G:\oracle\product\10.1.0\Db_1\sqlplus\admin\iplus\provider -jar G:\oracle\product\10.1.0\Db_1\oc4j\j2ee\home\jazn.jar -user "iSQL*Plus DBA/admin" -password !welcome -shell
    Or you could try this one if you have Oracle_Home set as a variable. You can set variables by right clicking my computer and going to properties then Advanced and Environment Variables at the bottom. Just Make it Oracle_Home and the path to your home. For example mine would of been G:\oracle\product\10.1.0\Db_1
    You can run the following command with that home set. Re open your command prompt so it's been set.
    java -Djava.security.properties=%ORACLE_HOME%\sqlplus\admin\iplus\provider -jar %ORACLE_HOME%\oc4j\j2ee\home\jazn.jar -user "iSQL*Plus DBA/admin" -password !welcome -shell
    Also make sure the server was installed with a static IP or that will mess you up as well.
    Once you get into the JAZN you can goto this link for the documantation on what to type. Remember this will not work unless it is run from within that directory.
    http://download-west.oracle.com/docs/cd/B12037_01/server.101/b12170/ch3.htm#sthref468
    You basically type in
    adduser "iSQL*Plus DBA" username password
    Then
    grantrole webDba "iSQL*Plus DBA" username
    Then type exit and you are done.
    Then goto http://machine_name.domain:5560/isqlplus/dba
    Or you can access iSQL Plus from the Enterprise Manager. THe user name and password you enter on the screen that pops up for authentication is the same one you used for JAZN. To login as sysdba requires authenticationg through JAZN.
    Hope this helps!

  • How can set permissions in iSQL *Plus

    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL*Loader-704: Internal error: ulconnect: OCIServerAttach [0]
    ORA-12546: TNS:permission denied
    I have system password. how can i set permissions in isql *plus
    thanks & regards

    Fatal NI connect error 12546, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=beq)(PROGRAM=/opt/oracle/product/10.2/db_1/bin/oracle)(ARGV0=oracleorcl)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))')(DETACH=NO))(CONNECT_DATA=(CID=(PROGRAM=imp)(HOST=globalsteelweb.com)(USER=root))))
    VERSION INFORMATION:
         TNS for Linux: Version 10.2.0.1.0 - Production
         Oracle Bequeath NT Protocol Adapter for Linux: Version 10.2.0.1.0 - Production
         TCP/IP NT Protocol Adapter for Linux: Version 10.2.0.1.0 - Production
    Time: 30-MAY-2007 09:27:08
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12546
    TNS-12546: TNS:permission denied
    ns secondary err code: 12560
    nt main err code: 516
    TNS-00516: Permission denied
    nt secondary err code: 13
    nt OS err code: 0

  • Where do I find iSQL*Plus to download?

    I am trying to find the isqlplus beta download... can anyone
    help? Also, is there no way that this will work with 9iAS? If
    not, any ideas why not, as they are both Apache servers?
    TIA
    Stuart

    Hi,
    I would appreciate a little more info regarding
    ISQL*Plus. Here is my Oracle config on a XP:
    SQL*Plus: Release 9.0.1.0.1
    Oracle9i Enterprise Edition Release 9.0.1.1.1 - Production
    With the Partitioning option
    JServer Release 9.0.1.1.1 - Production
    Do I have iSQL*Plus ? I look in my
    %ORACLE_HOME%/apache/apache/htdocs/ folder and
    I do not see an iplus folder.
    If I have the iSQL*Plus software what is the
    link/address to give my browser ? Does my browser
    require some new settings?
    Any document or web site you could refer me to
    would be greatly appreciated.
    Thank you,
    Robert Freeman

  • Not able to login through isql*plus ?

    Hi
    I am using 10gR1 on Aix machine. I have successfully started isqlplus at server. I am getting the login page at the web browser. How ever when I try to login I get the following error.
    SP2-00908:- iSQL*Plus may have been restarted without being properly shut down
    Contents of my listener file are as follows:-
    Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /oracle/app/product/10.1.0)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = node2)(PORT = 1521))
    Tnsnames.ora
    HYPAAS =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = node2)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = hypaas)
    WISTG =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.201.51.141)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = wistg.kaka.com)
    HYPTEST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = node2)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = HYPTEST)
    PORTALDB =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.200.49.136)(PORT = 1521))
    (CONNECT_DATA =
    (SID = myspace)
    TED_MIGRATION =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.200.49.14)(PORT = 1521))
    (CONNECT_DATA =
    (SID = testdb)
    SQL_PDEV_PROD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.200.49.28)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = RECT)
    FDMDEV =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = node2)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = fdmdev)
    HYPERION =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = node2)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = hyperion)
    WISTGDEV =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = node2)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = wistgdev)
    )

    Try this, as for Metalink Doc ID: 289815.1
    1. Stop isqlplus
    2. Set the uname variable as follows from command line.
    $ uname=`uname -s`; export uname.
    (Note that you use a backward quote which may be located left of the number 1, depending upon your keyboard).
    3. Start isqlplus and test.

  • How to configure, ISQL*PLUS?

    Hi,
    Can you please let me know how I can work with ISQL*PLUS???
    Thanks in advance,,,

    My Version details are
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    "CORE     11.2.0.1.0     Production"
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production

Maybe you are looking for

  • Hi,Firefox Team!You can add games in this browser?

    With games,Firefox costumers will be very happy!Games like Minecraft,Angry Birds series,Neighbours from Hell series,Ricochet series etc. and... with achievments.This browser is incredible,you can do more...

  • Memory Test Failure:

    I was digging in my computer drawers for a plastic thing to hold one of my SD cards, and then I found a RAM chip that is 512MB. I need lots of these for the imacs, but I tried to install it, and it didn't work...... It is a Dell Memory. Make your nex

  • Issue in JSF1.1 with jdk1.4...

    Hi All, I am facing a very peculiar issue. I am using JSF 1.1 with j2sdk1.4.2_10 and Tomcat 5.5.7. JSF Expression language is giving me some puzzling errors if I say value="#{varList.AInfo.BInfo.someName} mapped in a datatable tag like this, where va

  • Tab Settings, Show tabs at right or left...!!!

    Hi, the new monitors of pc are wide screens, the high is less than wide. I will need to put the tabs of the open pdfs at right or left side of the view-screen. I don't like to reduce the high of  the view-screen. The toolbars are easy to doc (place)

  • SAP / Moodle integration

    Hi all, Do you know of any existing SAP (LSO) / Moodle (open source virtual learning environment) integration and how easy this is to set up? Thanks, Crista