Advertisement

02.01.2005 at 09:22AM PST, ID: 21297153
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.4

User Management - DBA's only Please

Asked by Intern in Oracle Database, Adobe Type Manager

Tags: , , ,

We have an Oracle database that has one main Schema "MAIN" (we will call it that for now).  I need to allow all the users in the company to access this schema like it is there own.

ex: SELECT * FROM TABLE

I can not have them fully qualify the Table like "MAIN.TABLE".  The question is what is the best way to accomplish this task?

At first we were just going to use the user "MAIN" and use that connection string, but that has many obvious downfalls.  There is no way to audit user actions on the database.  Also with our report engine that exists on an Oracle Appserver Portal all of the users end up with the same SID, which is not good.  If one user is running a long report all other users must wait until that report is done, then their report will run.  Our server has 4 CPUs and one SID will only use 1 of those, so it really hurts performance for those users.

My current thought is to create roles for the different types of users that will be accessing the DB so we can stop a user from doing something they should not be doing.  The one problem with this is that I was still going to have to fully qualify tablenames.  So the next step that I was going to do was to create PUBLIC SYNONYMS for all of the tables, procedures, functions, etc in the "MAIN" schema.

So the question is:  How do you let users access your database schemas?  Do they have to fully qualify the tablenames?  What steps should I take for user admin?

I can increase points if need by.  BTW - the reason I can not fully qualify names is because I am creating Forms and Reports applications.Start Free Trial
 
Loading Advertisement...
 
[+][-]02.01.2005 at 09:33AM PST, ID: 13194958

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.01.2005 at 09:50AM PST, ID: 13195127

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.01.2005 at 09:50AM PST, ID: 13195130

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.01.2005 at 10:32AM PST, ID: 13195605

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02.01.2005 at 10:43AM PST, ID: 13195722

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.01.2005 at 11:18AM PST, ID: 13196058

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.02.2005 at 05:27AM PST, ID: 13202721

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.02.2005 at 05:46AM PST, ID: 13202874

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.02.2005 at 09:18AM PST, ID: 13205373

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.02.2005 at 10:28PM PST, ID: 13211194

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Oracle Database, Adobe Type Manager
Tags: select, creating, current_user, dba_roles
Sign Up Now!
Solution Provided By: riazpk
Participating Experts: 7
Solution Grade: A
 
 
[+][-]02.07.2005 at 04:14AM PST, ID: 13243658

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32