Isql*plus help

Hi everybody,
i m new user for oracle 10g. i download 10g(Oracle Database 10g Express Edition (Universal) ) from oracle site. i try to run isqlplus but i can't do it. please help me, another thing if we save script file that save in .sql extention by default, can i change this by default extention from my own one.

First i thanks to u for helping me.
Actually when i install oracle on my system only one place it prompt for system and sys default password. There is not any other option come to me. just accept,next - next and after that installation has been completed. I have not get address detail as you describe. i have got link in "all program" which having options-1.Get Help, 2 Backup Database, 3.Get Started, 4.Go to Database Home Page, 5 Restore Database, 6.Run SQL Command Line, 7.Start Database, 8.Stop Database.
Through 4th option oracle run wizard like structure, and through 6th option it run on Command prompt like view.on both i run queries but i didn't get isqlplus on explorer window.
Please also help me how i use RMAN. I didn't found it on my system.
Thanks with regards.

Similar Messages

  • ISql*plus Crashes all the time

    Hi ,
    I have installed Oracle10G in Wingows2003 server and created a database. My iSql*plus service crashes after every couple of hours and I need to restart it. Is there any bug with isqlplus on Windows ?
    Thanks,
    Asha

    Are there any errors in the event log?
    Are there any errors in the iSQL*Plus logs? The iSQL*Plus log file is written to:
    $ORACLE_HOME/oc4j/j2ee/isqlplus/application-deployments/isqlplus/application.log
    The iSQL*Plus Help log file is written to:
    $ORACLE_HOME/oc4j/j2ee/isqlplus/application-deployments/isqlplushelp/application.log
    You could try setting the iSQL*Plus error logging level to something higher than the default to see if there are any other errors:
    http://download-west.oracle.com/docs/cd/B12037_01/server.101/b12170/ch3.htm#sthref454
    Alison

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

    Hello,
    I am very new to Oracle 9i. I have completed the installation and I am trying to access the ISQL*Plus interface but cannot locate it(don't know how). Can someone help and give me the steps?
    Thanks for your assistance.

    Open up a web browser, and enter the URL to start iSQL*Plus in the form:
    http://[machine_name][:port]/isqlplus
    So, if your machine is called "mymachine" and the Oracle HTTP Server is installed on port 80, use:
    http://mymachine:80/isqlplus
    Alison

  • (Help)Can't open  iSQL*Plus in the server?

    I want to run iSQL*Plus in the localhost.And my oracle DB server is in UNIX.
    So URL:
    http://192.168.151.100:1521/isqlplus/
    But I don't open it!
    So How to get it.
    Thanks in advance!
    Message was edited by:
    Hansen

    Have a look at the contents of portlist.ini which should be located in your {Oracle Home}/install folder.
    This lists the ports that have been set up for listening on for each part of Oracle.

  • Help to start iSQL*PLUS and OEM services

    Here is what I did in trying upgrade 10.1 to 10.2 on Windows:
    1. use Oracle Universal Installer installed 10.2 in a separated ORACLE_HOME;
    2. run pre-upgrade assistant (utlu102i.sql)
    3. run Net Configuration Assistant to congired listner
    4. run DBUA ( however message shows that database already upgraded)
    At this point, new instance is up. new listner is working, but iSQL*PLUS and oem services didn't even be recognized by OS.
    From Universal Installer, I saw iSQL*PLUS and OEM were installed. What I am missing here in order to start services of iSQL*PLUS and OEM?

    Well, the instance is running properly. sqlplus also works fine. Because there is no new OEM service available if you look at Services list, how it could be meaningful to connect to OEM through a browser? As fact, browser can not connect to OEM.
    Do I need to reinstall 10.2?

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

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

  • 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

  • Batch in scheduling agreement

    Hi gurus, we manage some material with batch. when i create sheduling agreement or when I maintain delivery schedule, I cannot enter the value of batch, In selection screen (for scheduoing agreement o delivery schedule) is not possible to set "displa

  • Ideas for a nice website?

    For a while now, I have been trying to come up with ideas for a website of my own. I have iWeb '09, and I would like to put my .Mac Account to good use. I would like to create a website with a nice purpose and an easy interface. Does anyone have any

  • Mac will not load. Shows a screen with a question mark.

    My macbook only loads to the screen where a question mark is displayed. I've tried all the trouble shooting tips such as restarting while holding the command/option keys etc, removing the battery, etc. At the step where I try to do first aid on my ha

  • Calculating with hours

    I am trying to make a duty time calculation but i can not find out how to add hours. eg. 0800am till 0900pm = calculates 13 hours any suggestions

  • Mail Stored on Unsecure Mac

    Hi, I just noticed that despite deleting mail and emptying trash (I have an ISP-provided POP account set up through Mail), the subject lines, etc. of deleted mail are showing up on a spotlight search under Mail Messages, and when you click on them, i