Kbase 11270: Linking With ORACLE on VMS : What the DOC leaves out.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
Linking With ORACLE on VMS : What the DOC leaves out.
In the 3GL Guide where it describes how to link on VMS, (pg-1-30)
it states in the first bullet (1) to "Remove constant strings
protection" and refers the user to the VMS Linkers documentation.
The following is what they need to do in the Oracle link script:
COMMENT OUT THE OCCURENCES OF:
PSECT_ADDR = $CHAR_STRING_CONSTANTS,SHR,NOWRT,EXE
in:
ORA_COMMON:loutl.com (ORACLE v6) or,
COM$:loutl.com (ORACLE v5)
ALSO, before linking (i.e.: @[ORACLE.RDBMS]LNOCIC2.COM ... step (3) )
the user should edit the ldora.opt file (generated from probuild)
and take out the ",-" in the last line. Otherwise, they will get a
syntax error.
NOW it is safe to execute step 3 on page 1-30 in the 3GL Guide.
**** IF THE USER DOES NOT COMMENT OUT the above from loutl.com,
THEY WILL GET AN ACCESS VIOLATION.
Progress Software Technical Support Note # 11270