Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: "!" chrackter in password -- how can i create a databse link
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
![]() |
![]() |