Working with isql*plus

hello sir
I am very new to oracle iSqlplus. i m not able to work over isqlplus environment.
i am trying to invoke isqlplus in the same machine where i am having oracle 9i server.
what are the oracle components are required to run isqlplus. wanna know this just to be sure that vendor has installed oracle proerly

what are the oracle components are required to run isqlplusHTTP server should be sufficient.
i m not able to work over isqlplus environment.What's exactly the problem ? How do you try to start iSql*Plus, and what error you get ?

Similar Messages

  • Problem with ISQL Plus

    Hi All,'
    here i am facing one problem with ISQL plus
    i am connecting ISQL plus from Oracle Enterprise manager(OEM) while connecting it throws an error
    "connection was refused when attempting to contact <servername>:5560"
    Please help me out

    After the port you are reporting on your thread, 5560, it looks like you are using a 10g release, however it is advisable to specify both, the os and db version at the start of your thread, isqlplus has had several architectural changes throughout the different oracle versions since it first appeared at 9iR1 going through 10gR2. There have been people who are even surprised to find out it is no longer installed with 11g and unnecessarily find a hard time trying to set it up.
    ~ Madrid

  • How do you get the iPod Touch to work with NIKE PLUS

    I purchased an iPod Touch and according to target employee it was the latest generation. The one that worked with Nike Plus. However for two days now there is no icon no nothing that will start the lnink process. I plugged the connector and it gives me a message saying " This accessory is not supported by this ipod"
    I realize the new ipod have a sensor built in.
    Noppie

    I would double check on what generation you have. Do you have external, physical buttons to be used for volume control? If not, you have the first generation touch which will not work with Nike+. If this is the case, I'd recommend taking the iPod back to Target and requesting an exchange.
    CG

  • Can Apple TV work with hulu plus?

    Can Apple TV work with hulu plus?

    It's not all about Apple, Hulu has to agree too. They've blocked their app from airplay as well.

  • 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

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

  • How to set privillages for created user with iSQL *Plus

    The hosting company has provided ISQL * Plus interface. I have created user by using the following command:
    Create user test identified by test;
    Grant connect, resource to test;
    But I am unable to load or import data into db. How can I import/load data as its giving permission denied message.
    I think there is a lack of imp/loading data grants. Who do I set?
    Thanks & best regards
    Message was edited by:
    Raakh

    1. which version of the database ?iSQL *Plus 10.2.0.1.0
    2. how you are trying/want to import/load data ?from online control pannel I am selecting the Load Data option and processing 7 steps. message appears "Successfully Loaded" but when am seeing log file its given me
    Step: Load
    Page Refreshed Jun 7, 2007 6:38:47 AM
    Status Succeeded
    Targets orcl
    Started Jun 7, 2007 6:38:11 AM GMT-04:00
    Ended Jun 7, 2007 6:38:11 AM GMT-04:00
    Elapsed Time 0 seconds
    Output Log
    Username:SQL*Loader-704: Internal error: ulconnect: OCIServerAttach [0]
    ORA-12546: TNS:permission denied
    SQL*Loader: Release 10.2.0.1.0 - Production on Thu Jun 7 06:38:11 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Message was edited by:
    Raakh

  • SQL statement works with SQL/Plus - but not with ODBC

    Hi all,
    I have a rather copmplex SQL statement:
    BEGIN
    UPDATE ContentDataTable
    SET SYMBOLIC_PATH_PARENT = N'/Test',
    SYMBOLIC_NAME = N'HAWK01.GIF',
    VERSION_NUMBER = 1 +
    SELECT MAX(VERSION)
    FROM
    (SELECT MAX(VERSION_NUMBER) AS VERSION
    FROM ContentDataTable WHERE
    SYMBOLIC_PATH_PARENT = N'/Test' AND
    SYMBOLIC_NAME = N'HAWK01.GIF'
    UNION
    SELECT MAX(VERSION_NUMBER) AS VERSION
    FROM RevisedContentDataTable WHERE
    SYMBOLIC_PATH_PARENT = N'/Test' AND
    SYMBOLIC_NAME = N'HAWK01.GIF'))
    WHERE SYMBOLIC_PATH_PARENT = N'/Test' AND SYMBOLIC_NAME = N'HAWK02.GIF' AND VERSION_NUMBER = 1;
    END;
    It works fine in SQL/Plus or SQL Worksheet and does what it should do ;-)
    But when using it via ADO (ODBC Driver) I get the following error:
    PLS-00103 found 'string' but expected one of the following: 'string'"}
    Any idaes?
    Thanx,
    Christian
    null

    Pardon my ignorance, but what's the significance of the N'<string>' construction? That's not one I'm familar with.
    Justin

  • Siri not working with Nike plus

    I noticed today that siri would not working while i was using Nike Plus on my run.  Is this a known problem or is it just me?

    did anyone ever help you out? i still have a similar problem. Unfortunately, I have Vista as my OS and I don't think they've fixed the bug that will allow my nike+ workout to be uploaded onto the nike website.

  • ITunes not Working with Nike Plus?

    Since yesterday, iTunes will not communicate with nikeplus.com. It get an unknown error(503). Is there a problem with iTunes and nikeplus.com right now? I tried this with two different computers and with very different network connections but still get the same error.
    Dell   Windows XP  

    did anyone ever help you out? i still have a similar problem. Unfortunately, I have Vista as my OS and I don't think they've fixed the bug that will allow my nike+ workout to be uploaded onto the nike website.

  • How to configure, ISQL*PLUS?

    Hi,
    Can you please let me know how I can work with ISQL*PLUS???
    Thanks in advance,,,

    My Version details are
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    "CORE     11.2.0.1.0     Production"
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production

  • ISQL*Plus - Creating Repository

    Hi, I've installed Oracle 8i Enterprise Edition on my Linux SuSe 6.2 system. I want to know how to create a new user with his own repository.
    What i want is to create 6 users with their own repository.
    Can i do this using SQLPLUS ? Or i need to use a special application to perform this task ?
    Tanks for Helping.

    Can u pl guide me step by step how to disable the browser
    using the proxy for the machine with isql*plus server. Here are some notes on setting proxy exceptions:
    To configure the proxy exceptions setting in Netscape Navigator 4.7
    for Windows
    1. Select Preferences from the Edit menu.
    2. Select Proxies from the Advanced category.
    3. Select the Manual proxy configuration radio button.
    4. Click View. The Manual proxy configuration dialog is
    displayed.
    5. Enter the Oracle HTTP Server domain for which you do not want
    to use a proxy in the Exceptions pane.
    To configure the proxy exceptions setting in Microsoft Internet
    Explorer 5.0
    1. Select Internet Options from the Tools menu.
    2. Click Lan Settings in the Lan Settings pane on the Connections
    tab.
    3. Click Advanced in the Proxy Server pane. This is only
    available if Use a proxy server is selected.
    4. Enter "*." followed by the Oracle HTTP Server domain for which
    you do not want to use a proxy in the Exceptions pane. For
    example, to enter an exception for the Oracle HTTP Server
    domain, host.domain, you must enter *.host.domain.
    If I've misread your question, please let me know.
    When is the 9i isql*plus version available.I'm a tech person. I'm sure you'll understand if I don't answer that.
    - CJ

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

  • Restrict Specific Schema to Access iSQL PLUS

    Hello Experts,
    Is it possible to Restrict specific schema user to login in to the isqlplus?
    Thanks and Regards,
    Kets

    I was advised to use http://download-west.oracle.com/docs/cd/B12037_01/server.101/b12170/ch3.htm#CIHBGEAC "Enabling SSL with iSQL*Plus".

Maybe you are looking for

  • Posting period problem (very urgent)

    Hi all, I want to open a last posting period for particular user which i have handled through authorization group but at the same time i want to open a some G/L codes for other users.Please confirm is it possible to do both the things at the same tim

  • Single page PDF file in mail always appears in message body, instead of as an attachment, contrary to a multiple page PDF. Why?

    When sending a single page PDF file in mail, it always appears as an open file in the message body. Multiple page PDF files appear as attachments. Why the difference and how to change the behavior of single page PDF files so that they appear as attac

  • IPAD MINI W/RETINA vs. IPAD MINI

    Does the faster processor in the IPAD Mini with Retina Display improve the Face Time quality over regular IPAD Mini? Thanks

  • Data not showing for 2 G/L accounts

    Hi Gurus, My problem is that when i m executing my report with 1 G/L account, it is running fine, but when i m running with 2 or more G/L's is not displaying any data... what is the problem in it... Please check my code:--- Thanks...

  • Issue in spool output

    Hi all, I have one issue in the spool output. In the spool output I see some strange results. At the first column the values COL1N, COL1H, COL0N, COL0H, COL2N .... were getting displayed at the first column in every row. Any one of the above values w