ISQL*Plus login problem

Hi Guys
i am desprate to know whats going on ym system,Please help me
i am sending u the messeg i got in command prompt
C:\oracle\product\10.2.0\db_1\jdk\bin>C:\oracle\product\10.2.0\db_1\jdk\bin\java -Djava.security.properties=C:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\config\jazn.security.props -jar C:\oracle\product\10.2.0\db_1\oc4j\j2ee\home\jazn.jar -adduser sys username sys
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)
RealmLoginModule username: scott
RealmLoginModule password:******
User does not exist in system.
and which user the system is asking for
Thanks

Hi,
1. Check if the scott or sys or apps user is locked by giving
SQL> select username from dba_users where account_status <> 'OPEN';
The usually occurs when the account is locked...
If your are not able to login to sql itself...set the environment and try the same..
thanks,
baskar.l

Similar Messages

  • Isql*plus login

    i have installed oracle 10g and i have a problem with the isql*plus login because after 20 mins that i log in it is asking for me to log in again which i find very frustrating...is there a way to disable the 20 mins login timeout?

    Setting the Session Time Out
    Timing out iSQL*Plus sessions helps to reduce machine load and to maximize resources. The time out interval is set by the session-timeout element. It defines the time a session can be idle before it is expired.
    You need to stop the iSQL*Plus Application Server to make changes to the session-timeout element. You can edit the web.xml configuration file to change the timeout interval. The web.xml file is located in the directory:
    $ORACLE_HOME/oc4j/j2ee/oc4j_applications/applications/isqlplus/isqlplus/WEB-INF
    In the web.xml file, search for the <session-timeout> element inside <session-config>. The syntax of the line to change in the configuration file is:
    <session-config>
    <session-timeout>15</session-timeout>
    </session-config>
    Where the value is the number of whole minutes of idle time before the session times out. It has a default value of 15 minutes. It can be set to any value from 1 to 1440 minutes. It can also be set to never expire by entering a negative value such as -1. It should not be set so small that users do not get a chance to enter their scripts. When a user tries to use a timed out iSQL*Plus session, the Login screen is displayed and the user is prompted to log in again. The following error is displayed: SP2-0864: Session has expired. Please log in again.

  • SQL*Plus login problems

    Hi. I am just reading through my PL/SQL 101 book and exam guide for preparation for the 1Z0-007 exam. I have downloaded Oracle 9i and I cannot login to SQL+ at all. I want to use my database as a stand alone system for the time being until I can network my other computer with my new one.
    All I want is to get into SQL+ so that I can practice pl/sql code for the exam.
    Can anyone help me? What steps should I do?
    thank you, comments and solutions are greatly appreciated.
    Karin

    If you are connecting a local default database (which you may be if I make a guess at your configuration), you don't need to enter anything in the host string field. Just enter the username and password.
    If you are connecting to a remote database, or non-default database, you need to enter a connect string in the host strint field. To find your connect string, look in your tnsnames.ora file (in the network/admin directory) and you will see an entry for the default database you created. Use the value set for SERVICE_NAME.
    Alison
    iSQL*Plus Team

  • 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

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

  • Discoverer plus login problem

    hai,
    i getting error while login to discoverer plus 10.1.2.0.2
    is " Error
    Unable to open a new browser window. Ensure that you do not have popup windows disabled for this site."
    if i worked with discoverer viewer, it working fine
    where is the problem, please let me know it.

    It appears Java pop-up window could not be opened, You could try
    1. You can uncheck the 'Turn on Pop-up Blocker' under Privacy tab in IE
    2. Turn off the Google/Yahoo pop-up blocker if you have these plug-ins
    3. Also, ensure you can download ActiveX Control signed and unsigned with prompting enabled
    4. After entering the user/name password, press Control Key down then click the login button

  • How to access isql*plus

    I am new to oracle 9i. can someone tell me real quick how to get the Oracle isql*plus login prompt from my browser--
    I am on
    windows 2000
    oracle 9i enterprise edition (9.2.0.1)
    netscape browser
    I have access to sqlplus but have no idea to log into isql*plus
    Thanks

    Thanks for the response, and yes you do have a valid point. Well...looks like I have a problem running the Oracle HTTP server. Here's what is happening --
    I go to Start->Programs->Oracle-Ora9->Oracle HTTP Server->Start HTTP Server powered by Apache
    I am trying to start the HTTP server this way, but I get a dos window opened saying
    Syntax error on line 298 of c:/ora9/apache/apache/conf/httpd.conf:
    Port must be numeric
    Note the errors or messages above, and press the <ESC> key to exit ....
    I did go to the location above and opened the file to look : The related statements I found were -
    Port 7777
    Port null
    Listen 7777
    Listen null
    Could there be anything wrong here ? Any idea as to how I get thru this problem and correct it so that I can start my HTTP server. Thanks

  • 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

  • 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

  • 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 ..*

  • Using iSQL *PLUS

    I would like to know how do I go about using the browser interface to SQL PLUS, called iSQL PLUS? I assume you invoke the http server first(in windows 2000, you can start the http server). Do I have to know the url of the http server and type it in the address bar? I appreciate your response. Thanks.

    Do I have to know the url of the http server and type it in the address bar? Yes, that's all you need to do. To get to your HTTP server, enter
    http://<machine_name>/
    To get to iSQL*Plus, enter
    http://<machine_name/isqlplus
    The iSQL*Plus login screen is displayed and just log in with your Oracle username and password.
    I suggest you then read the online help to give you more information on using iSQL*Plus, or post to the iSQL*Plus discussion forum.
    Alison
    iSQL*Plus Team

  • 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

  • Problems starting iSQL PLUS service on Windows XP

    Dear Forum,
    I installed oracle 10g for the first time on Win XP. The Installtion-Process was fine. Now I'm not able to iSQL Plus, beacause the iSQL service in the administration area does not start properly. The status always says that it is starting unfortunately with no success.
    Need help!
    Thanks in advance
    sportmeier

    hi
    i was wondering if and how you solved this error
    i have the same problem now
    thanks

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

Maybe you are looking for

  • Sharing an iTunes library between computers

    is it possible to share a library btwn itunes apps on separate computers in the same house/wireless network? not looking to trump the 5 computer limit, but trying to get two computers to show the same library between them. when i buy a song in one pl

  • Cant connect to itunes, keychain was invalid

    I keep trying to purchase music but continue to get this error message....itunes could not connect to the Music Store. The requested keychain was invalid..open keychain access and run keychain first aid, then try again....well, I do exactly that, ope

  • Download doesn't work with MAC 10.4.11 and i just noticed my Firefox is 2.0.0.6

    Hi, I tried downloading the free Firefox. As soon as I clicked on it a message popped up and said it wasn't compatible with my Mac. My Mac is 104.11 and I cannot afford to buy another computer right now. The screens say it is compatible with MAC 10.4

  • Output aspect ratio problems

    I have a comp that's 1440 x 1080 that looks good in RAM preview and after rendering from within AE CS5.  I recently learned, however (I'm a newbie, btw), that it's generally better to export to Media Encoder and do your renders there (2-pass compress

  • Trying to Shuffle Podcasts in iPhone

    I subscribe to a podcast service and have been able to get the podcasts sync'd to my iPhone. I'm not able to play the podcasts one after the other. I tried putting them in a play list and the shuffle feature doesn't seem to want to work, as it does i