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

Similar Messages

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

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

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

  • Can an American use iTunes from outside the US to download movies?

    Can an American use iTunes from outside the US to download movies?  The Terms & Conditions that just popped up as I was going to download a movie seems to indicate "no."  So Americans traveling abroad are out of luck?

    You can only use the Store for the country that reflects your billing address. This applies worlwide, not just to Americans.

  • If i bought an Iphone 6 from usa (contract free,T-mobile) can i use in srilanka (outside the usa) ? and to activate it should i have t-mobile sim?

    if i bought an Iphone 6 from usa (contract free,T-mobile) can i use in srilanka (outside the usa) ?
    and to activate it should i have t-mobile sim ?

    As Ethmoid says, it is still a CDMA phone as I told you earlier, and it will not work with t-mobile. Even if Sprint unlocked the phone, it would only unlock the GSM side for international use. They will not unlock the GSM side for domestic use in the US.

  • 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

  • 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

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

  • How should use unlocked phone outside the country

    hi, my name is Allen. I live in U.S. I'm currently using a contract-free 5S purchased form Virgin Mobile. I found out this phone can not be used outside the country (went to China Last year), Phone company stuff in China told me my 5S is not unlocked, so i cant use it. And about couple days ago, my friend told me Apple have these new Sim- free Unlocked Phone, which can be used outside the country and also is Contract-free. I would like to know if I bought this Sim free Unlocked iphone6, when I travel to different country , can I use it with the sim card outside the coutry? and if I put my virgin mobile sim card into the new phone, is it still working?

    It will work outside the US. You cannot use the SIM from your Virgin Mobile phone. Once outside of the US you will need to find a cellular provider that supports the iPhone.
    The Apple unlocked phone is initially with T-Mobile. Their service is available in many other countries outside of the US, so you may want to ask about that before spending money on another phone.

  • TS1702 Using app store outside the US

    Hi,
    I am in travel outside the US, and i am going to use app store to update my current apps and install some free apps, but I receive a message you are in germany store you must move to US store, but how can I do that? I tried to change my location to Germany, but app store needs new address and credit card info. I dont have eU credit card and I don't want to purchase any apps, just updating my current apps and install new free apps. Please let me know what I should do now.
    Thanks

    Technically, that would be a violation of T&C.

  • HT4993 I asked for this iphone 5s to be factory unlocked, because i need to use it inside/outside the country, now i'm outside and this phone is locked, i need assistance!

    Can somebody help me?! Those people from sprint gave me an iphone 5s locked, even when inasked for an unlocked one, now i'm outside the country and i need to use it with another carrier and it just say: "sim invalid"

    You bought a no contract iPhone, not an unlocked one. Had you purchased a Verizon one the GSM side would have been unlocked but you have to follow Sprint's process to unlock the GSM side of their phone. If there is any way possible you need to return this phone and get your money back or sell it and use the money to buy an unlocked iPhone.

  • Using Online Number Outside the United States

    I currently a Skype Online number and a good amount of Skype credit.
    The number is based in the United States.
    My wife and I will be spending considerable time outside the US. We'll be traveling extensively in Mexico and Canada.
    Is this going to be a problem using my US Online number?
    Even though most of our time will be outside the US, can I continue to use my US number?
    Thanks!

    vegasboy wrote:
    Even though most of our time will be outside the US, can I continue to use my US number?
    Yes you can.
    Your location is irrelevant.
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • HT2534 NFL game pass app is not available in U.S. store it seems, even though I am living and using my iPad outside the U.S. they tell me to create an internationaliTunes and using my iPad outside the U.S. They reccomend I creat an International  They adv

    I want to buy the NFL Game Pass package to view this season on my iPad 2 which I bought and registered in the U.S. I now live outside the U.S. but a message in the app store says I cannot download the app from the U.S. store. By the way the product can only be viewed outside the U.S. once purchased. The problem is how to purchase it without access to the app store.
    Support for NFL Game Pass apologized and advised to create a new International  iTunes account. In reading a product review I see one person living in Hong Kong created what he called a dummy account, downloaded the app, bought the package and it still doesn't work. Before following this advice I wanted to know of any comments or suggestions. Thanks!

    This is so awful!! Shame, Shame on the NFL. The NFL replacement refs are much better than NFL technology.
    I am trying to listen to the Patriots on-line today and cannot get ANYTHING :-(
    Switch over to the Red Sox on MLB.com no Problem getting my lousy Red Sox audio perfectly!!
    Shame, Shame on NFL.com and the Patriots for this lousy mobile app and online technology.
    And now I am seeing that the NFL '12 APP is NOT available for the iPhone.
    You CANNOT Make it up!

Maybe you are looking for