Advertisement
Advertisement
| 02.12.2008 at 12:40PM PST, ID: 23157646 |
|
[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.
Your Input Matters 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! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: |
var1=`sqlplus ${C21_CONNECT} <<- endsql
select count(*) from CES_CUSTOMERS
exit
endsql`
var2=`sqlplus ${RDBMS_CONNECT} <<- endsql1
select count(*) from CES_CUSTOMERS
exit
endsql1`
|
| Microsoft |
| Apple |
| Internet |
| Gamers |
| Digital Living |
| Virus & Spyware |
| Hardware |
| Software |
| ITPro |
| Developer |
| Storage |
| OS |
| Database |
| Security |
| Programming |
| Web Development |
| Networking |
| Other |
| Community Support |
| 02.12.2008 at 12:42PM PST, ID: 20878720 |
| 02.12.2008 at 01:09PM PST, ID: 20879019 |
1: 2: 3: 4: |
var1=`sqlplus ${C21_CONNECT} <<endsql
select count(*) from CES_CUSTOMERS
exit
endsql`
|
| 02.12.2008 at 01:36PM PST, ID: 20879349 |
1: 2: 3: |
C21= SQL*Plus: Release 10.1.0.3.0 - Production on Tue Feb 12 16:26:17 2008 Copyright (c) 1982, 2004, Oracle. All rights reserved. Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.5.0 - 64bit Production With the Partitioning and Data Mining options SQL> 2 3 Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.5.0 - 64bit Production With the Partitioning and Data Mining options OMS- SQL*Plus: Release 10.1.0.3.0 - Production on Tue Feb 12 16:26:17 2008 Copyright (c) 1982, 2004, Oracle. All rights reserved. Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.5.0 - 64bit Production With the Partitioning and Data Mining options SQL> 2 3 Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.5.0 - 64bit Production With the Partitioning and Data Mining options |
| 02.12.2008 at 01:47PM PST, ID: 20879456 |
| 02.12.2008 at 01:49PM PST, ID: 20879476 |
| 02.13.2008 at 08:26AM PST, ID: 20885538 |