Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

simple problem with oracle 10g

  Asked By: Nicole    Date: Nov 25    Category: Java    Views: 746
  

I'm a beginer in JBuilder and Oracle 10g. Before I was working with
SQL Server and VS.NET.
But Now I change to J2EE. I take these CDs :

1- Borland JBuilder 2006
2- Oracle Database 10g
3- Oracle Developer Suite 10g.

and successfully installed them.the problem related to Oracle. I read
some help
documents of Oracle, but I can't understand that the Oracle server is
running
or not. also I don't know how to create databases and tables and etc
( I'm looking for something like "Enterprise Manager" in SqlServer
2000 or
like "Sql Management Studio" in SqlServer 2005 ). can anyone help me ?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Stacy Cunningham     Answered On: Nov 25

Firslly, you can test your oracle  status by "lsnrctls
status" command on your command line or your terminal.
and also, if you have installed  the db server  on the
windows OS, you can test it in your control
panel/advanced tools/services. oracle_homeTNSListener
shows your db status.

For your second question, I must to tell you, you can
add oracle objects such as tables, sequences and etc.
in some different ways. The first one, you can add it
by Oracle Enterprise Manager, the 2nd one is dbconsole
it is an online Enterprize Manager and the 3rd one is
sqlplus(I recommended). you can type sqlplus in your
terminal and go to the sqlplus enviroment after typing
your username and password and create  everything you
want;-) but befor these, you have to create a db
instance via bdca(DataBase Configuration Assistant).

I think oracle.com can be very usefull for you.

 
Didn't find what you were looking for? Find more on simple problem with oracle 10g Or get search suggestion and latest updates.




Tagged: