oracle-sqldeveloper

Empty package <package name> definition (no public members)

China☆狼群 提交于 2020-08-27 04:00:10
问题 I'm facing an issue when trying to run or debug a package where Oracle SQL Developer doesn't display public members (procedures) that don't have input parameters. There is a couple of procedures, some overloads, but Oracle SQL Developer doesnt display no invoke-able members. I've tried with following versions of Oracle SQL Developer 4.1.1.19 link to article saying this version solves the issue, but it didn't 4.0.3.16 - same behavior 4.0.0.13 - same behavior 3.2.20.09 - this version actually

copy from one database to another using oracle sql developer - connection failed

江枫思渺然 提交于 2020-08-21 05:47:06
问题 I am trying to copy a table from one database to another using oracle sql developer. I have the username, password and SIDs. copy from uname1/password1@SID1 to uname2/pwd2@SID2 insert table1 (*) using (select * from message_table); However I am getting the connection failed error. The two databases are present in different host hosts (the hostname is different in connection properties). The table has 5 million records and is too cumbersome to export/import 回答1: The copy command is a SQL*Plus