HPlogo ALLBASE/SQL Database Administration Guide: HP 9000 Computer Systems > Appendix H SQLMigrate

!

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

Escape temporarily to the operating system and execute a single operating system command.

Scope

SQLMigrate Only

SQLMigrate Syntax

! CommandName;

Parameters

CommandName

Name of an HP-UX operating system command.

Description

  • Control returns to SQLMigrate as soon as the command has been executed.

  • If the command name was sh, csh, or ksh, use the exit command to return to SQLMigrate from the shell.

Example



   SQLMIGRATE=> !ll;



   total 5586

   -rw-rw-r--   1 guest      guest       10626 Jul 12 11:06 +invfile

   -rw-------   1 hpdb       guest      204800 Apr 20 15:20 OrderDF1

   -rw-------   1 hpdb       guest      204800 Apr 20 15:20 OrderXF1

     .

     .

     .

   SQLMIGRATE=> !sh;



   $ ll

   total 5586

   -rw-rw-r--   1 guest      guest       10626 Jul 12 11:06 +invfile

   -rw-------   1 hpdb       guest      204800 Apr 20 15:20 OrderDF1

   -rw-------   1 hpdb       guest      204800 Apr 20 15:20 OrderXF1

     .

     .

     .

   $ exit

   SQLMIGRATE=> 
Feedback to webmaster