Re: Question: how to specify database name?

From: Yves Roy, IPA <yvesroy_at_cips.ca>
Date: 1998/09/02
Message-ID: <01bdd613$b0cf72f0$437acdcd_at_sctrnt1>#1/1


badstreetboy_at_yahoo.com wrote in article <6sf9ok$k4p$1_at_nnrp1.dejanews.com>...
> Quick question: When I create the db in SQLplus, I only have to input the
 user
> name and the passwd. Then how can I create the db name??
>
> Thanks!
>
> -----== Posted via Deja News, The Leader in Internet Discussion ==-----
> http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum
>

Your question is not clear.
If your trying to CONNECT to a database then all you need to do is SQL> connect scott/tiger_at_dev

	where  "dev" is your connect string define in your SQL*Net configuration
	files.   (listener.ora and tnsnames.ora)

If your trying to create a database then you must use Server Manager with a corresponding initialisation file (init.ora) and proper environment
variables. (ORACLE_HOME, ORACLE_SID)

Hope this help.
Yves. (from Montreal)
yroy_at_sctr.net Received on Wed Sep 02 1998 - 00:00:00 CEST

Original text of this message