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 -> a little of pl/sql

a little of pl/sql

From: T <t_at_yahoo.com>
Date: Mon, 5 Jun 2006 16:21:42 +0200
Message-ID: <e61enr$t41$1@ss408.t-com.hr>

create or replace procedure connect_procedure as

begin

 connect system/manager_at_oracle.world

end;

this procedure cannot be executed because

The following error has occurred:

ORA-00900: invalid SQL statement

Is any other way to connect to other database ( create session ) through procedure..?? Received on Mon Jun 05 2006 - 09:21:42 CDT

Original text of this message

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