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

Similar Messages

  • 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 DBA connection

    Hi
    i am using oracle 10.2 and when i tried to connect as sysdba to this link "http://administrator:5560/isqlplus/dba"
    a pop up window comes an asked me to enter user name and password,
    tha window is labled as "Connect to administrator"
    isql* plus DBA
    can sombody tell me how can i go through this security layer
    Thanks & Regard

    See your isqlplus connection as sysdba

  • Login in sysdba mode from isql*plus in oracle9i

    what is a operating system user in oracle and how to create it?
    how to log in isql*plus with sys or system user with sysdba or sysoper ?

    If you are using a 10.x version of iSQL*Plus, you'll need to use JAZN to set up a user to access the iSQL*Plus DBA URL. This is protected by default, using Basic authentication. So you'll need to set this up manually, then login with the credentials you create. The doc for this is here:
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14357/ch2.htm#sthref475
    Alison

  • ISQL*Plus problem..

    I am a newbie of Oracle, just installed Oracle in my own PC as well as iSQLPlus servies started.
    I have no problem in entering http://MYIP:5560/isqlplus, I failed to login by using sys account.
    It return an error 'ERROR - ORA-28009: connection to sys should be as sysdba or sysoper'
    I entered:
    username: sys
    password: [password for sys]
    Connect Identifier: eepmf (name of my DB)
    I have ever tried to leave Connection Identifier empty. But the problem persist.
    Did I miss the Oracle Net Connection string? (According to my study guide, but I am not sure what is it)... Could someone help me? Thank you so much

    I am trying to do the following but cannot proceed in step 2...
    To set up the iSQL*Plus DBA URL
    1) Create users for the iSQL*Plus DBA URL - I have created a new user named 'stanley'.
    2) Grant the webDba role to users. - When I tried to add the role to this user, I cannot find 'WebDBA', I just found a role named DBA but not WebDBA - are they the same or I missed some steps?
    3) Restart the iSQL*Plus server after making any changes to the JAZN authentication file, jazn-data.xml. The JAZN authentication file is changed when you use the JAZN admin tool to set up users for the iSQL*Plus DBA URL.

  • Can't login isql*plus as sys sysdba

    Installed 10g on Windows XP SP3.
    Everything works fine except can not login as sys sysdba via url
    http://I6000D:5560/isqlplus/dba
    It prompts for ONLY username and password and connection ID. however, I don't where to enter 'As sysdba'. Tried put 'as sysdba' in each field but no use.
    No problem from DOS command prompt: connect sys/pwd as sysdba

    Confused about the info on the web site regarding enabling dba
    - Do i do the enabling only, or everything after enabling, like ' To set up the iSQL*Plus DBA URL'?
    - for enabling dba access, please provide detailed instructions since I have very little time to get this resolved
    That web site pointing to a lot of documents. do not know which doc to look into...
    Thanks for the help,
    Dennis

  • Confusion with isql*plus

    good Morning to all;
    What's the procedure to start isql*plus in oracle 10g ?
    DB created using OUI. When i trying to connect following url getting
    SQL*Plus URL:
    http://rhel5.myserver:5560/isqlplus
    iSQL*Plus DBA URL:
    http://rhel5.myserver:5560/isqlplus/dba
    Should i start isql*plus manually ?

    Hello to all ;
    I enabled isql*Plus but i can't connect as sysdba ..
    In iSQL*Plus login screen how can i issue command to connect as sysdba
    I entered like this method username : sys as sysdba
    password : xxxxxxxxxx
    CONNECT IDENTIFIER : ORCL
    When i am using above method i am getting error *SP2-0306 - Invalid option. Usage: CONN[ECT] username/password[@connect_identifier] [AS {SYSOPER|SYSDBA}] or: CONN[ECT] /[@connect_identifier] AS SYSOPER*
    Please provide a  way to connect  as  sysdba  via iSQLPlus ..*

  • Em is working; iSQL*Plus is not

    Hi,
    Seeking expert suggestions from you guys!!
    - I've installed 10gR2 on WinXP. It is local to the server.
    - Now I'm able to connect using EM.
    - However when I connect using iSQL*Plus / iSQL*Plus DBA in IE6,
    getting "The page cannot be displayed".
    What could be the problem? Any ideas?

    Below is emoms.properties file
    For convenience, I've manually modified the <hostname.domainname> as abc.xyz.com.
    #Sat Dec 02 16:29:52 GMT+05:30 2006
    oracle.sysman.emSDK.svlt.ConsoleServerName=abc.xyz.com_Management_Service
    oracle.sysman.eml.mntr.emdRepPwd=df6fe375a0f790ef
    emdrep.ping.pingCommand=ping <hostname>
    oracle.sysman.eml.mntr.emdRepPort=1521
    oracle.sysman.eml.mntr.emdRepDBName=db
    oracle.sysman.eml.mntr.emdRepPwdSeed=6968196364921325512
    oracle.sysman.emSDK.svlt.ConsoleMode=standalone
    oracle.sysman.emRep.dbConn.statementCacheSize=30
    oracle.sysman.db.isqlplusUrl=http\://abc.xyz.com\:5561/isqlplus/dynamic
    oracle.sysman.emSDK.svlt.ConsoleServerPort=1158
    oracle.sysman.eml.mntr.emdRepRAC=FALSE
    oracle.sysman.emSDK.emd.rt.useMonitoringCred=true
    oracle.sysman.eml.mntr.emdRepPwdEncrypted=TRUE
    oracle.sysman.db.isqlplusWebDBAUrl=http\://abc.xyz.com\:5561/isqlplus/dba/dynamic
    oracle.sysman.emSDK.svlt.ConsoleServerHost=abc.xyz.com
    oracle.sysman.eml.mntr.emdRepDBID=1371958222
    oracle.sysman.emSDK.svlt.ConsoleServerHTTPSPort=1158
    oracle.sysman.eml.mntr.emdRepServer=abc.xyz.com
    oracle.sysman.eml.mntr.emdRepSID=instance1
    oracle.sysman.eml.mntr.emdRepConnectDescriptor=(DESCRIPTION\=(ADDRESS_LIST\=(ADDRESS\=(PROTOCOL\=TCP)(HOST\=abc.xyz.com)(PORT\=1521)))(CONNECT_DATA\=(SERVICE_NAME\=db)))
    oracle.sysman.emSDK.sec.ReuseLogonPassword=true
    oracle.sysman.eml.mntr.emdRepUser=SYSMAN
    oracle.sysman.db.adm.conn.statementCacheSize=2
    oracle.sysman.db.perf.conn.statementCacheSize=30

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

  • SQL*Plus/iSQL*Plus login as DBA

    I just installed 10g Enterprise on a Windows platform and am a bit confused to why I cannot log into SQL*Plus/iSQL as a DBA. I can login as one of the user accounts then use 'connect' to login as dba in SQL*Plus or at the Windows command prompt. I cannot do this, however, in iSQL*Plus. One of the threads on this forum pointed me to using JAZN after installing OC4J. I am in the process of doing this, but I need to understand something apparently fundamental: why should I have to perform another install when the Universal Installer installed iSQL and all the features that came with it? Didn't the 10g download give me the tools necessary to administer its application's accounts? The OC4J download page states that this tool should not be used to replace an existing 10g installation.
    Moreover, why iSQL knows about the 'users' authorization level, but not 'system?' I can see the users and groups in the Enterprise Manager, but no features to set WebDBA users as iSQL*Plus requests.
    Your comments would be much appreciated.

    Hi,
    in order to use iSQL*Plus as DBA, you have to perform additional configuration. See
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14357/ch2.htm#BCEIHEJF
    By the way: Get used to a different tool like SQL*Plus linemode or SQL Developer, because iSQL*Plus disappears in future versions.
    Kind regards
    Uwe

  • Oracle 10g - iSQL*Plus URL issue

    Hello:
    I'm trying to run a sql script file via my browser and I'm receiving the following error message:
    SP2-0920: HTTP error 'URL access is disabled in iSQL*Plus ' on attempt to open URL
    In my HTML file, my SQL script is located on c:\demo\script.sql. In the A HREF portion of my HTML, I am not sure whether I am referencing my script.sql correctly. I'm wondering if this could be the cause of the error message.
    This is the HTML file I am running on my browser:
    <HTML>
    <HEAD>
    <TITLE></TITLE>
    </HEAD>
    <BODY>
    <!--Run Employee Report-->
    </body>
    </html>
    If anyone can help me out that would great. Thank you in advance.
    Message was edited by:
    fullfocus
    Message was edited by:
    fullfocus
    Message was edited by:
    fullfocus
    Message was edited by:
    fullfocus

    Sorry it took so long but I finally had a chance to get back to this. This is what I did. My test.html file is located in the d:\sql directory but it could be located anywhere. It looks like this:
    <HTML>
    <HEAD>
    <TITLE>iSQL*Plus Dynamic Report</TITLE>
    </HEAD>
    <BODY>
    <!--H1><em>i</em>SQL*Plus Report</H1>
    Run Employee Report
    </BODY>
    </HTML>
    ora9i is the name of my machine -- a Windows XP Pro SP2 installation.
    The script.sql file is:
    set pagesize 200
    select *
    from emp_details_view
    order by last_name, employee_id
    This file is located in the $ORACLE_HOME\Apache\Apache\htdocs directory which on my machine is d:\oracle\ora92\Apache\Apache\htdocs. The file has to be there because the HTTP Server configuration file d:\oracle\ora92\Apache\Apache\conf\httpd.conf has a configuration parameter called DocumentRoot which tells the HTTP Server where to look for documents. You can change the location where it will look by using symbolic links or aliases but for the sake of simplicity, I left the parameter alone.
    To get the script to run, these are the steps I took:
    1. In IE7, click File --> Open and browse to the location on your hard drive where the test.html file is located and click on Open and then OK.
    2. This should present you with a page that says
    iSQLPlus Report
    Run Employee Report
    This comes from the formatting I used in my html file above.
    3. Click on Run Employee Report
    4. This will take you to the iSQL*Plus login page where you will be asked to enter a Username, Password and Connection Identifier. The username should be a user who has access to the HR schema and the connection identifier can simply be the name of your Oracle SID. If you have Oracle installed on your local machine, you can leave this field blank.
    5. If everything is working, the script.sql will run and the next page will have the results of running the script which will be everything in the emp_details_view.
    Tom

  • ISQL*PLUS dynamic reports - how to pass connect string in the URL

    When we run dynamic reports thru ISQL*PLUS, does anyone know how
    to pass the connect string info in the URL
    The following is the code from ISQL*PLUS users guide but it
    dosen't show how to pass the connect string
    when I tried to pass hr/your_secret_password@dbserver for userid
    I got an error msg
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    <HTML>
    <HEAD>
    <TITLE>iSQL*Plus Dynamic Report</TITLE>
    </HEAD>
    <BODY>
    <H1>iSQL*Plus Report</H1>
    <H2>Query by Employee ID</H2>
    <FORM METHOD=get ACTION="http://host.domain/isqlplus">
    <INPUT TYPE="hidden" NAME="userid"
    VALUE="hr/your_secret_password">
    <INPUT TYPE="hidden" NAME="script"
    VALUE="http://host.domain/employee_id.sql">
    Enter employee identification number: <INPUT TYPE="text"
    NAME="eid" SIZE="10">
    <INPUT TYPE="submit" VALUE="Run Report">
    </FORM>
    </BODY>
    </HTML>
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Thanks
    Jay

    The form you use should work when your change
    "hr/your_secret_password" to a valid username, password
    and connect identifier like "hr/hr@MYDB". Don't forget to
    configure MYDB in your tnsnames.ora file on the machine that has
    the iSQL*Plus server.
    What was the error you got?
    The full URL syntax did seem to go missing from the 9.0.1 doc.
    See below for the full syntax. This should be appearing in a
    forthcoming FAQ.
    - CJ
    What syntax can I use to run an iSQL*Plus Dynamic Report?
    You can run a dynamic report by entering the report URI in the
    location field of your browser, or by making the report server a
    link or the action for an HTML form. The iSQL*Plus 9i Release 1
    documentation has examples of these.
    The general syntax for running a dynamic report is:
    {uri}?[userid=logon&]script=location[&param...]
    where uri
    Represents the Uniform Resource Identifier (URI)
    of the iSQL*Plus Server, for example:
    http://host.domain/isqlplus
    where logon
    Represents the log in to the database to which you
    want to connect:
    {username[/password][@connect_identifier]}
    where location
    Represents the URI of the script you want to run.
    The syntax is:
    http://[host.domain/script_name]
    The host serving the script does not have to be
    the same as the machine running the iSQL*Plus server.
    where param
    Specifies the named parameters for the script you
    want to run.
    Named parameters consist of varname=value pairs.
    iSQL*Plus will define the variable varname to equal value prior
    to executing the script e.g.
    ...script=http://server/s1.sql&var1=hello&var2=world
    This is equivalent to the SQL*Plus commands:
    SQL> define var1=hello
    SQL> define var2=world
    SQL> @http://server/s1.sql
    iSQL*Plus, SQL*Plus and SQL keywords are reserved
    and must not be used as the variable names (varname). Note also,
    that since variables are delimited by the ampersand character,
    there is no requirement to enclose space delimited values with
    quotes. However, to embed the ampersand character itself in the
    value, it will be necessary to use quotes.
    For compatibility with older scripts using the &1
    variable syntax, varname may be replaced with the equivalent
    variable position as in:
    ...script=http://server/s1.sql&1=hello&2=world
    Note the & is the URL parameter separator and not
    related to the script's substitution variable syntax.
    Commands and script parameters may be given in any
    order in the dynamic report URI. However, please note that if any
    parameters begin with reserved keywords such as "script" or
    "userid" then it may be interpreted as a command rather than a
    literal parameter.

  • ISQL*Plus: what is the URL

    Hi, I'm trying to do the iSQL*Plus configuration.
    Does anyone know what the default URL is for the Personal Edition?
    Thanks,
    Pete

    Hi Alison, Maybe that's the problem ... I get this error when I try to start the HTTP server:
    [Mon Jun 16 19:36:13 2003] [alert] (5)Access is denied: FastCGI: CreateMutex() failed
    Syntax error on line 92 of o:/oracle/ora92/sqlplus/admin/isqlplus.conf:
    failed to create FastCGI application accept mutex
    Lines 91-93 are:
    (this is 91):<IfModule mod_fastcgi.c>
    (this is 92): FastCgiServer O:\oracle\ora92\bin\isqlplus -port 8228 -initial-env iSQLPlusNumberOfThreads=20 -initial-env iSQLPlusTimeOutInterval=30 -initial-env iSQLPlusLogLevel=off -initial-env iSQLPlusAllowUserEntMap=none -idle-timeout 3600
    (this is 93):</IfModule>
    Thanks,
    Pete

  • Why I am not able to login by ISQL*PLUS?

    Hello any one can help me?
    I installed RHEL.4 with my pentium 3 machine with 512mb of RAM. I installed with 4 partition /,/boot, /oracle and swap partition.Linux is running pretty fine. i installed Oracle 9i release 2 successfully without any error except agent get fail. Now i skiped the DBCA database creation and created manually using OMF.Now I am not able to connect my database by using ISQL*PLUS. can i get help? as well as how to login in iSQL*PLUS as sysdba? should i configure apache induvidually if yes how to do that?

    Make sure your Apache http server is up and running, this is the entry point to your isqlplus in 9iR2
    apachectl start
    Once started, get access to the regular url to your apache home page:
    http://hostname:ApachePort/isqlplus
    investigate which one is the port used by your http server, Oracle by default sets it to 7777. This can be found at the httpd.conf configuration file.
    On the other hand, in order for you to access as isqlplusdba, this should be enabled at the isqlplus.conf file found at the $ORACLE_HOME/sqlplus/conf directory, you will find both, sqlplus and isqlplus locations declared on the same file, the second one is commented. It is configured so you provide a password by means of the regular apache authentication mechanism, it's up to you if you wan to use it or just rely on the sysdba password to gain access to your database.
    ~ Madrid.

  • TNS error connecting to db using iSQL*Plus

    I am trying to use iSQL to access our database (Oracle9i Enterprise Edition Release 9.2.0.1.0) for the first time.
    I have reviewed Note 185707.1.
    I start the HTTP Server on my client PC.
    I bring up my web browser (IE version 6).
    I enter in the URL http://<<host>>:7778/isqlplus.
    ISQL*Plus login page is displayed.
    I enter a valid user, password and connection identifier and receive the ORA-12154: TNS:could not resolve service name Error.
    In the Note referenced above, there are instructions for configuring the iSQL*Plus Server, but I am not sure what that is (or where it is). It says to enter a new connection identifier in the tnsnames.ora file as follows:
    connection identifier = (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=www.oracle.com) (PORT=1521)))(CONNECT_DATA=(SID=orashop)))
    but I am confused as to how this would be different from my existing connection unless we are supposed to put this in literally then use connection string orashop (which seems unlikely).
    Any help would be appreciated.
    Tracy

    You have a couple of options.
    1. Leave the connection identifier empty to connect to the default database (just like in SQL*Plus command line).
    2. Confirm you can log into SQL*Plus command line using the same connection identifier.
    3. Confirm that your tnsnames.ora file contains the correct connection information for the database you are trying to connect to.
    The 'orashop' example is only an example.
    Alison

Maybe you are looking for

  • Upgraded to Yosemite, some problems with user switching

    If I had to do it again, I would do a clean install.... I upgraded my iMac (circa 2009) to Yosemite so that my wife can connect her iPhone to the computer and copy her photos.  (Doesn't seem like we need to do that with iCloud?) Yosemite was very slo

  • ITunes Store does not open after upgrading to 10.6

    My Intel iMac running 10.6.8 will not open the iTunes store after I upgraded iTunes to 10.6.  The iTunes store page is simply white with "iTunes Store" centered on the screen.  My iPhone and iPods are not recognized but all other functions of iTunes

  • I no longer have a place to type in web addresses - I want it back please

    see question above there are so many options I dont want I juts want a seb browser with somewhere to type a web address!

  • Emulatorsession list failed

    With the command "tarantella emulatorsession list" obtained this output: Timed out while waiting for reply from the JServer. In the logs appear : Tarantella Enterprise 3 (3.4) ERROR: Listing of emulator sessions failed. javax.naming.PartialResultExce

  • Java 2D and Polylines- General Path

    Hello everyone, with a friend we have to prepare a project for the university. There are a lot to be done however the most important to be done first is drawing a General Path, providing two arrays. One of x coordinates and one of y coordinates. So I