Isqlplus environment

hello,
i am facing problem with isqlplus environment. i.e., whenever we use plus(+) operator in the enviornment it is discarding the operator thereby producing an error. also if we use substitution variables with %TYPE atttribute it is replacing the %TYPE with some junk characters. what could the problem for this. is it a bug with isqlplus environment or do we have to change the settings. please let me know about the error.
Srikanth.

It looks like a local firewall policy. Check with your network administrator.

Similar Messages

  • ERROR - ORA-28000: the account is locked

    I've successfully installed Oracle 10g standard edition in my PC...And when i tried to log in into isql plus environment with user name scott and password tiger it flashes ORA-2800 error and shows that the account is locked...pls tell me what to do to unlock that account and so that i can work in ISqlplus environment....

    Hello,
    there is a space after /
    sqlplus / as sysdba will work since 9i before you it should sqlplus "/ as sysdba"
    look on the spaces.
    I will also suggest to alter user <username> identified by <password> account unlock;
    The reason is why ? Id like default passwords on systems.
    regards
    Peter

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

  • Connecting via iSQLPLUS in 10G 10.2.0.1.0 environment

    Hello all:
    I have just instaleled 10G 10.2 on my windows server. I am trying to connect as SYSTEM or any other user via web link http://it_b.hut.com:5560/isqlplus/, I can see the workspace window, however when I try to run any SQL statement, I am getting following error:
    "Unauthorized use of this site is prohibited and may be subject to civil and criminal prosecution"
    I coudl not find any instruction how to setup iSQLPLUS for SYSTEM or DBA on windows environment at the following link
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14357/ch2.htm#CIHDCDFC
    Thanks for your help.
    Suhail

    It looks like a local firewall policy. Check with your network administrator.

  • Problem with isqlplus (10.2) on Windows XP

    Hi,
    I have just installed Oracle 10.2 on XP and I have checked isqlplsu to be installed. This machine. When I try to connect to isqlplus I have the error message :
    The connection was refused when attempting to contact "machine_name":5560
    When I try to do "isqlplusctl start", I have the following error :
    Failed to start the service Error 203; the system has not found the specified environment option.
    The italic portion above is translated from french.
    Same thing when I try to stop it (just replace start by stop). In the two cases it says that isqlplus started (stopped) in spite of the error message.
    When I check Windows services I find that isqlplus service is running but without any possibility to change its status (all options are not available). The start/stop buttons from Windows are not active.
    Any ideas?

    Hi all,
    It works now!
    The only thing is that I reinstalled jdk.
    In fact, I had jdk on my machine and I removed it a time ago before installing Oracle. I reinstalled it without any modification to environment variables and isqlplus works.
    But I am surprised because AFAIK, Oracle installs its own jdk. so what could it be?
    Message was edited by:
    Michel

  • Query returns record in SQL Developer but not in iSQLPlus

    ... back in a minute, I may not have done a commit at the end of the insert.
    The problem I was having was I hadnt commited the record in SQL Developer but the queries where returning records in this environment but not in iSQLPlus or Apex and it was confusing me.
    Message was edited by:
    Benton
    Message was edited by:
    Benton

    Finally got to know the reason why Timezone Abbr woudn't show up in SQL Plus.
    I ran below query in SQL PLUS
    SELECT SESSIONTIMEZONE, CURRENT_TIMESTAMP, systimestamp, LOCALTIMESTAMP FROM DUAL;
    SESSIONTIMEZONE CURRENT_TIMESTAMP SYSTIMESTAMP LOCALTIMESTAMP
    -05:00 08-SEP-12 12.00.31.575228 AM -05:00 08-SEP-12 12.00.31.575223 AM -05:00 08-SEP-12 12.00.31.575228 AM
    Now executed the same query in SQL Developer:
    SESSIONTIMEZONE CURRENT_TIMESTAMP SYSTIMESTAMP LOCALTIMESTAMP
    America/Chicago     08-SEP-12 12.08.32.072424000 AM AMERICA/CHICAGO     08-SEP-12 12.08.32.072420000 AM -05:00     08-SEP-12 12.08.32.072424000 AM
    The difference between the 2 outputs is the way in which time_zones were respresented. In SQL PLUS, it is shown as an offset whereas in SQL Developer as a time zone region name. Now there are many "time sone regions" that follow an offset of -5:00. This confuses Oracle and a "UNK"(Unknown) for a query like the one below when trying to execute in SQL PLUS:
    select extract(timezone_abbr from from_tz(cast(sysdate as timestamp),SESSIONTIMEZONE)) from dual;
    EXTRACT(TI
    UNK
    Therefore we need to specify the exact Time Zone Region(TZR) in order to obtain the corresponding TZD(Daylight Savings Format i.e. CDT or CST). This we do by altering the session environment vaiable time_zone
    alter session set time_zone='America/Chicago';
    Now executing the queries to find the abbreviated time zone( in TZD format) will finally work to return a non-null char value.
    select extract(timezone_abbr from from_tz(cast(sysdate as timestamp),SESSIONTIMEZONE)) from dual;
    EXTRACT(TI
    CDT
    select to_char(CURRENT_TIMESTAMP, 'TZD') from dual;
    TO_CHA
    CDT

  • Isqlplus in 10.2.0.1.0 does not start

    Hi All,
    Hope you will be fine.
    I have recently installed Oracle 10gR2 on a machine where Oracle 9iR2 is already working on Windows 2000 Adv. Server.
    I am experiencing a problem of working with Isqlplus in 10g as well as in 9i.
    DBCONSOLE 10g is working fine.
    I have checked the SERVICES and there is only one entry related 10g ISQLPLUS.
    it may have removed the entry of 9i database.
    I have also checked the Windows Registry. It shows Only SYSMAN keys related to port 7777 for isqlplus normal and dba web sites. but does not work.
    I have also restarted the service as well as changed the port no from 7777 to 5560 and 5562 as well as and restarted the machine. but no progress.
    Any suggesstions ...
    Looking Forward.
    Aamer

    Similar problem here.
    Working with the following environment:
    OS:
    - MS Server 2003
    Oracle Product(s):
    - oracle 10g
    - oracle data provider for dotnet
    Please note that no other oracle is installed here. Although, the windows service could not start the isqlplus. However, isqlplusctl start works fine.
    http://localhost:5560 and http://localhost:5560, both give no page found error.
    Anybody?
    Hardik Pathak

  • I can not access to the isqlplus from the client

    Version: Oracle 10.1.0.2.0
    I have installed Oracle 10.1.0.2.0 on SuSE Linux Enterprise Server 8.
    I can access to my dbconsole from PC without any issue.
    I can also access to the isqlus environment from the server without any issue.
    But I can not access to the isqlplus from client or PC.
    I can go the first web page of isqlplus by using isqlplus url by clicking on isqlplus icon under home page of dbconsole.
    But I enetered username and password.Its bring error page.
    Note: isqlplus start up on the server.
    Any help wil be appricated.
    D

    The page cannot be displayed\
    The page you are looking for is currently unavailable.
    The Web site might be experiencing technical difficulties,
    or you may need to adjust your browser settings.
    Please try the following:
    Refresh button, or try again later.
    If you typed the page address in the Address bar, make sure that it is spelled correctly.
    To check your connection settings, click the Tools- menu, and then click Internet Options .
    On the Connections\ tab, click \ Settings\b0 .
    The settings should match those provided by your local area network (LAN) administrator or
    Internet service provider (ISP).
    If your Network Administrator has enabled it,
    Microsoft Windows can examine your network and automatically discover network connection settings.
    \line If you would like Windows to try and discover them,
    Detect Network Settings <javascript:doNetDetect
    Some sites require 128-bit connection security. Click the \b Help\b0 menu and then click
    \b About Internet Explorer \b0 to determine what strength security you have installed.
    If you are trying to reach a secure site,
    make sure your Security settings can support it.
    Click the \b Tools\b0 menu, and then click \b Internet Options\b0 .
    On the Advanced tab, scroll to the Security section and check settings
    for SSL 2.0, SSL 3.0, TLS 1.0, PCT 1.0.
    back button to try another link. \
    Cannot find server or DNS Error\line Internet Explorer \

  • Unable to start isqlplus through brouser, nither sqlplus in RHEL3 -10g

    HI MEMBERS,
    I INSTALLED ORACLE 10g IN RHEL3, AFTER INSTALLATION WHEN I WANT TO START ISQLPLUS THROUGH , BUT I CANT. EVEN WHEN TRYIED TO START SQLPLUS ./sqlplus , GIVING MESSAGE "YOU NEED TO SET THE PATH OF oracle_home" HOW TO SET THE PATH AS MY ORACLE DIRECTORY IS LIKE
    /home/horacle/product/10.1.0/Db_1. EVENT I CANT START LISTENER GETTING ERROR . HOW TO TRACK AND FIX THE LISTENER ERROR. BUT DATABASE IS RUNNING AS I MADE COMMAND /dbstart THE INSTANCE IS STARTED AND GOT THE MESSAGE ORACLE STARTED IN WARM.
    CAN ANY ONE HELP ME. HOT START isqlplus(in brouser) and SQLPLUS.
    THANKS

    Is the OS account your using to start isqlplus different than the OS account your using to install the database?
    Oracle has an environment utility called oraenv. Run it, to set up that OS account. This should help that account find the paths to oracle home.

  • "tns error in isqlplus"

    Hello,
    I can connect to the oracle 9i server with sqlplus but
    when I try to connect with isqlplus in my webbrowser I get error "ORA-12154: TNS:could not resolve service name",
    In the connector-id field I put the same as I use for the hoststring in sqlplus.
    Thanks in advance

    The iSQL*Plus server will use the environment variables
    of the process that originally started the HTTP server.
    All users of iSQL*Plus will have this configuration.
    I often use two tnsnames.ora files on UNIX. To make sure
    the correct one is used by the iSQL*Plus server, I have
    to set the variable TNS_ADMIN to the directory containing
    the tnsnames.ora file I want iSQL*Plus to use. Then I
    start the HTTP server.
    What platform is the iSQL*Plus server on? If it is
    Windows, it the HTTP server being started as a service
    or manually?
    -- CJ

  • ISQLPlus stopped working on 10g

    After install of production 10g database on Mac OS X iSQLPlus was working (so I know everything it needed by way of object libraries is there).
    After reboot I get the error "SP2-00908: iSQLPlus may have been restarted without being properly shut down."
    isqlplusctl start
    gives a clean result "iSQL*Plus started."
    Everything else works fine. I suspect therefore that some kind of log file or log file entry is left behind that stops this working. It has worked so I know everything is there.
    Thanks
    Paul

    Thanks Alison
    what you said pointed me in the right direction to solve the problem.
    My system did have ORACLE_HOME and LD_LIBRARY_PATH defined.
    However, the isqlplusctl.pl script is called from $ORACLE_HOME/isqlplusctl unix shell script. This script has a comment from an oracle programmer meerabat dated 11/18/04 where an environment variable DYLD_LIBRARY_PATH is set for MACOSX. This variable is conditionally set according to an environment variable uname which was undefined on my system.
    So I set the uname variable and the DYLD_LIBRARY_PATH to /System/Library/Frameworks/JavaVM.framework/Libraries in my .bash_profile and everything now works. The isqlplusctl script now adjusts the DYLD_LIBRARY_PATH correctly to look in oracle libraries first.
    I also noticed that LD_LIBRARY_PATH included an $ORACLE_HOME/lib32 assignment which is not in my $ORACLE_HOME.
    Perhaps Oracle could tidy up these scripts a bit?
    Paul.

  • Is iSQLPlus available to use?

    I've installed 9i Rel 2 on Windows XP machine, standalone environment. Information in the iSQLPlus Quick Start Guide has given me the impression that iSQLPlus can be accessed. I need to know the Oracle 9i HTTP Server URL. How do I find this out? Do I just connect to the internet through my ISP?
    Thanks for any & all information.
    Marion

    I'm not positive on this, but for R2 of the RDMS they may have changed the port # for Apache. Check the \Apache\Apache\conf\httpd.conf file and see what port Apache is listening on (search for the word port in this file). Also note, that if you are using Windows you may not be able to readily view this file in Notepad because of the character/linefeed issue. Use "Write" to view it, but if you make any changes make sure that you save it as text only. For 9.0.1 you would simply navigate to http://yourserver/isqlplus. For R2 you may need to include the port #, http://yourserver:1234/isqlplus.

  • About iSqlplus

    Hi
    I Have Install Oracle 9i and Oracle 10g(Both are Server Version in LAPTOP.
    Before the Installtion my isqlplus is Running properly but after the 10g Installation
    isqlplus is not running.
    Please suggest the Better Idea
    Thanx

    Both isqlplus are made differently, on 9i isqlplus was just a servlet running on a JServ environment on top of an Apache http server. On 10g isqlplus is a j2ee application.
    On 9i you have to start the apache service for isqlplus to be started. On 10g you have to start the isqlplus service or issue isqlplusctl command to start the service. If you are experiencing problems, most probably it's because of PATH's issues, you have to ensure environment variables point to the right Oracle Home at the time you start the isqlplus service. Both applications require different ports, for 9i by default it uses 7777 or 7778, and on 10g it uses 5560.
    You can check the related log files for further details on why the applications are not starting.
    ~ Madrid

  • X11 environment variables on MacBook Pro

    Hi
    I have just got my new MacBook Pro and have installed Gimp to run using x11 that came on the apple installation disks however I can't seem to get the xterm to configure correctly.
    GIMP is installed under /sw/bin but the default PATH for x11 does not include this location so I added PATH=$PATH:/sw/bin:/sw/sbin to a newly created .bash_profile. But x11 did not seem to use this file although terminal worked OK.
    After doing a bit of research, I then created a .bashrc file with the PATH defined and changed the .bash_profile to source .bashrc with no other entries.
    Again this worked OK for Terminal but now when I type 'echo $Path' in an x11 xterm the PATH displays two entries for /sw/bin & /sw/sbin. i.e.
    $ echo $PATH
    /usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/sw/bin:/sw/sbin:/sw/bin:/sw/sbin
    Any ideas why? and how can I correct it?
    Macbook Pro 17   Mac OS X (10.4.9)  

    Sorry this was a bit brief; I think I was still asleep when I typed it.
    The reasons are these:
    1. Many fink programs require environment variables and other settings. When you source that init.sh file, it ensures everything is set up to work out of the box. (Among the things it does is to in turn source every relevant file in /sw/etc/profile.d -- take a look in it to see what, if anything, is in there). There is also some code to keep your path trimmed properly, so you don't get repeats pasted on.
    2. Bash is unique in that either .bashrc or .bash_profile, but not both, get sourced. In a rooted X11 environment, everything works properly, but on OS X, where X11 is "rootless," it leads to unexpected behavior like what you saw. As long as you put everything into one file and then tell the other one to source its contents, you should be ok.
    You can also run X11 stuff from Apple's terminal, provided you somewhere in a startup file have something to set the DISPLAY variable, usually to .0.
    I've put more discussion of these things here

  • Using a VMware Fusion XP environment with multiple Mac users

    Hi,
    I have installed an XP environment using VMware Fusion. I am only able to start this XP environment when logged in as the user that created it. How can I grant access to this environment to other MAC users on my machine?
    Any input is much appreciated.
    Kind regards, Hans.

    Thanks all, thanks for your input. I have been able to solve it now.
    As suggested I moved the VMWARE file to the shared folder. Then I assigned read/write access rights to the specific users. This is something I had not tried before. Somehow just moving to the shared folder did not change access rights on file level.
    Thanks all,
    Hans.

Maybe you are looking for

  • Why don't the questions as reported in forms match the order of questions on the pdf form used to collect the data?

    I imported a PDF from for my survey. Then, I distributed it. People have completed it and the results have been submitted back to my FormsCentral account. The first two questions are text entry, then there are two 6 option multiple-choice questions b

  • Creative MuV

    [size="3" face="Comic Sans MS">hey,[size="3" face="Comic Sans MS">I've got a problem with this mp?-player (MuVo?)[size="3" face="Comic Sans MS">The MuVo shows me only 'recovery mode v.00' [size="3" face="Comic Sans MS">at the display.[size="3" face="

  • Joining two tables from two databases

    Hi, I have two tables A,B in two warehouses named CB and DB. i have to import these two tables in to RPD and join from there and generate reports in answers. will this scenario work in obiee.is it affect the performance? thanks aswin

  • Wrong number of unread Mails in Dock icon

    I have set Mail to check all mail folders to display the number of unread mails in the dock icon because I'm using IMAP accounts and have incoming mails filtered into different folders. However, even if I mark all mails as read in every folder the do

  • OLE DB provider 'MSDAORA' was unable to begin a distributed transaction

    Hello! I have following problem: When I create a linked Server in MSSQL-Server 2000 with "Microsoft OLE DB Provider for Oracle" (MSDAORA) to Oracle 9.2i and try to create a transaction, i get following error message: The operation could not be perfor