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 25(0.006 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
I want to create a procedure that will return a sequence number.  I want to be able to pass the sequence name and have nextval increment the sequence and return it.  I tried the below procedure, bu...
Zones: OracleDate Answered: 05/14/2001 Views: 0
Dear Friends.                   Is there a way to rollback CURRENT VALUE (currval) of a SEQUENCE (that I have generated using SEQUENCE.NEXTVAL option).                   Thanks Hiranya
Zones: OracleDate Answered: 12/13/2004 Views: 49
Hi, I am trying to populate a table from the result of joining records from different tables and adding a unique record indicator.  I have used the following statement: INSERT INTO EXIST_EQUI...
Zones: OracleDate Answered: 03/09/2005 Views: 22
I am attempting to insert into a table using NEXTVAL.  Here is my code and I am getting an error that the sequence doesn't exist, but I thought this was an Oracle standard that would work.  Anyway:...
Zones: Oracle Product InfoDate Answered: 11/02/2005 Views: 255
Hi,    I'm writing stored procedure that should insert a row into table and return it's ID. If function fails it should return -1. FUNCTION add_cell_names( vcCellName IN CELL_NAMES.CELL_NA...
Zones: OracleDate Answered: 01/18/2000 Views: 0
I am trying to load master/detail type records with sqlldr. I am using when clauses to decipher which table to load into.  The setup looks like Master --detail_table1 --detail_table1 --detail...
Zones: OracleDate Answered: 06/06/2002 Views: 13
    In my database some tables have KEY columns that get populated using triggers/ seq numbers.      Very frequently we encounter this issue that Max(key) value is greater than NEXTVAL of sequenc...
Zones: OracleDate Answered: 03/23/2004 Views: 16
Hi I seem to be having some error messages as follows: Warning: reset(): Passed variable is not an array or object in /home/www/cahyndic/readtemplate.inc on line 49 Warning: Invalid argument su...
Zones: PHPDate Answered: 09/12/2004 Views: 0
Hi, I used nextval and currval in my asp page. Basically, I want to perform the below: 1. Get the nextval in the sequence (seq_xmlfile) and use it as part of a filename. 2. Store the currva...
Zones: OracleDate Answered: 07/13/2005 Views: 91
I am creating a new instance of an application using a schema from a previous instance.  So I just finished doing a lot of cleaning out of tables, and removed all but three items from a certain tab...
Zones: OracleDate Answered: 09/16/2005 Views: 0