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 156(0.012 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!

8.2
hi How and where (setDomainEnv.sh or CommEnv.sh or startWebLogic.sh) do you set the CLASSPATH for the admin server and for the managed servers in weblogic 10.0? In my environment I had set t...
Zones: BEA Weblogic Application ServerDate Answered: 01/23/2009 Views: 63
hi Where do increase/decrease thread count in the administration console in WebLogic 10.0. According to the following edocs doc i thought there should be a Queue tab under configuration unde...
Zones: BEA Weblogic Application ServerDate Answered: 03/06/2009 Views: 24
I have to only get dates where the day is less than the 16th day of the month. I think its like hire_date < day(16)
Zones: Oracle 10.x, PL / SQLDate Answered: 02/02/2008 Views: 0
Please take a look at my .profile /**** .profile *******/ PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:.:/usr/local/                                                       ...
Zones: Oracle 10.x, Unix, DatabasesDate Answered: 06/06/2008 Views: 33
I have a column which is called "GPname which already has some data in it. It is a varchar, Some of it has '-' in it. For eg: H-C corporation. I need to make it as HC corporation Please sugg...
Zones: SQL Syntax, OracleDate Answered: 09/29/2008 Views: 0
I have the following information in the control file currently. LOAD DATA                                                                       APPEND INTO TABLE MYTABLE FIELDS TERMINATED B...
Zones: Oracle, SQL SyntaxDate Answered: 10/01/2008 Views: 0
COLUMN1        COLUMN2 8983888          2 8983888             1 8983888             5 Need to sort this first 8983888            1 8983888         2 8983888            5 then I need to sequence COLUMN2 ...
Zones: PL / SQL, Oracle 10.x, SQL SyntaxDate Answered: 10/03/2008 Views: 8
How to spool the output of an sql query into a CSV file? select * from table1 group by column1; And the select statement should not print anything to the System Out. How to do that?
Zones: Oracle 10.x, SQL Syntax, PL / SQLDate Answered: 10/24/2008 Views: 192
I need to write a function such that it will have an insert statement and this function should return the number of rows inserted into the table. How to do that? My table name is my_table and ...
Zones: PL / SQL, OracleDate Answered: 10/03/2008 Views: 60
I have a requirement where COL1  COL2 101      1 101      5 101      2 102      3 102      5 first it needs to ordered according to col1 & col2 COL1  COL2 101      1 101      2 1...
Zones: Oracle, SQL Syntax, PL / SQLDate Answered: 10/13/2008 Views: 0