Dont Work,
Error when i click Run Test:
_________________________
ORA06550-Line 2 column 11:
PLS-003012:component 'RUN' must be declared
ORA06550-Line 2 column 3:
PL/SQL: Statement ignored
_________________________
I DownLoad this File, but it don't work
File "plsqldev.log" :
---------------------------02.07.2004 10:21:22---------------------------
Exception 'EAccessViolation' in module plsqldev.exe at 00023904
Access violation at address 00424904 in module 'plsqldev.exe'. Read of address 00000008
Call...
My Friend Marko, i dont have lic code =(,
But i 100% buy next version !
Can i get Beta version for test ? because i use only Plsql Developer ! no Toad no SqlNav no any programm.
Thanks !
If you can add this column, i can test profile of my function in my package, because i can filter (column - Unit, ex : "only package standard")
----
-- Create database link
/*You on DB2*/
create database link mydb1
connect to USER_NAME identified by USER_PASS
using 'mydb1_ORA_NAME';
--Syn--
create public synonym rUser_Tables for User_Tables@mydb1;
--Sel--
select * from rUser_Tables
------
this is select all user tables from db1
and You...