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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to make Pl/SQL unit testing under Oracle Database 10g

Something RecognizableApr 11 2022 — edited Apr 11 2022

Hello,
I would like to make PL/SQL unit testing with Oracle Database 10g but sadly utPLSQL only supports version 11g R2 and above.
And the unit testing functionnalities on Sql Developer have been removed.
Does anyone have an idea ?

Thank you,

Sincerely

This post has been answered by Something Recognizable on Apr 11 2022
Jump to Answer

Comments

EdStevens

Does anyone have an idea ?
Umm, upgrade the database? 10g has been out of support since July 2013 - almost nine years now.

Answer

Unfortunaly it is not possible to do so.
I decided to install an older version of sql developer (https://dba.stackexchange.com/questions/286310/where-can-i-find-old-versions-of-sql-developer-4-x).
It stills contains an integrated module for unit testing so that should do the trick.

Marked as Answer by Something Recognizable · Apr 15 2022
EdStevens

Unfortunaly it is not possible to do so.
As long as you/your organization understands the risks and costs of running unsupported software . . .

1 - 3

Post Details

Added on Apr 11 2022
3 comments
118 views