Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 37(0.001 seconds)
[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!

7.4
Hi, I am using Oracle Enterprise Manager to write a trigger, but get "Missing in or out parameters at index:: 1" everytime that I want to use :new or :old. I looked around on the internet and it...
Zones: Oracle 10.x, PL / SQLDate Answered: 10/16/2008 Views: 8
I want to write a trigger like this: ... begin if :old.column1 is null then :new.column1A := :old.column1 end if end ... If I want to do the same thing on 3 columns for example, is it bet...
Zones: Oracle 10.xDate Answered: 10/16/2008 Views: 0
Hi, I have a trigger on a table and I want to capture the os user who updates a field in that table. How can I do that on a row level trigger?
Zones: Oracle 10.x, OracleDate Answered: 10/17/2008 Views: 13
I am trying to created a materialized view but having trouble to do a fast refresh on commit.  I get the error  ORA-12015: "cannot create a fast refresh snapshot from a complex query" Can someon...
Zones: Oracle, Oracle 10.x, PL / SQLDate Answered: 12/21/2008 Views: 0
I need to be able to obtain the start_date and end_date of the previous month using an Oracle SQL query with sysdate.   Right now, I run select trunc(sysdate,'MM')-1, and that will give me the p...
Zones: Oracle 10.xDate Answered: 01/04/2008 Views: 18
Hi Experts, i have to change where condition at the run time in the stored procedure my stored procedure is as follows create procedure MyFirstTestProcedure as ( Param1Number;Param2Number;...
Zones: Oracle 10.xDate Answered: 10/08/2008 Views: 9
I have daily/weekly/monthly reports to generate in pdf format. Currently they are being run via Report Builder 10.1.2.0.2 These reports have 2 User Parameters for dates (START_DATE, END_DATE). ...
Zones: Oracle 10.x, OracleDate Answered: 06/16/2008 Views: 88
Is there a way with Oracle SQL to select a column if it only contains numeric characters, else return NULL for that field? I have been using the is_number function in my sql: and is_number(i....
Zones: Oracle 10.xDate Answered: 07/11/2008 Views: 4
I need to write a query which will be joing both the fact and dimention table by account level to get the amount which is stored by group level (detail). I've no problem writing a query for the de...
Zones: OracleDate Answered: 09/11/2008 Views: 0
We have Symantec System Center (corp edition). We have a couple of infected machines that have outdated Virus Defs (which I am assuming is a Virus).  I cannot get the VirusDefs updated (they are...
Zones: Symantec Anti-Virus, Anti-Spyware, Enterprise Anti-V...Date Answered: 11/13/2008 Views: 0