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: "!" chrackter in password -- how can i create a databse link

Re: "!" chrackter in password -- how can i create a databse link

From: Richard Kuhler <noone_at_nowhere.com>
Date: Wed, 13 Aug 2003 22:47:48 GMT
Message-ID: <oez_a.37797$It3.1107101@twister.socal.rr.com>


Tom Kubach wrote:
> Hi @all,
>
> how can I create a database link with a ! in the password??

Put the password in double quotes:
create database link l connect to u identified by "hello!world";

Richard Kuhler Received on Wed Aug 13 2003 - 17:47:48 CDT

Original text of this message

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