CACHE Switch to the SYS Namespace: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
 
Line 1: Line 1:
== Switching to the %SYS Namespace ==
== Switching to the %SYS Namespace ==
As the Caché administrator login to the instance.
# As the Caché administrator login to the instance.
# <tt>'''$ csession <instance name> -U <namespace>'''</tt>
#: <tt>'''$ csession <instance name> -U <namespace>'''</tt>
Switch to the %SYS namespace.
# Switch to the %SYS namespace.
# <tt>'''$ d ^%MGDIR'''</tt>
#: <tt>'''$ d ^%MGDIR'''</tt>


== Further Reading ==
== Further Reading ==

Latest revision as of 21:09, 13 December 2017

Switching to the %SYS Namespace

  1. As the Caché administrator login to the instance.
    $ csession <instance name> -U <namespace>
  2. Switch to the %SYS namespace.
    $ d ^%MGDIR

Further Reading