Please Suggest [message #502981] |
Tue, 12 April 2011 01:39 |
snsiddiqui
Messages: 172 Registered: December 2008
|
Senior Member |
|
|
I create different database users like STORE, PAYROLL, GL , SYSADMIN, COMMON to contain objects accordingly then I create another user ABC and grant DBA privileges to all users.
After that I grant SELECT/INSERT/UPDATE/DELETE privileges on each and every objects of STORE/PAYROLL/GL/SYSADMIN/COMMON users to ABC then create synonyms of STORE/PAYROLL/GL/SYSADMIN/COMMON users objects into ABC.
Actually, I want to use single user of ABC to build/execute my application but I think I am doing something wrong because whenever I tried to compile my form, its showing this error.
Any help-full information/suggestion would be highly appreciated.
-
Attachment: Untitled.jpg
(Size: 86.66KB, Downloaded 637 times)
|
|
|
|
|
Re: Please Suggest [message #503157 is a reply to message #503012] |
Wed, 13 April 2011 04:56 |
snsiddiqui
Messages: 172 Registered: December 2008
|
Senior Member |
|
|
Thanks Littlefoot
Actually, I tried to install developer suite 10g at windows7 but I think it is not supported at windows7 therefore I am using forms6i. Please update me, if I am wrong and provide me some details, how to install at windows7?
I will be very gratefull to you for this kind favor you give, I want to use forms/reports 10g.
[Updated on: Wed, 13 April 2011 04:56] Report message to a moderator
|
|
|
|
Re: Please Suggest [message #503171 is a reply to message #503158] |
Wed, 13 April 2011 06:11 |
snsiddiqui
Messages: 172 Registered: December 2008
|
Senior Member |
|
|
Thanks a lot LITTLEFOOT to inform me about this product but would you please also tell me that my machine doesn't support windows XP therefore its drivers aren't available so will it install on VIRTUALBOX.
Please...?
|
|
|
|
Re: Please Suggest [message #503185 is a reply to message #503175] |
Wed, 13 April 2011 07:20 |
snsiddiqui
Messages: 172 Registered: December 2008
|
Senior Member |
|
|
I am using Dell Inspiron 1564 x64, which support only windows7 and once I tried to install windows XP due to developer suite but system wasn't functioning properly therefore I re-installed windows7 and using forms6i.
I am littlebit confused...
|
|
|
Re: Please Suggest [message #503385 is a reply to message #502981] |
Fri, 15 April 2011 03:32 |
dude4084
Messages: 222 Registered: March 2005 Location: Mux
|
Senior Member |
|
|
Two Suggestions:
1) I will prefer to make all tables under ABC user and then assigned priviliges to roles and then assigned these roles to any user as per requirement. This is somewhat reversed approached which you have used.
2) Can you retype the procedure again or can you just delete all the lines of present in begin-end block and write one command and then try to recmpile the form? Kindly tell me your result.
--Dude
|
|
|