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!

Is it possible to /* collapse multi-line comment blocks */ ?

DataProcessingDec 21 2017 — edited Dec 21 2017

In the code editor (SQL Developer 17.3.1 or earlier version)

I always  add  /* large multi-line comment blocks  for documenting the code and or commenting out a block of statements */ 
I do not see a way to collapse these /* blocks */ .

Similarly, we can collapse functions and procedure blocks in a package body.
Please consider adding this capability.

Comments

SriniVEERAVALLI
Answer
You have to execute only 1 EP for both Incr and Full loads, followed by another custom EP which set the DAC refresh table(W_ETL_REFRESH_DT) column as NULL.
ex:UPDATE W_ETL_REFRESH_DT SET LAST_REFRESH_DT =NULL

You need to schedule the custom ep to run on only Saturdays just before your actual EP start time so that you can have DAC refresh dates are null and follow load would be full load.

You need to create a custom etl mapping so that you can set this.. that might be a command from session or workflow.

If helps pls mark as correct :)

Edited by: Srini VEERAVALLI on Jan 24, 2013 8:22 AM
Marked as Answer by user10920449 · Sep 27 2020
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 18 2018
Added on Dec 21 2017
1 comment
1,326 views