473,569 Members | 2,731 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to start ? client & database.

I have installed Oracle client & Oracle database(9.2.0. 4) on Red Hat
9.0.
It seems to me everything went fine in installation as I followed
notes from http://www.puschitz.com/InstallingOracle9i.shtml.

But now I don't see any instructions somewhere which can explain me
how to start my client?

And how to start my database?

Any help will be apreciated.

Thanks
Arun
Jul 19 '05 #1
4 10820
Arun Goel wrote:
I have installed Oracle client & Oracle database(9.2.0. 4) on Red Hat
9.0.
It seems to me everything went fine in installation as I followed
notes from http://www.puschitz.com/InstallingOracle9i.shtml.

But now I don't see any instructions somewhere which can explain me
how to start my client?

And how to start my database?

Any help will be apreciated.

Thanks
Arun


Client doesn't get 'started'. Client is a program that, when run, will
communicate with Oracle Networking (aka Net8, SQL*Net).

Typical clients are SQL*Plus, Enterprise Manager, Java/C/C++/.net programs

Suggest you browse around http://otn.oracle.com/obe for some tutorial
material and around http://docs.oracle.com for the Oracle Concepts manual
to help get this cleared up.

Another fine resource is the Red Hat install guide that Howard put up at
http://www.dizwell.com

/Hans
Jul 19 '05 #2
Hans Forbrich <fo******@yahoo .net> wrote in message news:<hOaqc.114 35$RM.3408@edtn ps89>...
Arun Goel wrote:
I have installed Oracle client & Oracle database(9.2.0. 4) on Red Hat
9.0.
It seems to me everything went fine in installation as I followed
notes from http://www.puschitz.com/InstallingOracle9i.shtml.

But now I don't see any instructions somewhere which can explain me
how to start my client?

And how to start my database?

Any help will be apreciated.

Thanks
Arun


Client doesn't get 'started'. Client is a program that, when run, will
communicate with Oracle Networking (aka Net8, SQL*Net).

Typical clients are SQL*Plus, Enterprise Manager, Java/C/C++/.net programs

Suggest you browse around http://otn.oracle.com/obe for some tutorial
material and around http://docs.oracle.com for the Oracle Concepts manual
to help get this cleared up.

Another fine resource is the Red Hat install guide that Howard put up at
http://www.dizwell.com

/Hans


Ok. Probably I asked wrong question. I want to how to 'run' client
program (I installed from Oracle 9.2.0 distribution).
Jul 19 '05 #3
GQ
go*****@yahoo.c om (Arun Goel) wrote in message news:<7e******* *************** ****@posting.go ogle.com>...
Hans Forbrich <fo******@yahoo .net> wrote in message news:<hOaqc.114 35$RM.3408@edtn ps89>...
Arun Goel wrote:
I have installed Oracle client & Oracle database(9.2.0. 4) on Red Hat
9.0.
It seems to me everything went fine in installation as I followed
notes from http://www.puschitz.com/InstallingOracle9i.shtml.

But now I don't see any instructions somewhere which can explain me
how to start my client?

And how to start my database?

Any help will be apreciated.

Thanks
Arun


Client doesn't get 'started'. Client is a program that, when run, will
communicate with Oracle Networking (aka Net8, SQL*Net).

Typical clients are SQL*Plus, Enterprise Manager, Java/C/C++/.net programs

Suggest you browse around http://otn.oracle.com/obe for some tutorial
material and around http://docs.oracle.com for the Oracle Concepts manual
to help get this cleared up.

Another fine resource is the Red Hat install guide that Howard put up at
http://www.dizwell.com

/Hans


Ok. Probably I asked wrong question. I want to how to 'run' client
program (I installed from Oracle 9.2.0 distribution).


First - The environment variables you had to set to install the software,
should also be set to use a client application (simpler this way).
You can set these in the .profile or by a shell script;
ORACLE_BASE= <something like /u01/app/oracle>
ORACLE_HOME= <something like /u01/app/oracle/product/9i2>
TNS_ADMIN= <something like /u01/app/oracle/product/9i2/network/admin>
ORACLE_SID= <something like MYDB1>
and the user path should include ORACLE_HOME/bin

If the database is on the same box, setting ORACLE_SID could be sufficient,
if you do not specify it in the connect string. To cover all bases, you
should however add an entry in the tnsnames.ora file for your database.

Try 'tnsping sid' where sid is the database name,
to confirm that your tnsnames.ora file is properly configured (if you need it).

Second - If your path is properly set, you should be able to do the following...
Note that before using the client, the database must be up.
You can do this manually (once all the environment variables are set) by ...
sqlplus /nolog
connect internal
startup

I hope this help.
Jul 19 '05 #4
Arun Goel wrote:

Ok. Probably I asked wrong question. I want to how to 'run' client
program (I installed from Oracle 9.2.0 distribution).


Well .....

What kind of client program do you have that you want to run? Better yet,
What are you trying to do?

If your objective is to learn Oracle as a developer or DBA, then look at
http://otn.oracle.com/obe for some step by step tutorials (with screen
shots).

If your objective is to do 'Microsoft Access programming in Oracle', then
brace yourself - it's a whole new world and, even for brilliant people, it
ain't gonna be pretty.

You should do a bit of reading as well - start with an easy to read book
like 'Oracle Essentials' from http://www.oreilly.com/catalog/oressentials3/

I DID mention that you should look at the 'install on Red Hat' document at
http://www.dizwell.com ... you apparently did not do that. Howard's
document is more on the order of a kick-start tutorial than an install
manual. Mandatory!

But to answer your question - Oracle provides some client software, one of
the simplest being SQLPLUS. Check out http://docs.oracle.com and drill
into the version you've installed to get the SQLPlus User Guide and
Reference manual.

/Hans
Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2655
by: Mick Turner | last post by:
I have connected to SQL Server database (server-side vbscript) and read some data from the tables. This works correctly. I now have the data in an array (server-side). I have to draw a line-chart based on that data, for which purpose I need to create client-side component (this works also perfectly). PROBLEM: I cannot use the server-side...
7
1537
by: rob | last post by:
I want to create an application that can be used both for a server-client model as well as a standalong application. The idea is to write a general server-client application. The standalong then just has both components on the same system. Now the question is if this is a good approach or if this is even doable. For instance do web services...
2
1806
by: NRakhesh | last post by:
I have to submit a project as a part of my final year project. I consulted various domains and finally decided to implement a work on delevoping a system for transcription work based company. The overall flow is somewhat like this the client either and indiviudal or a department is given access rights to a Toffice (transcription office) and...
16
21711
by: gumby | last post by:
I'm having trouble getting HADR to work with the sample databases on two HS20 xSeries blades, Red Hat ES4 up3, DB2 8.2.4, getting the following error. SQL1768N Unable to start HADR. Reason code = "7" - The primary database failed to establish a connection to its standby database within the HADR timeout interval. What things should I...
16
2514
by: pamelafluente | last post by:
I am still working with no success on that client/server problem. I need your help. I will submit simplified versions of my problem so we can see clearly what is going on. My model: A client uses IE to talk with a server. The user on the client (IE) sees an ASP net page containing a TextBox. He can write some text in this text box and...
1
3131
by: Chris | last post by:
Hi, I have jsut started to learn ASP development and have read many articles regarding which is the best to use regarding JavaScript or VBScript. All of the learning that I have done so far has been using VBScript. I have done the usual database connection and querying stuff using VBScript in my tutorials and have noticed that my code...
4
2694
by: Olivier Matrot | last post by:
Hello, I have a problem with an ASP.NET 2.0 Application. A client request is processed in parrallel by two threads. This ends with the following exception : <Source>System</Source> <StackTrace at System.Collections.Specialized.ListDictionary.Add(Object key, Object value) at System.Web.UI.ClientScriptManager.RegisterScriptBlock(ScriptKey...
3
240
by: Arun Goel | last post by:
I have installed Oracle client & Oracle database(9.2.0.4) on Red Hat 9.0. It seems to me everything went fine in installation as I followed notes from http://www.puschitz.com/InstallingOracle9i.shtml. But now I don't see any instructions somewhere which can explain me how to start my client? And how to start my database?
0
7612
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8122
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7673
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7970
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5513
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5219
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3640
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2113
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1213
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.