Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Create database link from inside a stored procedure
Jeremy wrote:
> In article <1143637292.252641.3170_at_g10g2000cwb.googlegroups.com>, gazzag
> says...
>> Jeremy wrote: >>> So the DDL part is creating a >>> database link only - a link that is required solely for the duration of >>> the transaction. >> So you're hard-coding passwords within the application? >>
Because it is considered A Bad Idea (tm) to create (semi-) permanent objects "on the fly" .
What I am wondering:
- how does the user *know* the connectstring? It's server side
tnsnames being used here!
- how are you going to cope with all possible errors?
-- Regards, Frank van Bortel Top-posting is one way to shut me up...Received on Wed Mar 29 2006 - 11:42:13 CST
![]() |
![]() |