Solução :
grants :
GRANT EXECUTE ON DBMS_METADATA TO user_unable_to_see ;
GRANT CREATE ANY PROCEDURE TO user_unable_to_see;
Cabe analisar a segurança ao conceder os privilégios acima.
Oks?!!
Julio Cesar Correa
Tuesday, October 26, 2010
Friday, October 08, 2010
How to use Oracle db service_name in jdbc connection string
simple like that:
using only SID :
jdbc:oracle:thin:@10.1.1.5:1521:mydbusing sid or service_name :
Change " : " to " / " .
Marcadores:
connection,
jdbc,
oracle,
service name,
string,
TI
Subscribe to:
Posts (Atom)