Go to main content

Developing Agents With the Generic Data Service (GDS)

Exit Print View

Updated: August 2018
 
 

How to Migrate Instances of GDSv2 Resource Type

  1. Register the new GDSv2 resource type.
    
    For ORCL.gds:
    # clresource register ORCL.gds
    
    For ORCL.gds_proxy:
    # clresource register ORCL.gds_proxy
  2. Migrate the existing GDSv2 resources to the new version of GDSv2.
    # clresource set -p Type_version=2 resource
    
    
    If Debug_level=3 is needed:
    # clresource set -p Debug_level=3 resource