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>, ... );

Similar Messages

  • Isql*plus is taking too much time to stop

    Hi,
    today encountered one problem...isql*plus is taking hours to stop the process...
    iSQL*Plus 10.2.0.3.0
    Copyright (c) 2003, 2006, Oracle. All Rights Reserved.
    Stopping iSQL*Plus ...
    when i issue the isqlplusctl start....it shows that, process is already running...
    how to encounter this problem..i have gone through the all metalink document regarding this..not helpful...
    I am not able to ge the home page of isqlplus
    http:<hostname.domainname:5560/isqlplus
    how to resolve in this case..I wanted to restart the isqlplus process...but it is taking hours wile doing that job

    - To stop iSQL*Plus, enter the command:
    $ORACLE_HOME/bin/isqlplusctl stop
    - To verify whether iSQL*Plus process is running, use the following command:
    $ ps -eaf |grep java
    If you have any running processes, use kill command to terminate those processes.
    - To start iSQL*Plus, enter the command:
    $ORACLE_HOME/bin/isqlplusctl start
    It is worth to review Note: 300547.1 - Troubleshooting Guide for iSQL*Plus issues
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=300547.1

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

  • ISQL*Plus: Internal error (no valid library could be found)

    I install iSQL*PLUS on middle tier (9i AS 1.0.2.1) according to documentation, when I trying to connect I am getting Internal error (no valid library could be found). The TNSNAMES.ORA file is correct.
    Any suggestions will be highly appreciated.

    My first suggestion is to use the HTTP listener on the RDBMS bundle. This is what iSQL*Plus 8.1.7 Beta was built for.
    The HTTP servers on the iAS and Database releases require mods to be compiled differently.
    - CJ

  • 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

  • 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

  • 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

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

  • ISQL*Plus script parsing problem with the + operator

    Hi,
    You have most likely caught this one already.
    Select power(3,2) + power(3,2) from dual;
    Works from the iSQL*plus window but not when loaded from a script; the + operator is getting removed.
    Regards,
    Rob
    null

    Thanks for the report. The fix for this is indeed already in our 9.0 code (which will be the next release of iSQL*Plus)
    - CJ

  • 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

  • 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 install at EBS 11.5.9

    Our System is
    OS : RedHat 2.1 AS
    EBS : 11.5.9
    DB : 9.2.0.3
    1. I download
    "Oracle9i Database Release 2 Enterprise/Standard Edition for Linux" (9.2.0.4) at the oracle homepage(otn.oracle.com)
    2. when I execute "runInstaller" to add on package(isql*plus) but represent following message
    "Not all of the base components of oneoff patch 2858279 are selected for upgrade"
    so i can't progress add package
    3. so i patched "3095277"
    but i can't progree add package
    please help me
    and sorry my english ability.....

    Hi,
    i did as above, but there is nothing returned.
    and there is no error or warning in the relink.log.Does the log say that all files were linked/generated succeessfully?
    by the way, i found my X server was not set correctly.i have installed the X display during installations. is there anything relationed about this error?X-Server is required for concurrent processing, and I believe it has nothing to do with forms.
    and my gcc/g++ was not replaced by gcc296/g++296,is this action necessary?Please verify all your OS packages as per this link.
    Regards,
    Hussein

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

  • 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

  • Executing a procedure - Works on Isql Plus but not SQL Developer??

    Hi folks.
    I am playing around with some design and structure stuff, mostly just passing values around procedures. I have one procedure (procedure1) which takes a sysdate and then passes it to another procedure (procedure2) which takes the parameter and does a dbms_output.put_line.
    Both objects are valid, and compile correctly. I use
    exec procedure1;
    in iSql Plus and it works perfectly. It prints the dates out and all.
    However if I use the exact same command in SQL Developer it gives me error "ORA-00900: invalid SQL statement"
    I don't understand why this happens?? The code executes perfectly in one but not the other...

    Remember that SQL*Plus commands don't work in the worksheet. So, this would fail
    exec my_procIn the worksheet you have to declare an anonymous block....
    begin
        my_proc;
    end;
    /If you right-click on the procedure in the Navigator and select Run then SQL*Dev will throw up a harness for you. Very handy if you want to get DBMS_OUTPUT, set variables, etc.
    Cheers, APC
    http://radiofreetooting.blogspot.com

  • Chr(10) not working in isql *plus

    Hi,
    Im using oracle 9i. i executed the following statement in sql * plus,
    select 'sankar'||chr(10)||'naraya" from dual
    the output is ,
    sankar
    naraya
    but when i execute the same statement in iSQL *Plus
    the output is
    sankar naraya
    i need the first output in isql * plus. What to do?

    Hello Sankar,
    Here you go
    This can be resolved by modifying the preferences in the iSQL*Plus session to choose a text output format rather than the default HTML format. 
    Select the Preferences button at the top right and then select the Set system variables option to make preference-setting changes. 
    Move down the alphabetical list of settings until you find the Markup HTML area, as shown in Figure 10. 
    Within this area, set the Preformat option to On.
    Clicking OK and OK saves the setting and returns you to the work screen.Here is the link for your reference.
    http://www.dmacc.edu/instructors/rebullard/iSQLPlus%20Users%20Guide.doc
    Cheers!!!
    Bhushan

Maybe you are looking for

  • My iPod Touch 4g will not stop crashing since iOS5 update?

    Ever since I updated my iPod Touch 4g with iOS5,  most of my apps, and even Safari, The App Store and Youtube, crash often, and it's becoming very annoying.  Before the update none of those crashed.My iPod Touch 4g is barely a month old and it crashe

  • Slow network printing (cups)

    hi, i have a Brother HL-2150N Laserprinter connected via a crossover cable directly to my laptop. (KDE4, Kernel 26-2.6.29.1-3, cups 1.3.9-4). Printer is configured as HP LaserJet Series PCL 6 CUPS (URI: lpd://192.168.10.2/binary_p1) Printer works fin

  • Webutil command into batch file

    Hello, We have a 10gR2 environment, with webutil. I get a weird behaviour with CLIENT_HOST. When I use this command myCommand := 'cmd /c COPY c:\file1.txt c:\toto.sql '; CLIENT_HOST(myCommand); There is no problem.When I use put the COPY command into

  • Disable browser functionality through Portal

    Hello, I was curious to know if it is possible to disable Browser functionality (such as toolbars, navigation buttons, address bar) through a Portal setting? I know this is possible to do through Javascript's window.open() function; however I'd like

  • Correct black screen in apps on iPad mini?

    After upgrading to iOS 7 on my iPad mini2 I am seeing a black screen locking access to an app.  How can I correct it, the app is Words with friends.