Questions re: iSQL*Plus on 10g

Does iSQL*Plus come with Standard Edition? I just completed an install of a 1-node RAC with 10g on Windows 2003R2 and iSQL*Plus doesn't have a service, the install.txt file is 0 bytes, and the URL responds with "Internal Service Error". There is no conf file available.
Also, does installing Application Express (i.e. HTML-DB) affect iSQL*Plus? I would like to have both running, but I can do without iSQL*Plus if necessary.

iSQL*Plus is bundled with Standard Edition.
Check ORACLE_HOME/oc4j/j2ee dir. Under this directory, there should be a directory call isqlplus.
if there is no problem during installation, isqlplus service should start.
installing Application Express should not effect iSQL*Plus.

Similar Messages

  • 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

  • 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

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

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

  • 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

  • Not able to start isql*plus service

    hello,
    My problem is that I am not able to start isql*plus service,its continuosly showng "starting.." status but doesnt start.In the event viewer there is an error of isql*plus service which says
    The description for Event ID ( 11 ) in Source ( iSQL*Plus Application Server ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: 1056, An instance of the service is already running.
    Please help me resolving this problem
    The database is Oracle 10g r2 10.2.0.1.0.
    Thanx

    Ensure that your iSQL service is running..
    which OS you use?

  • Running ISQL Plus over a home network

    I have a small wireless home network (3 machines), and installed Oracle 10g on one machine. ISQL works fine on this machine. However, I would like to be able to run queries from the other machines using ISQL PLUS.
    Have tried, //<<machinename>>:5560/isqlplus, but this returns a message that the requested page cannot be found.
    I’ve pinged the database host machine from a second machine: ping <<machine name>>, and got a reply but when I pinged the port on the host machine: Ping <<machine name>>:5560, I got no reply. How do I solve communication with this port.
    Any assistance appreciated.
    JH

    Ping <>:5560, I got no reply.Pinging port is not possible. Btw you can't use somthing what is using ICMP protocol (ping) for testing of TCP connection. So use the telnet command for testing of connection.
    P.S: Wrong forum (section) for this type of problem.

  • ISQL*PLUS service can't start

    Hello,
    I installed Oracle 10g on Windows XP, SQLPlus is OK, but I can't start iSQL*Plus service. Please help me how to fix this problem.
    Thks a lot.
    Best regards,
    Kim Hung

    What error message is returned when You try to start it?
    Additionaly You can read Metalink note 400812.1 - How to Create iSQL*Plus Service after Software Only Install on Windows Machine
    And Metalink note 334695.1 is usefull as well.

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

  • Help using isql*plus

    at the university we use isql*plus in the web browser, i installed oracle 10g and i have no idea how to use it :s
    how can i access iSQL*plus using my web browser??
    please, help!!

    how can i access iSQL*plus using my web browser??1. start iSql*plus on the server : (as oracle user)$ isqlplusctl start2. on your browser :http://<machine name or IP address>:<port>/isqlplusPort is normally 5560, but you can check out portlist.ini in $ORACLE_HOME/install.

  • ISQL Plus

    I have recently installed oracle 10g and it works great. When I go to use my iSQL Plus, it dosent let me. I sign in as the SYSDBA. Next I connect as SYSDBA and it says "Requires WebDBA role and HTTP authentication". This dosen't work. Next I sign in as normal and get the message "ERROR: ORA-28009: connection as SYS should be as SYSDBA or SYSOPER" ?????? I cant figure it out. please help.

    use my iSQL Plus, it dosent let meUsing web isqlplus client in a browser? Or a sqlplus client connection?
    ORA-28009 error is from trying to connect with the SYS login but without using AS SYSDBA privilege, in 10g and higher the database does not allow sys connections without using SYSDBA. Try the SYSTEM database user login, or create a database login with the resource role for a schema:
    $ sqlplus /nolog
    connect system
    ...  Password ... Connected. ...
    create user <username>;
    grant resource, create session to <username>;
    connect <username>
    ... Password ... Connected. ...
    create table mytab ( <col> <type>, ... );

  • Connecting to EM, isql*plus

    hi all, after entering my isql*plus or EM URL, it dos not connnect it always replys CANT CONNECT TO SERVER or sometimes WINSOCK ERROR..... i just installed oracle 10g, i have tried reinstalling it but it is still the same. when i finshed installing it , it brings back the reply CANNOT CONNECT TO ENTERPRISE MANAGER.

    Enable network loopback adapter:
    control panel
    add hardware (select already connected)
    select add new hardware device(if Microsoft loopback adapter is not there already)select Network adapter
    select microsoft loopback adapter
    select next...end the guided path;
    after this right click on my network places-select properties-right click on the local area connection corresponding to the MS loopback adapter-give IP address = 192.168.x.x and subnetmask= 255.255.255.0, leave other fields blank.
    x can be any number from 1. to 255.
    enrico

Maybe you are looking for

  • PF Basis Issue

    Dear Experts, I was having an issue for PF Mid Month joinees. Where, supposing if an employee's Basic is Rs. 20000, and joins on 15th of the month, then basic becomes Rs. 10000. But SAP was calculating it on the basis of Rs. 6500 for 15 days. I had w

  • Getting photos back onto iPhone from iPhoto to transfer to another Mac

    Hi, I've transferred some recent photos and videos from my iPhone to iPhoto. However, my wife needs them too on her Mac - and there's loads. Is there a way where I can get them back onto my iPhone so that iPhoto will pick them up on her Mac? Just usi

  • Oracle Trace File generation for a session

    Hi, I am using oracle 10g(10.2.0.5) in RHEL5 server. i have used the exec dbms_system.set_sql_trace_in_session(147,3,TRUE); statement to trace a particular session. i am able to trace successfully but i have created a new table in that session where

  • XL-H1 aspect ratio error when exporting from FCP 1080p24 to compressor

    PLEASE HELP I have a finished project in fcp in a 1080p24 project. My source footage is 1440 x 1080i 24f from an xl-h1. When i export from final cut pro to compressor, compressor squeezes my footage into a square. if i export to dvd from compressor t

  • Automatically launches two tabs at startup

    Every time I launch Firefox or a popup window launches it automatically has two tabs how can I fix it to where it is just one again