PostgreSQL Architecture:
Subscribe to:
Post Comments (Atom)
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_...
-
We might encounter this issue, when we try to create a Materialized View in Postgresql. For example In this case we have an Oracle MV with...
-
Creating the data guard configuration in a 12c Container Database. NOTE – in 12c Data Guard is set up at the Container level and not the ...
-
The Oracle row type concept can be accomplished with the record type in PostgreSQL. Example: Oracle: CURSOR travel_cur IS SELECT c.travel_...
No comments:
Post a Comment