cdbview_internal.create_cdbView(
chk_upgrd IN BOOLEAN,
owner IN VARCHAR2,
oldview_name IN VARCHAR2,
newview_name IN VARCHAR2);
TRUE indicates the call is part of an upgrade and the views are not recreated.
FALSE indicates the call is not part of an upgrade and all CDB views are (re)created.