DBA Data[Home] [Help]

GSMADMIN_INTERNAL.DBMS_GSM_POOLADMIN dependencies on INSTANCE_LIST

Line 868: instances IN instance_list)

864: --
865: -- Notes:
866: -------------------------------------------------------------------------------
867: FUNCTION getServiceLocalParams (dbparams IN dbparams_list,
868: instances IN instance_list)
869: RETURN varchar2;
870:
871: -------------------------------------------------------------------------------
872: --

Line 883: -- instance_string - String containing instance list for this

879: -- pool_name - The database pool in which the service
880: -- is defined.
881: -- service_name - An existing service.
882: -- database_name - The database on which service is defined
883: -- instance_string - String containing instance list for this
884: -- service in NVP format
885: --
886: --
887: -------------------------------------------------------------------------------

Line 1165: old_instances IN instance_list);

1161: -- This procedure is called from a trigger when gsm_requests status
1162: -- is updated to 'A' (Aborted) by the GSM server
1163: -------------------------------------------------------------------------------
1164: PROCEDURE catRollback (change IN gsm_change_message,
1165: old_instances IN instance_list);
1166:
1167: -------------------------------------------------------------------------------
1168: --
1169: -- PROCEDURE requestDone