Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unit Test - Command Line - Windows/UNIX

IniyavanJul 4 2014 — edited Jul 5 2014

Hi,

I am able to run my Suits / Tests from command line in Windows. (Currently, SQL Developer is installed in C:)

My Oracle server is in UNIX. Is it possible to run the Suits from UNIX box? If yes, please help me to do so.

Thanks in advance!

Comments

Irian

AFAICT it should work exactly like windows but replacing the "sdcli.exe" launcher with the "sdcli" script found in the same directory.

Gary Graham-Oracle

I recall some issue reported for this.  Probably either of these will work:

1. Run sdcli directly from your linux installation's .../sqldeveloper/sqldeveloper/bin directory.

2. Edit sdcli to include your linux installation's full .../sqldeveloper/sqldeveloper/bin path before the "sqldeveloper" command.

Also note...

1. If installed via rpm, the full path probably begins with /opt/

2 If installed by unzipping the generic version, you will need to give sdcli execute privilege (chmod u+x sdcli)

Hope this helps,

Gary

SQL Developer Team

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 2 2014
Added on Jul 4 2014
2 comments
1,193 views