Wednesday, September 13, 2017

CREATING AN ORACLE 12C DATA GUARD ACTIVE STANDBY DATABASE


No comments:

Post a Comment

Oracle row type vs PostgreSQL record

The Oracle row type concept can be accomplished with the record type in PostgreSQL. Example: Oracle: CURSOR travel_cur IS  SELECT  c.travel_...