Kbase P66666: Reference to wrong user in schema holder (using Unix "strings" command)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.x
SYMPTOM(s):
Schema holder "newschema" has reference to Oracle user "userX" and should not
Connection string to Oracle was for user "userA"
Owner of the objects pulled in the schema was "userB"
Via the Unix command "strings", a reference to "userX" is seen within newschema.d1
"strings newschema.d1 | grep -i userX" returns
*USERX
CAUSE:
"userX" is the database owner at the Unix level
> ls -l newschema.d1
-rw-r--r-- 1 userX groupY 770048 Feb 09 15:18 newschema.d1
FIX:
There is no problem here. Within the schema area, there is reference to the database owner.