Oracle on Unix

We are running Oracle on unix.
How can I server my databse on website.
I want to use NT Hosting, using ASP or Cold Fusion.
Please write me....
null

Mehdi,
This is probably not the best forum for this type of question,
though the Oracle Migration Workbench Team hopes to cover
applications to some extent in the future.
ODBC is the standardised way of accessing database backend,
some oracle front end products are mentioned below.
Oracle has various web enabled products such as:
oracles developer suite now allows web deployment,
oracle application servers,
webdb tool,
java integration with the database.
[lots of java buzzwords below, (well I am a java programmer)]
oracle's jdeveloper java development tool.
servlets,
java server pages,
Enterprise Java Beans.
There are probably other less complete add hoc solutions, for
accessing databases such as using apache and some perl scripts.
Good luck,
Turloch
Oracle Migration Workbench Team
Mehdi Raza (guest) wrote:
: We are running Oracle on unix.
: How can I server my databse on website.
: I want to use NT Hosting, using ASP or Cold Fusion.
: Please write me....
Oracle Technology Network
http://technet.oracle.com
null

Similar Messages

  • Advantages of using Oracle with Unix over Windows server

    Hi there,
    I want some article/document which depicts the advantages of using Oracle with Unix (say HP-UX or Solaris backend). Actually the plan is to use some Data Warehousing applications using Cognos Poweplay, ReportNet and either Decision Stream of Cognos or Oracle Warehouse builder may be used as ETL tool. For Data mining applications we are planning to use SPSS Clementine. The Data volume will be substantial one. At present we are developing some prototype in Windows 2003 advanced environment. We are plaiing to use Risc server and RAID-5. Pl. advice some ideal architecture for us, as you know, it's typically a Govt. level application data (mostly archival data). The reports will be published using Report Net, Adhoc query etc, OLAP analysis will be done using Powerplay.
    Regards,
    Anupam Basu

    Hi there,
    I want some article/document which depicts the advantages of using Oracle with Unix (say HP-UX or Solaris backend). Actually the plan is to use some Data Warehousing applications using Cognos Poweplay, ReportNet and either Decision Stream of Cognos or Oracle Warehouse builder may be used as ETL tool. For Data mining applications we are planning to use SPSS Clementine. The Data volume will be substantial one. At present we are developing some prototype in Windows 2003 advanced environment. We are plaiing to use Risc server and RAID-5. Pl. advice some ideal architecture for us, as you know, it's typically a Govt. level application data (mostly archival data). The reports will be published using Report Net, Adhoc query etc, OLAP analysis will be done using Powerplay.
    Regards,
    Anupam Basu

  • Starting and stopping oracle in Unix

    I have installed oracle in a Unix Box.
    Since i am very new to Unix, Pls tell me tehs steps to start and stop oracle in Unix from telnet

    In addition to Chris' answer, I encourage you to
    1) Enroll in a Unix course, especially 'Shell Concepts';
    2) Read Oracle's Oracle® Database Administrator's Reference
    10g Release 2 (10.2) for UNIX-Based Operating Systems
    TO help in 1), http://www.injunea.demon.co.uk/pages/page203.htm might be useful.

  • R/3 to other oracle system Unix Shell scripts Execute

    Hi,
    Here SAP 4.7 version, is it any possibility to run/execute other oracle system Unix shell scripts from sap program?
    With Regards,
    Anil

    ...yes,
    1.define own external command (sm69)
    2. run this command from your ABAP code by callig function module SXPG_COMMAND_EXECUTE
    regards,darek

  • How to access the Oracle from Unix when SID is not provided?

    How to access the Oracle from Unix when SID is not provided.
    User Name : xxx
    Password : yyy
    SID : SID
    I use to access it using below command from Unix prompt:
    sqlplus xxx/yyy@SIDNow since I dont have SID, how to access the Oracle DB from Unix Box?
    User Name : xxx
    Password : yyy
    Service Name : zzz
    Regards,
    Sunny.

    Hi Ajay
    Thanks for the suggesstion :)..It worked as well.
    The Actual problem was in the "tnsnames.ora" file where in I need to make entry for the new SERVICE name.
    Now I am able to connect it properly.
    Regards,
    Sunny.

  • Connecting to SQL Server on Win NT from Oracle On Unix

    I have Oracle database in one unix machine.
    I have to connect with the orcle database on unix from the sql server on windous NT.
    This can be accomplished trough ODBC but do not know the exact driver or an interface through which i can connect with the unix oracle database.
    If anybody have any idea about commecting two hetrogeneaus databases on two different OS.
    Please Help
    Thanks in advance.
    Satish Pahade

    Once a time I practise the replication betweem the sql server and oracle in UNIX.
    I just succeed in replication from sql server to oracle db.
    I can recall that this donot need ODBC.
    YuePeng Chen.
    [email protected]

  • Error while connecting to Oracle on Unix

    Hi..
    I m new to JDBC.
    I have written a small code which will connect to the Oracle and select some data to display report.
    On execution its throwing NULL POINTER EXCEPTION on conn.
    I guess the URL tht i hav used is a problem area. But i dont know what to use. I have used oracle_SID.
    Can someone tell me if that is correct url or where should i find correct DSN namein UNIX dir?

    hey thanks....
    actually i have done it using DSN on windows. but i
    really dont know wher should i do it on UNIX. The
    oracle 9i is already installed on this unix box. I
    guess, the DSN name also has been created and exists
    on the same. But i dont know where should i search in
    unix dir to structure to find this DSN name.
    Can someone help me to find existing DSN name on this
    box?
    I believe it should be somewhere in ORACLE_HOME ...
    ???For Unix, if you have ODBC installed, there is an odbc.ini where you need to add the necessary configurations.
    The best way you could do is make use of the Oracle thin driver (type 4).

  • Oracle in Unix environment...suggest way to start....

    Hi,
    Still i was a pl/sql programmer in windows platform. Now a sudden requirement to work pl/sql in unix environment. I very much new to unix. I dont know how to proceed. Please suggest start point where should i start...please help me
    thanks
    asp

    Thanks sharma,
    'You are welcome.'>
    U have been a good experienced person in this forums
    'I do not want to take this comment. In fact, I would not deserve it'
    'My experience is just 3 years in the S/W industry and full-time Oracle is '
    ' just less than that. But I deliberately wanted to participate actively in'
    ' this forum to gain knowledge from the other GURUs. But anyway thanks'
    ' your responses to a member in the forum.'
    whether i have to learn any unix
    specific os commands or no need of unix os command
    knowledge.
    'This depends on your work. If it purely for Oracle, then you do not have to'Cheers
    Sarma.

  • JDBC Drivers to access from Oracle on Unix environment

    hi,
    Iam able to run my java application to access the data from the Oracle (8.1.7)using JDBC-ODBC bridge drivers on my Windows environment,but when i tried to execute the same program on Unix(I used same DSN)enivronmentit is giving an 'SQLException:NO Suitable Driver'.
    Iam using JDK1.2.2 version and have got Oracle 8.0.5 client on my PC.Iam using WindowsNT workstation and Unix on the same machine.
    This is the program Iam using in both Windows and Unix.
    import java.sql.*;
    import java.util.*;
    import java.math.*;
    public class db11
    public static void main(String[] args)
    String url="jdbc:odbc:dsn_name";
    try
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection dbconn=DriverManager.getConnection(url,"scott","tiger");
    System.out.println("Connection OK");
    catch(ClassNotFoundException c1)
    System.out.println(c1.toString());
    catch(SQLException c2)
    System.out.println(c2.toString());
    Can anyone help me out how to run the same in Unix.Iam able to ru my other Java applications with out database applications.
    Regards
    Rao

    Hi Sekar,
    Thanks for replies.Iam sending you the code.Pls go thru that and let me know where I went wrong.
    import java.io.*;
    import java.sql.*;
    import java.util.*;
    import java.math.*;
    public class db11
    public static void main(String[] args)
    String url="jdbc:oracle:thin@<host>:1521:dsn";
    try
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    // Class.forName("oracle.jdbc.driver.OracleDriver");
    Connection dbconn=DriverManager.getConnection(url,"username","pwd");
    System.out.println("Connection OK");
    catch(ClassNotFoundException c1)
    System.out.println(c1.toString());
    catch(SQLException c2)
    System.out.println(c2.toString());
    Iam still getting the error ClassNotFoundException:oracle.jdbc.driver.OracleDriver.
    I tried by including the oracle.sql.*;oracle.jdbc.driver.*; as well,then Iam getting cannot import the above packages.
    Classpath and path are same as I mentioned in my previous mail.
    regards
    Rao

  • Migrating Oracle 9i Unix to Windows 2000

    Dose anyone have any information on migrating an Oracle 9.2.0 database from Unix to Windows 2000. Any information would be greatly appreciated.

    Since the data files aren't compatible between the operating systems, you'll probably need to do an export and import to move the database. Other than that, it shouldn't be terribly difficult.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Automatic stratup of oracle at Unix Solaris reboot

    I want to start automatically oracle when I reboot sun solaris. I did follwoing.
    1-I modifed the /var/opt/oracle/oratab and my entries are set Y
    2-In /etc/init.d I created dbora script.
    3-I made follwoing links
    # ln -s /etc/init.d/dbora /etc/rc0.d/K10dbora
    # ln -s /etc/init.d/dbora /etc/rc3.d/S99dbora
    After that when I rboot the sun box, it did not started oracle automatically. I run the dbstart script from unix, and i got error something about missing init.ora file. My oracle is 9.2.0. I browsed to $ORACLE_HOME/dbs directory and listed its contents. I found that there was spfileSID.ora file. I copied the spfileSID.ora to initSID.ora. Now I tried to run dbstart script from unix, I got ORA-01031: insufficient privileges error. I switched the user from root to oracle and run dbstart again and this time it started the databases. So now dbstart was working from unix. Now rebooted the unix box, but with reboot the oracle did not strated. Any body has an idea how I can make my oracle to start automatically with unix reboot. What I am missing here. Thanks

    Show us your dbora script.
    started oracle automatically. I run the dbstart
    script from unix, and i got error something about
    missing init.ora file. My oracle is 9.2.0. I browsed
    to $ORACLE_HOME/dbs directory and listed its
    contents. I found that there was spfileSID.ora file.
    I copied the spfileSID.ora to initSID.ora. Now IWell, the reason for not starting is that the example script dbstart is looking for a pfile (PFILE=${ORACLE_HOME}/dbs/init${ORACLE_SID}.ora) while nowadays we should be using spfile. Perhaps copying over init.ora with the binary spfile.ora is not the best way to go.
    dbstart was working from unix. Now rebooted the unixbox, but with reboot the oracle did not strated. AnyAny output from script called during "boot up" e.g. a log file from dbora?

  • Error during installation Oracle on Unix...

    Hello everyone,
    I tried to installer Oracle 10g r2 on unix tru 64 bit. I copied oracle software in /tmp. When I run "./runinstaller" then following message arise:
    "Unable to convert from UTF-8 to ISO 8859-1 for NLS! Permission denied."
    Any help would be appreciated.
    Regards,

    53637 wrote:
    Hello,
    Thank for your suggestion. When I tried to execute this command the following message arise:
    $ export NLS_LANG=AMERICA_AMERICA.WE8ISO8859-1
    NLS_LANG=AMERICA_AMERICA.WE8ISO8859-1 is not indentifierFirst - it was suggested you enter "WE8ISO88591", not "WE8ISO8859-1"
    Second - the suggestion was made assuming a shell such as Bash. You may be using ksh or other. Try doing this in several steps
    NLS_LANG=AMERICA_AMERICA.WE8ISO88591
    export NLS_LANG
    and perhaps try surrounding the literal with quotes
    NLS_LANG="AMERICA_AMERICA.WE8ISO88591"

  • Oracle in Unix Platform

    Hi
    Right now i'm working oracle in windows plaftforms.I want to switch to unix platform.Can anyone tell me how to run oracle pl/sql pgms in unix platform
    Thanks in advance

    Hi,
    if you ask about Oracle Forms, just recompile he Forms fmb files on Unix and you are all set
    Frank

  • Install Oracle in UNIX

    Good morning all,
    I am kind of new to Oracle db in SunOS system. The db server is SunOS 5.10 and I am giving access to this server through PuTTY. Recently I need to install newer version of OEM agent to the server but have hard time to get Xwin work. I have installed X-Win32 5.4 in my PC and tried to configure but can’t make it work. I would like to know how you installed your Oracle software in the UNIX env if you don’t have direct access to the server console? BTW, my db version is 10.2.0.4.
    Thanks a lot for your info.
    Shirley

    user611494 wrote:
    Thanks Ed,
    I took it back. When I first installed X-Win32 and configure it (actually somebody helped me with it). It worked fine so I was able to install 10.2.0.5 in our dev server. Then my co-work did the same thing but she can’t make /usr/openwin/bin/xclock popup. So I stopped my session and close the X-win server on my laptop. Then somehow she got her clock popup and I can’t get mine work any more. This whole configuration is like a black box to me. I just configured another session to connect to a different UNIX server and it works! So here are my questions:
    1)     Is one server can support to channel its output to different laptops (since my co-worker and I configured x-win to the same server)?Absolutely. Remember, unlike windows, unix is a true multi-user OS. Your session on the server is completely separate from someone else's .. or even a second session.
    2)     What is the best connect method to connect to SunOS: SartNetSSH, rsh, rexec or XDMCP?Define "best". The fact that is Solaris ("SunOS") has nothing to do with it. They are all different methods of getting a remote shell session on the *nix server.  Everyone has their favorite.
    3)     What is the purpose of PuTTY here besides to set X11 forwarding?PuTTY is just another product to get a remote secure shell session. I like it because it is light weight and free. Actully PuTTY has nothing itself to do with x-11 forwarding. PuTTY gives the secure shell session. In that session, you indicate that x-windows is to be forwarded to some IP address and port, supposedly that of your desktop where you are running PuTTY (or SSH, or rsh, etc, etc). At that IP address, you will need an x-server running (Exceed is one, there are others) to receive and render the x output that was forwarded there.
    4)     Anything else I need to know?
    Thanks a lot for your help,
    Shirley

  • JDBC connection Oracle for UNIX

    I use Servlet to connect Oracle installed in UNIX.
    When I ran the java program, it happened some exceptions.
    I have spent much time to research this problem, but I still don't know what's the problem.
    Is the syntax wrong (unix syntax is different with nt syntax)???
    Do anyone tell me How I can solve this problem??
    Very thanks.
    The followings are the code I wrote in program :
    //==================================================
    String driver = "oracle.jdbc.driver.OracleDriver";
    String url = "jdbc:oracle:thin:@<HOST>:<PORT>:<SIDNAME>"          
    Class.forName(driver);
    connect = DriverManager.getConnection(url,username,passwords );
    //===================================================
    //HOST: ex. 10.1.1.1
    //PORT: ex. 1521
    //SIDNAME: ex. TEST
    The followings are Exceptions:
    //===================================================
    java.sql.SQLException: IO Exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=135291648)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
    at oracle.jdbc.dbaccess.DBError.throwSqlExceptionDBError.java:169)
    at oracle.jdbc.dbaccess.DBError.throwSqlExceptionDBError.java:211)
    at oracle.jdbc.dbaccess.DBError.throwSqlExceptionDBError.java:324)
    at oracle.jdbc.driver.OracleConnection.<init>OracleConnection.java:266)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:365)
    at Oracle.jdbc.driver.OracleDriver.connectOracleDriver.java:260)
    at java.sql.DriverManager.getConnectionDriverManager.java:512)
    at java.sql.DriverManager.getConnectionDriverManager.java:171)
    at com.ust.spc.servlet.ServletConnectDB.setDatas(ServletConnectDB.java:73)
    //===================================================

    Java and JDBC are platform neutral .. or so I like to imagine.
    In your case there can by possibilities
    the jdbc url, username and or password any one or more could have been mistyped
    OR
    the data base is not running or able to provide more connections
    Try to connect using sqlplus to the database ... it you are able to the problem is with the jdbc url or username/password

Maybe you are looking for

  • Help needed in building a  sql query

    Hello, I am using Oracle 10g db. I have 3 tables table1 and table2 and table3 I am writing one sql query which is like select table1.a a1,(select distinct b from table2,table3 where table2.id=table3.id and table1.id=table2.id) b1 from table1 Now the

  • How to send HTML link in the email through BRFplus

    Hi All, I want to send an HTML link embedded into the email body , as shown below. Hello Friends, Please find below path for error occurred during triggering of materials. Http://documents/error/doc.htm Thanks & Regards Khushbu And when the user clic

  • Open Directory running on personal laptop?

    Hello. Recently, I have been noticing logs for opendirectoryd in Console. A new one pops up each time I boot my laptop. They look like this: 2013-07-16 09:25:39.521985 PDT - opendirectoryd (build 197.16.1) launched... 2013-07-16 09:25:39.560532 PDT -

  • Connect my camera

    Hello Can I get a lead for my analog video camera to record video onto my mac? Hope someone can help! Cheers Ed

  • Oracle 8i SQL+ Start up...

    Recently, I downloaded 8i on Win98 platform. It is a "trial" version, but I am unable to run anything as it asks for a user name, password and host string. I tried using the following user name and passwords but to NO SUCCESS. I have given up hope tr