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 Testing: Is there a way to make the Dynamic Value Query to run after Startup processes?

val.2046Sep 16 2014 — edited Oct 16 2014

I am wondering why the Dynamic Value Query is being run prior to the Startup processes? Logically it makes sense to run it after them.

For example, I am testing a stored proc that is supposed to delete a record and I would like to create that test record to be deleted as a part of the Startup processes prior to executing the stored proc call to delete such test record. Apparently the Dynamic Value Query does not return the test record as a parameter for calling the tested stored proc, which makes me think the query is run prior to the startup processes by design...

Please advise...

Thanks,

Val

This post has been answered by val.2046 on Oct 16 2014
Jump to Answer

Comments

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

Post Details

Locked on Nov 13 2014
Added on Sep 16 2014
5 comments
1,280 views