eseabrook2008
Technical User
I've been asked (by one of our consultants) to run pupbld.sql as we don't seem to have the PRODUCT_USER_PROFILE table. The question I have, and have not had answered yet, is will this break any currently setup in Oracle? I don't have a test system to run this on and can't afford to have our system go down because of this.
The reason this came up was I am not able to run:
begin
dbms_stats.gather_schema_stats(
ownname => 'Administrator',
options => 'GATHER AUTO',
estimate_percent => dbms_stats.auto_sample_size,
method_opt => 'for all columns size auto',
cascade => true,
degree => 15);
end;
When I log on, I get:
Error accessing PRODUCT_USER_PROFILE
Warning: Product user profile information not loaded!
You may need to run PUPBLD.SQL as SYSTEM.
I've been advised to run the PUPBLD.SQL and then "modify grants for user"? What am I suppose to modify and for who? If anyone has any answers to my questions, I'd greatly appreciate hearing them!!
The reason this came up was I am not able to run:
begin
dbms_stats.gather_schema_stats(
ownname => 'Administrator',
options => 'GATHER AUTO',
estimate_percent => dbms_stats.auto_sample_size,
method_opt => 'for all columns size auto',
cascade => true,
degree => 15);
end;
When I log on, I get:
Error accessing PRODUCT_USER_PROFILE
Warning: Product user profile information not loaded!
You may need to run PUPBLD.SQL as SYSTEM.
I've been advised to run the PUPBLD.SQL and then "modify grants for user"? What am I suppose to modify and for who? If anyone has any answers to my questions, I'd greatly appreciate hearing them!!