Search the web
Sign In
New User? Sign Up
trialdb
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
TrialDB Oracle installation problems   Message List  
Reply | Forward Message #562 of 564 |
Hello,
we are trying to install TrialDB and here is what I've got from our DBA:
I can't open the compressed HTML file TrialDB.chm. But I tried to run
trialdb_tables.sql. The developers have bad practice in creating this script:
1. Some system-generated constraint names and LOB names have hardcoded numbers
in them, e.g. "LOB(CORRESPONDENCE_TEMPLATE) STORE AS SYS_LOB0000035187C00002$$",
or "ADD CONSTRAINT SYS_C002307". On one occasion, when I ran the script, the
constraint name already exists in my database used by another schema so there
was a name collision.
2. "USING INDEX TABLESPACE SYSTEM" should be changed to "USING INDEX TABLESPACE
ACT_PROD".
I can't find create user script. But reading the DDL script, I know the username
should be act_prod. There's no create sequence script. But I can extract them
out from trialdb_tables.sql script based on the trigger code. It would be nice
if the script is explicitly provided.
There's no list of minimum required privileges. But I think the following will
do:
create user act_prod identified by <password> default tablespace ACT_PROD
temporary tablespace temp quota unlimited on ACT_PROD;
grant create session, create table, create view, create sequence, create trigger
to act_prod;
create user repuser identified by <password> default tablespace ACT_PROD
temporary tablespace temp;
grant create session to repuser;
Could you please help us in resolving these problems.
Thank you,
Dragan



Tue May 6, 2008 8:47 pm

mirkovicd
Offline Offline
Send Email Send Email

Forward
Message #562 of 564 |
Expand Messages Author Sort by Date

Hello, we are trying to install TrialDB and here is what I've got from our DBA: I can't open the compressed HTML file TrialDB.chm. But I tried to run...
Dragan Mirkovic
mirkovicd
Offline Send Email
May 6, 2008
8:47 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help