Cannot use iSQL*Plus to connect Oracle 9i for Intel Linux

When I try to use brower connecting to isql*plus , nothing appear.
By performing the following steps :
1. Change directory to the Oracle HTTP Server home bin directory by entering:
cd $ORACLE_HOME/Apache/Apache/conf
3. Parse the Oracle HTTP Server httpd.conf configuration file by entering:
apachectl configtest
Display: Sytax OK
4. Start the Oracle HTTP Server by entering
apachectl start
Display: Could not start
Then, I find that the oracle http server cannot be started and open the error_log file of Oracle HTTP server :
[Mon Nov 11 00:09:25 2002] [crit] (2)No such file or directory: Apache JServ encountered a fatal error; check your ApJServLogFile for details if none are present in this file. Exiting.
There are also many files like:
mm.1807.sem
mm.2012.mem
How can I fix this problem ?
Thanks.

Have you checked the ApJServLogFile? You might find some clues there.
I'm curious as to why you are getting 'display' errors. Is your display environment set up properly?
Alison

Similar Messages

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

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

  • Using iSQL *PLUS

    I would like to know how do I go about using the browser interface to SQL PLUS, called iSQL PLUS? I assume you invoke the http server first(in windows 2000, you can start the http server). Do I have to know the url of the http server and type it in the address bar? I appreciate your response. Thanks.

    Do I have to know the url of the http server and type it in the address bar? Yes, that's all you need to do. To get to your HTTP server, enter
    http://<machine_name>/
    To get to iSQL*Plus, enter
    http://<machine_name/isqlplus
    The iSQL*Plus login screen is displayed and just log in with your Oracle username and password.
    I suggest you then read the online help to give you more information on using iSQL*Plus, or post to the iSQL*Plus discussion forum.
    Alison
    iSQL*Plus Team

  • SOA 10.1.3.3 Application server cannot use db 11.1.0.6.0 for orabpel user

    RDBMS Version: 11.1.0.6.0
    Operating System and Version: win 2000 sp4
    Error Number (if applicable):
    Product (i.e. SQL*Loader, Import, etc.): SOA Suite Application Server 10grel3
    Product Version: 10.1.3.3
    SOA 10.1.3.3 Application server cannot use db 11.1.0.6.0
    For testing purposes I would like to setup a new system with Oracle Aopplication Server 10g rel 3 (10.1.3.3) Soa suite on top of an already installed Oracle Database 11.g (11.1.0.6.0)
    Database 11g was installed on the server
    During installation of the Application server 10g3(Full install) a database is needed (for orabpel schema etc), but the installer checks if the version of the database is higher than 9i2 . This check fails and installation cannot continue. I think this is because the check is not really if it is higher than 9i but it is looking for a predefined range of versions from V$VERSION and 11 is not within that range
    Is there a possibility to overcome this? This is not a prerequisite check from OUI, but another check later on during install
    I know that 11g is not certified yet for AS1og3, but this is a development environment to practice with the new releases.

    I know that 11g is not certified yet for AS1og3, but
    this is a development environment to practice with
    the new releases.If the combination is not certified, it's not much of a development platform, right?

  • I had to restore my iPhone and now when I cannot use my iTunes stored on the phone for an alarm or ringtone.

    I had to restore my iPhone and now  I cannot use my iTunes stored on the phone for an alarm or ringtone.

    yes did you buy it of somebody or a well known company such as apple or carphone warehouse?
    and i mean the phone would have been activated in the first place with the sim card you get given when you first get the phone.
    trying to activate the phone with another sim card that you did not get when you brought the phone may result in you not being able to activate it
    no worries

  • Differences between Oracle 8i for a UNIX Platform and Oracle 8i for a Linux Platform

    Hello,
    J would like to know if there are some differences between Oracle 8i for a UNIX Platform and Oracle 8i for a Linux Platform.
    I know that there are some differences on Oracle 8i Parallel Server and i know that some products are not include like precompiler (Mod*Ada, Pro*FORTRAN) on a Linux Platform.
    Thank you.

    We have installed Oracle 8i on Solaris 8 and it had a great performance, of course that the hardware and licence invested here was costed my the office where i work. Personaly i'd installed linux reh hat 8 and oracle 8i, imagine that, it could be implemented by any individual that has the time to do so.
    By buyinng from a company that has a good background you could be sure that you will have support.
    Bottom line, if you have the $ to buy great hardware go for a unix platform. But if you don't a Red Hat Linux Server Licence with a 1 year sopport and Oracle data base is about 3500Dls.
    Visit www.red-hat.com
    Rewards... Bye

  • Oracle 10g for Fedora Linux 3 with Kernel 2.6.9

    Can any body suggest a link, from where I can download the Oracle database 10g for Fedora Core 3 Linux with Kernel version 2.6.9-1*.
    I went through the oracle site site but i was not able to find a one for Fedora 3 instead i found for Fedora 4.
    Thanks.......
    Suneel

    You will not find one exactly as you require.
    As I suggested in the duplicate link
    Oracle 10g for Fedora Linux 3 with Kernel 2.6.9 you need to take a version of Oracle that seems to close to your Linux and then carefully tinker to make it work.,

  • TNS error connecting to db using iSQL*Plus

    I am trying to use iSQL to access our database (Oracle9i Enterprise Edition Release 9.2.0.1.0) for the first time.
    I have reviewed Note 185707.1.
    I start the HTTP Server on my client PC.
    I bring up my web browser (IE version 6).
    I enter in the URL http://<<host>>:7778/isqlplus.
    ISQL*Plus login page is displayed.
    I enter a valid user, password and connection identifier and receive the ORA-12154: TNS:could not resolve service name Error.
    In the Note referenced above, there are instructions for configuring the iSQL*Plus Server, but I am not sure what that is (or where it is). It says to enter a new connection identifier in the tnsnames.ora file as follows:
    connection identifier = (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=www.oracle.com) (PORT=1521)))(CONNECT_DATA=(SID=orashop)))
    but I am confused as to how this would be different from my existing connection unless we are supposed to put this in literally then use connection string orashop (which seems unlikely).
    Any help would be appreciated.
    Tracy

    You have a couple of options.
    1. Leave the connection identifier empty to connect to the default database (just like in SQL*Plus command line).
    2. Confirm you can log into SQL*Plus command line using the same connection identifier.
    3. Confirm that your tnsnames.ora file contains the correct connection information for the database you are trying to connect to.
    The 'orashop' example is only an example.
    Alison

  • Isql* plus DBA connection

    Hi
    i am using oracle 10.2 and when i tried to connect as sysdba to this link "http://administrator:5560/isqlplus/dba"
    a pop up window comes an asked me to enter user name and password,
    tha window is labled as "Connect to administrator"
    isql* plus DBA
    can sombody tell me how can i go through this security layer
    Thanks & Regard

    See your isqlplus connection as sysdba

  • How to use isql plus

    I want to use isqlplus,but I don't know how to configure and start it.need I configure oracle http server? who can tell me?

    Try reading this discussion as it has some good stuff
    Re: how to access isql*plus
    Hope that will help you,

  • Using iSQL*Plus outside the Interanet

    Please help me,
    I have a web server www.myweb.com on Windows 2000 and on separate computer of the above domain I have Oracle 9i database server. I can use the iSQL*Plus in local intranet like https://mydataserver:4443/isqlplus etc.
    Now the question is that, how can I use the isqlplus outside of my local intranet through my web server. There is no fixed IP of database server and only web services of http are running.
    Thanks.
    Jamil

    It is no different to accessing any other web server. You'll need to open up the port on your firewall to allow the HTTP(S) traffic through.
    Alison

  • Cannot use boot keystrokes when connected to Cinema Display

    Hi there,
    Just a confidence check:
    I've just (at last!) upgraded from a 15" Studio Display ADC, to a 20" Cinema Display ADC (shiny Apple logo, not the graphite one). I am using the standard Apple Pro Keyboard w/black keys that came with my system (profile below).
    However, unlike with my 15" Studio Display, I find that I am unable to use any of the boot keystrokes when the keyboard is connected to the back of the Cinema Display:
    C: boot to CD/DVD
    T: boot to Target Disk Mode
    Option: boot to Startup Manager
    Command-S: boot to Single-User Mode
    Command-Option-P-R: reset PRAM
    Command-Option-O-F: boot to Open Firmware
    The keyboard functions normally once the boot process has completed, and the aforementioned keystrokes do function properly when the keyboard is connected directly to the Power Mac G4.
    My initial thought was that the Cinema Display is (presumably) not making USB devices connected to it visible to the ADC/USB bus until sometime during the Mac OS X boot process. However, I'd be surprised that the more capable/expensive/newer Cinema Display would lack functionality present in the older Studio Display.
    Any thoughts on this one?
    Thanks much for looking,
    MBJ
    Power Mac G4 (QuickSilver 2002), 20" Cinema Display   Mac OS X (10.4.3)   Dual 1.0 GHz G4/1.5 GB RAM/2x160 GB HD/SuperDrive/GeForce4 MX

    Hi Keith,
    Thanks for the follow-up, but as I'd noted in my original post, I am using a Cinema Display 20" ADC, and not one of the newer displays (the ones in the aluminum enclosure that have a separate power supply, and use a DVI video connection).
    I do appreciate the look, of course!
    Best wishes to you,
    MBJ

  • Using alter user to change oracle password for logged in web user on XE

    Hi All
    I'm building an app using the pl/sql web toolkit on XE (installed on Win XP Pro SP2). (I'm not using the APEX front-end).
    I'm using basic authentication and oracle database user accounts, and when a user registers for the first time I create them an oracle user account with dynamic sql, followed by some initial setup stuff, and they then log in with it.
    All fine so far.
    However I want to allow the user to change their oracle password as part of maintaining their user details. I've done this in the past using the web toolkit and Oracle 9i and it has worked fine using dynamic sql.
    Unfortunately I can't get the same thing to work in XE.
    For example, if I create the following procedure in the schema aligned to the DAD which holds my application and then run it from a browser (IE or Firefox) then the
    Browser and the db just hangs - not even an error message:
    CREATE OR REPLACE PROCEDURE ut
    AS
    v_stmt varchar2(300);
    BEGIN
    HTP.htmlOpen;
    HTP.headOpen;
    HTP.title ('User Test');
    HTP.headClose;
    HTP.bodyOpen;
    v_stmt := 'alter user "'||user||'" identified by "BERT"';
    htp.print(v_stmt);
    EXECUTE IMMEDIATE v_stmt;
    htp.print('Done');
    HTP.bodyClose;
    HTP.htmlClose;
    END;
    If I run the same statement in SQL*plus it's fine, and if I run the same proc for a different user then it's fine too.
    I'm sure it's something to do with trying to change the credentials of the currently logged in user, but I would at least have expected an error message.
    I'd be grateful for any ideas.
    Thanks
    Steve

    Hi g.myers
    Thanks for your response.
    Sorry, yes, bad turn of phrase there. It's not the entire db that hangs. The web browser (either IE or FF) hangs, and if I look at v$session at this point, I can see that the user STATUS=ACTIVE and the STATE=WAITING.
    I should also point out that I am using standard Oracle users as users of the application, (e.g. create a new user account called TESTER1). These users are then granted the appropriate privileges on the owning schema in order to run the app, access the tables etc.
    Therefore it is the user account (e.g. TESTER1) that is running the password change procedure that is owned by the SYS schema. (However again, this is the exact code and method that I've used in the past and it has worked fine).
    If I leave the browser hanging long enough, it will eventually return with the following error:
    Proxy Error
    The proxy server received an invalid response from an upstream server.
    The proxy server could not handle the request POST /h/hopapp.pwdmaint_do.
    Reason: Error reading from remote server
    cheers
    Steve

  • Connecting Oracle by JDBC in Linux

    I'm using oracle8.1.7, redhat 7.2,Apache as webserver and tomcat
    as containers, all these work very well. but I have a problem
    connecting oracle with JDBC.
    I've installed the JDBC driver by setting the classpath
    in .bash_profile of oracle, but when I run the a jsp which try
    to connect the database, it return the exception error which
    tell me the suitable driver is not found! Can anyone tell me why?
    By the way, I'm using JDK1.3 and the JDBC driver is
    classes12.zip. Please help me out.

    Double Post
    http://forum.java.sun.com/thread.jspa?threadID=673989

Maybe you are looking for

  • Garageband Crashes When Trying To Open

    I'm using Garageband 4.1.2.  I was working on adding music to a Quicktime file but this particular time I thought I'd try and drag a QT movie over the Garageband icon to launch a project.  When I did this nothing happened...or so I thought.  Now Gara

  • Keep getting error message

    Hi, I keep getting an error message when I try to login to Myspace.com. I know it's got to be my computer since I can login at work. I copied the message and here it is: Server Error in '/' Application. Runtime Error Description: An application error

  • CAD not working on CRM 4.0

    Hi Guys We are working on CRM 4.0 webclient. Our SAP CRM is integrated with third party CTI vendor i.e Interactive Intelligence. All the integration is done and we are able to make inbound and outbound calls. When any inbound call is received, even t

  • Javascript Foucs is not working In IE

    I have tabular in in APEX page In tabular form on one textbox onblur="setfocs();" And i set focus on button using javascript as below. <script type="text/javascript"> function setfocs() document.getElementById('add_row_id').focus(); </script> Javascr

  • ODI error

    Hi When i try to join the source table with the lookup table in ODI 11.1.6. I am getting the following error. Can anyone help me with that ODI-26066- AN unexpected error has occured java.lang.NullPointerException      at oracle.odi.ui.etlmodeler.dumm