Using iSQL*Plus with MAC OSX

I have Oracle 9.2.0.1.0 installed on OSX together with JDeveloper.
I have also done an apachectl start so that when I point the browser at http://localhost:80 I get the Apache admin screen.
The problem is that pointing at http://localhost:80/isqlplus gives the message: The requested URL /isqlplus was not found on this server.
I think that isqlplus is not installed properly and is not registered with the server. I could not see any conf file in the directory $ORACLE_HOME/Apache. However there is a file called isqlplus.conf.sbs in the $ORACLE_HOME/sqlplus/install directory that looks like it needs to be used.
What should I do to get this running please?

Hi Alison
I think you are right to suspect that the Apache I have is not supplied by Oracle. There was no installer for MAC OSX it was a much more manual effort; I dowloaded the release from the Oracle web site and then unzipped the archive, created the oracle user and account from the unix prompt and ran the scripts to create the database objects.
I searched for httpd.conf and I find the following:
[Paula-Prestons-Computer:/] root# find . -name "httpd.conf"
./private/etc/httpd/httpd.conf
[Paula-Prestons-Computer:/] root#
[Paula-Prestons-Computer:/] root# grep -i sql ./private/etc/httpd/httpd.conf
[Paula-Prestons-Computer:/] root#
and I think this is the Apache that is bundled with the OSX operating system as it has nothing about sql in it.
Thanks for your efforts, any more news or info you get would be appreciated.
Paul.

Similar Messages

  • I have a fat32 formatted drive (WD my passport 500GB) that is showing in disk utility but does not mount. I am using a macbook with mac osx 10.5.8.

    Disk warrior came highly recommended on other posts but because the drive is not mac os formatted it won't do its warrior magic...
    The drive shows in disk utility but the options to repair are greyed out. The drive ejects sometimes but not others. The drive powers up with light and I can hear noise (not loud just a hum that confirms (i think) that it is spinning.). The drive is as it cames and booted on both a windows XP pc and my macbook with mac os x 10.5.8.
    I have tried test disk but after running for a day with no other command prompts other than the first recommend I uninstalled it.
    Any other suggestions?

    Hi Christina,
    It's quite possible the AC PSU has given out, if It's only Bus powered as it appears, that's the worst idea ever & asking for eventual problems.
    What Format is it?
    Did you install any WD SW?
    Your best bet is DiskWarrio...
    http://www.alsoft.com/DiskWarrior/
    But others that may work…
    Drive Genius…
    http://www.prosofteng.com/products/drive_genius.php
    TechTool Pro…
    http://www.micromat.com/index.php?option=com_content&task=view&id=31&Itemid=83

  • 8600 plus with mac osX, need to delete email addresses from scanner

    Have Mac osX snow leopard, need to remove/delete email addresses from my scanner list. Have tried to follow other posts to solve but they don't seem to help as I can't find the specific network folder. Thanks, Chuck

    Hi @oreganocrk ,
    I see by your post that you would like to delete email addresses from the scanner list. I would like to help.
    Print a configuration page to get the printer's IPv4 address. Printing a Network Configuration Page.
    Access the Embedded Web Server for the printer. Type the IP address into your web browser's address bar.
    Click on the Scan tab, Scan to email on the left side of the window, select Scan to address book.
    Check the email that you would like to remove and click delete.
    If you need further assistance, just let me know.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Linksys Connect CD/Downloadable Software compatibility problem with Mac OSX 10.4.11

    I purchased a Linksys E1200 and I am running Mac OSX 10.4.11. As I have a G4 eMac, I cannot run a higher operating software. The CD that came with the E1200 will not launch the Linksys Connect software, as it is not compatible with Mac OSX 10.4.11. When I download Linksys Connect software from the support section of the Linksys site (version 1 or 2), same problem. I have read that I can use the E1200 with Mac OSX 10.4.11, but how? Getting very frustrated and would appreciate any practical advice/help. Thanks!
    Solved!
    Go to Solution.

    Hi bassist71,
    You may actually do the setup manually. It's done by accessing the setup page of the route through 192.168.1.1 and configuring the settings according to your Internet connection type. If you have a Cable connection, you may check this link, http://kb.linksys.com/Linksys/ukp.aspx?vw=1&docid=0ff4c94586a345d082828ec2161aaecf_3686.xml&pid=80&r... If you have a DSL connection, check this out,  http://kb.linksys.com/Linksys/ukp.aspx?vw=1&docid=9017a6f6bece444dbb4a0746eb87682a_2210.xml&pid=80&r...

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

  • Using a network-stored catalog with Mac OSX

    Greetings all.
    I am using Photoshop Elements 11 on Mac OSX Mountain Lion and want to store my catalog on a local network drive (FreeNAS).  I have encountered many problems while attempting to do this.  Then I noticed in the Elements Organizer help, under the section "Repair a catalog", the following: "Note:  (Mac OS) You cannot access catalogs present on a network drive."
    Is this true. or has someone found a workaround to the problem?
    Thanks!
    --John

    Thanks, for that ( I assume we have to carry on in English due to forum policy even though we are both of German tongue I assume)
    You mean the access problems are part of the "no network drive" thing? I suspected that. Took me a whole day in front of my computer to realign the mess.  So should one better not use the network drives at all? Quite a pity in times where everybody seems to use network storage.
    No, I did not use organizer to use the photos. So there is no way to reconnect them? Should I delete the catalogue and start with the photos from scratch?
    Regards
    Andibuch
    Am 02.01.2013 um 23:35 schrieb Barbara B.:
    Re: Using a network-stored catalog with Mac OSX
    created by Barbara B. in Photoshop Elements - View the full discussion
    Well, yes, these are part of the "no network drive" thing.
    As for moving the photos, did you use organizer to move them? You will always have trouble if you move photos outside of organizer, even on the same drive--you have to let it manage your photos or it doesn't have a clue as to what happened.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4963270#4963270
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4963270#4963270
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4963270#4963270. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Photoshop Elements by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Hello, i'm using Iphone 5, with ios 7  . I have one old macbook, working with mac osx 10.6.8 and itunes last version updated. Itunes do not synchronize new contacts from my Iphone to my adress book mac.  What can i do ?

    Hello, i'm using Iphone 5, with ios 7  . I have one old macbook, working with mac osx 10.6.8 and itunes last version updated. Itunes do not synchronize new contacts from my Iphone to my adress book mac.  What can i do ?

    Hello, i'm using Iphone 5, with ios 7  . I have one old macbook, working with mac osx 10.6.8 and itunes last version updated. Itunes do not synchronize new contacts from my Iphone to my adress book mac.  What can i do ?

  • I have a 3 year old MacBook Pro with MAC OSX 10.6.8, iPhoto '09 version 8.1.2 and have downloaded two software programs: one is Aperture 3.2 and the other is Photoshop Elements 9 (which I got from a friend who didn't need it). I am totally happy with the

    I have a 3 year old MacBook Pro with MAC OSX 10.6.8, iPhoto ’09 version 8.1.2 and have downloaded two software programs: one is Aperture 3.2 and the other is Photoshop Elements 9 (which I got from a friend who didn’t need it).
    I am totally happy with the way iPhoto organizes my photos and how I can work with iMovie to create slide shows with music from iTunes, etc.
    I have been shooting mostly high resolution jpegs and I continue to learn more and more about photography, post processing etc. I realize that the small adjustments I can make in iPhoto are good, and are adequate most of the time. However, a have started to experiment with shooting RAW images and would like to go the next step, ie. post processing.I am totally technically challenged and need SIMPLE, INTUITIVE programs and am certainly NOT anywhere ready for Photoshop CS whatever!
    After having these programs sit on my computer, I decided to try to see if I could figure them out. When I opened Aperture, this is what first comes up.
    “Welcome to Aperture 3.2
    Your library needs to be upgraded to work with this version of Aperture. Once upgraded, you will not be able to use this library with previous versions of Aperture.
    Upgrading a library from previous versions of Aperture 3 generally takes a few minutes or less, though larger libraries will take longer. After that, Aperture 3.2 will upgrade your library's thumbnails, but you can use the application during that time.
    Tip: To open a different library, quit Aperture and hold the Option key down while starting Aperture
    Current Library Location:
    Jadzia (home)   -----Pictures------Aperture Library
                                                      QUIT             UPGRADE”
    I have heard horror stories  about moving your entire library to Aperture, ending up with 2 libraries, etc. etc. hence my previous reluctance in attempting Aperture. In addition, many of my photography friends are saying: Go with Lightroom 3.....you’ll love it!
    So here is my dilemma.  I don’t want to mess around with my iPhoto library. All I want to be able to do, is to isolate a few photos, export them to Aperture, Elements, and work on them there, then bring them back into iPhoto.
    Can I do this? Should I forget about Aperture and Elements and look at purchasing yet another program like Lightroom?

    Export those few photos via the File ➙ Export ➙ File Export menu option with Kind = Original to the Desktop.  Then import them into the Aperture library. That would keep one copy in your iPhoto library and another in your Aperture library to edit, etc.
    You can use Photoshop Elements 9 from within iPhoto as your editor of choice. However, if you edit a raw file in iPhoto with PSE9 the resulting edited version must be saved outside the iPhoto Library and imported back in as a new file.  For editing jpegs just do a Save (not a Save As) and it all will be kept within iPhoto. 
    Using Photoshop or Photoshop Elements as Your Editor of Choice in iPhoto.
    1 - select Photoshop or Photoshop Elememts as your editor of choice in iPhoto's General Preference Section's under the "Edit photo:" menu.
    2 - double click on the thumbnail in iPhoto to open it in Photoshop.  When you're finished editing click on the Save button. If you immediately get the JPEG Options window make your selection (Baseline standard seems to be the most compatible jpeg format) and click on the OK button. Your done. 
    3 - however, if you get the navigation window
    that indicates that  PS wants to save it as a PS formatted file.  You'll need to either select JPEG from the menu and save (top image) or click on the desktop in the Navigation window (bottom image) and save it to the desktop for importing as a new photo.
    This method will let iPhoto know that the photo has been editied and will update the thumbnail file to reflect the edit..
    NOTE: With Photoshop Elements  the Saving File preferences should be configured as shown:
    I also suggest the Maximize PSD File Compatabilty be set to Always.  In PSE’s General preference pane set the Color Picker to Apple as shown:
    Note:  to switch between iPhoto and PS or PSE as the editor of choice Control (right)-click on the thumbnail and select either Edit in iPhoto or Edit in External Editor from the contextual menu. If you use iPhoto to edit more than PSE re-select iPhoto in the iPhoto General preference pane. Then iPhoto will be the default editor and you can use the contextual menu to select PSE for your editor when desired.
    OT

  • I have an iMac 5.1 with Mac OSX 10.6.8 and 2 GB memory and an L2 cache of 4 GB.   lately I have been receiving error messages of " start up disk almost full; please delete files." is the start up disk the same thing as the hard drive?

    I have an iMac 5.1 with Mac OSX 10.6.8 and 2 GB memory and an L2 cache of 4 GB.   lately I have been receiving error messages of " start up disk almost full; please delete files." is the start up disk the same thing as the hard drive?  I opened the hard drive and from the column on the left of the menu I've selected "search for" and under that " all images" then "all documents"  I've deleted a few files from each. Are documents and images that I have deleted from here also deleted from the folders on my desktop?

    You should never, EVER let a conputer hard drive get completely full, EVER!
    With Macs and OS X, you shouldn't let the hard drive get below 15 GBs or less of free data space.
    If it does, it's time for some hard drive housecleaning.
    Follow some of my tips for cleaning out, deleting and archiving data from your Mac's internal hard drive.
    Have you emptied your iMac's Trash icon in the Dock?
    If you use iPhoto, iPhoto has its own trash that needs to be emptied, also.
    If you store images in other locations other than iPhoto, then you will have to weed through these to determine what to archive and what to delete.
    If you use Apple Mail app, Apple Mail also has its own trash area that needs to be emptied, too!
    Delete any old or no longer needed emails and/or archive to disc, flash drives or external hard drive, older emails you want to save.
    Delete any other mail in your Junk folders. Also, look through your Sent Mail to see if there is anything that can be deleted.
    Other things you can do to gain space.
    Once you have around 15 GBs regained, do a search, download and install OmniDisk Sweeper.
    This app will help you locate files that you can move/archive and/or delete from your system.
    STAY AWAY FROM DELETING ANY FILES FROM OS X SYSTEM FOLDER!
    Look through your Documents folder and delete any type of old useless type files like "Read Me" type files.
    Again, archive to disc, flash drives, ext. hard drives or delete any old documents you no longer use or immediately need.
    Look in your Applications folder, if you have applications you haven't used in a long time, if the app doesn't have a dedicated uninstaller, then you can simply drag it into the OS X Trash icon. IF the application has an uninstaller app, then use it to completely delete the app from your Mac.
    Download an app called OnyX for your version of OS X.
    When you install and launch it, let it do its initial automatic tests, then go to the cleaning and maintenance tabs and run the maintenance tabs that let OnyX clean out all web browser cache files, web browser histories, system cache files, delete old error log files.
    Typically, iTunes and iPhoto libraries are the biggest users of HD space.
    move these files/data off of your internal drive to the external hard drive and deleted off of the internal hard drive.
    If you have any other large folders of personal data or projects, these should be archived or moved, also, to the optical discs, flash drives or external hard drive and then either archived to disc and/or deleted off your internal hard drive.
    Good Luck!

  • Hi, I have a Mac iBook PowerPC G4 1.33 GHz with Mac OSX 10.4.11.

    Hi, I have a Mac iBook PowerPC G4 1.33 GHz with Mac OSX 10.4.11.
    I would like to connect an 20" Apple Cinema Display with ADC connection to it, but it seems impossible because the cord on the Cinema Display doesn't fit the Display port on the iBook G4!
    May anybody suggest how to solve the problem?
    Is the 20" Apple Display (aluminium enclosure) compatible with my iBook G4 Display port?
    Thanks.

    Thanks for your replay, Cornelius.
    Can you be more specific?
    Where the Display Forum is?
    I can't find it.
    My question was: Is the Aluminium 20" Apple Display" (not the ADC Apple Cinema Display) compatible with the iBook G4 Display port?
    I know for sure that the Apple ADC-DVI adapter can not be used to connect a Cinema Display to my iBook G4 port.
    Please help.
    Thanks.
    Message was edited by: giambattista

  • Cisco Connect does not run with Mac OSX Mountain Lion (10.8.2)

    When I first installed Cisco Connect that came with my E1500 router, I was running Mac OSX Snow Leopard (10.7) and it worked fine.  I upgraded my OSX to Mountain Lion and now when I start Cisco Connect, I get:
    Unsupported operating system
    The router software supports these operating systems:
    - Mac OS X 10.5.8 or later
    - Mac OS X 10.6.1 or later
    - Mac OS X 10.7 or later
    I saw some other thread/info/download on Cisco Connect with Lion (10.7) but nothing for Moutain Lion (10.8) - is there a fix forthcoming?
    Thanks
    Gary

    All i want to do is disable the guest function through cisco. i live in an apartment and everyone logs into my guest account. i was at my neighbours and they were laughing saying they done need to subscribe for the internet cause they just log onto local wi fi. and mine is one of them. i dont know if that'll slow down my internet with so many people using it. but all i want to do is just avoid it all together and get rid of it. but in this case i am having the same problem as all of you. to disable the guest function you need to go through cisco connect and it is not compatible with mac osx mountain lion. grrrrrrr

  • Is Adobe Photoshop Elements 6 & 8 compatible with Mac OSX Yosemite 10.10

    Hello - Is Adobe Photoshop Elements 6 & 8 compatible with Mac OSX Yosemite 10.10
    Thx Ken

    I've been running both without problems, but haven't used them that extensively. So far there haven't been any reports of major problems here.

  • Problem with  ms word for mac 10.6.8 with mac OSX 10.6.8

    I am using ms word mac 10.6.8 with mac OSX 10.6.8 and two times now I have edited a document, tried to save it and it froze up.  The error message is "command is not available b/c the document is in modal state"  Any suggestions?

    Try not to double click when you post in the Communities.  Your thread became a duplicate, and an answer may appear in this thread:
    https://discussions.apple.com/message/17498901#17498901

  • Using Audiction Trial On Mac Osx

    want to try to used this TRIAL ADOBE AUDICTION 3
    is this TRIAL version is able to work propely with Mac OSX
    if YES .... is there other setup to make it working and
    there's no TRIAL version download with MAC.
    the only download is for WINDOW.
    THANKS FOR UR HELP
    [email protected]

    You will have to use Adobe Labs to get Audition for the Mac:
    http://labs.adobe.com/technologies/audition/

  • Sync Nokia 8800 with Mac OsX

    Hi.
    Does anyone know how to sync a Nokia 8800 with Mac OsX, in order to get all contacts over to an iPhone.
    Is there a free software out there (whyever Nokia doesn´t provide one).
    Thx,
    Mike
    Solved!
    Go to Solution.

    Nokia used to produce Mac versions of the PC Suite software back in the long-gone days of the early Communicator series, but Apple applied pressure for that to stop, because they wanted all Apple users to sync with their own iSync software.
    Regretably, Apple is not great at ensuring compatibility with all phones from all manufacturers. For more information, go to http://europe.nokia.com/get-support-and-software/product-support/isync/compatibility-and-download - you will see that the original Nokia 8800 is compatible with iSync but that subsequent versions like 880 Sirocco, 8800 Arte etc. are not yet covered. 
    iSync itself is made by Apple, and the Nokia site will link to Apple to download it. Nokia does provide some plugins to make some common models work, but I don't think that later 8800 versions are included. It is possible to search for third-party plgins that may solve the issue if your 8800 is not the original model.

Maybe you are looking for

  • Erroe while invoking a process (could not validate SAML)

    Hi, I am getting the following error while invoking a process from Weblogic  Portal Server.The invocation happens properly always but after frequent  intervals(approx 1-1.5 hrs) this error comes.Then if the Portal Server(the  client which is invoking

  • CME SIP phone outside call issue

    Dear all, i have cme version 9.1 on router 2921 with 7962 sccp phones and 3905 sip phone. when i place outside call ( to pstn) using the below dial peer, call is processed.  when the call is answered by the autoattendent of the called company ( assum

  • Can you get an app back that has been deleted

    ididnt back up my phone yet and i had a video recorder app on my iphone and my 2 year old erased the app and i have now lost all the videos since she was born is there any way to get the app back or the vidoes that were recorded

  • Camera raw update failed

    I just got a new Canon 6d and shot in RAW. The raw files won't preview or open in Bridge and Photoshop CS6 (I am running it on Vista). I looked into the problem and realized I needed to update Camera Raw since I was running 7.0. So I went in Bridge a

  • How can I make Finder show thumbnail-sized photos?

    I am running OS 10.60 on a Macbook Air. I remember on the Powerbook G4 OS 10.39 I was able to see small thumbnail-sized pictures in the Finder window when I clicked on a photo. I could even run small-sized movies in the Finder window when I clicked o