Utilize the print screen option to print from NT. Or on a Unix platform it is possible to Redirect the data. Example: at the Unix prompt type: cat newfile > oldfile. In WIN NT there is NO way to print the difference report by redirect as NT does not have the flexibility of a Unix O/S.
Steps to reproduce: 1. Install patch according to readme (http://knowledgebase.serena.com/InfoCenter/index?page=content&id=P2634& cat =PVDIMENSIONS&actp=LIST) 2. During installation errors are received for 3 files
Notice that the main calling script calls another script to run the login logout, this simply consists of the following $ cat dm.sh dmcli -user dmsys -pass dmsys -host stal-al-sun3:671 -dbname intermediate -dsn ora9 -cmd exit
There may be some errors if synonyms already exist but these can be ignored. sqlplus basedb/password SQL> set heading off SQL> set pages 0 SQL> set lines 132 SQL> spool grants.sql SQL> select 'grant select on '||table_name||' to <basedb>_user;' from cat where table_type = 'VIEW' and table_name like 'PCMS%'; SQL> spool off SQL> @grants SQL> spool synonyms.sql