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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Rename a database ??

Re: Rename a database ??

From: Timofei Guertsen <timofeig_at_cityline.ru>
Date: 2000/01/31
Message-ID: <389552DC.D32DD181@cityline.ru>#1/1

Hello,

You may try to use ALTER DATABASE RENAME GLOBAL_NAME TO clause.

Oracle8 SQL Reference, Release 8.0:

Example XI The following statement changes the global name of the database and includes both the database name and domain:

ALTER DATABASE RENAME GLOBAL_NAME TO sales.australia.acme.com;

Regards,

Timofei

"Liem T. Duong" wrote:

> Hi Everybody,
>
> Please show me how to rename a database.
> Thanks in advance
> L. Duong
> duongli_at_csc-scc.ga.ca
Received on Mon Jan 31 2000 - 00:00:00 CST

Original text of this message

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