Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Default base

Re: Default base

From: GreyBeard <Fuzzy.GreyBeard_at_gmail.com>
Date: Fri, 11 Mar 2005 15:36:05 GMT
Message-Id: <pan.2005.03.11.16.37.07.366190@gmail.com>


On Fri, 11 Mar 2005 15:54:59 +0100, Jean-Luc M. wrote:

> Hi,
>
> On first Oracle install, what's the default base to test connect with
> JDBC please ?
>

On first Oracle install, you install the software, and optionally create a database. If you do not create a database at that time you can create one later using the Database Config Assistant (dbca).

At database create time, you are asked to provide the global database name and the database service. You are asked the password for the owner and main administrator userids, and you are asked whether you want to create test users such as SCOTT, HR, SH, and so on (see the Oracle documentation that contains the words 'Sample Schema' in the title from http://docs.oracle.com.)

A typical JDBC test routine can then be run. The JDBC documentation, at http://docs.oracle.com has a complete JDBC sample that can be used to test against a typical install. IN addition, yuo could run any of the tutoorial samples available at http://otn.oracle.com/obe, in the JDeveloper area.

For you to ask this question implies you have perhaps jumped too deep before being acquainted with the environment. PLEASE get familiar with the tutorials, sample code, and the documentation made freely available by Oracle through http://otn.oracle.com

/FGB Received on Fri Mar 11 2005 - 09:36:05 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US