Enter Keywords:
1 - 10 of 161(0 seconds)
Sort By:
 
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 We...Date Answered: 01/23/2009 Rating: 8.2 Views: 84
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 We...Date Answered: 03/06/2009 Rating: 9.2 Views: 22
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 Rating: 8.6 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, Databases, Un...Date Answered: 06/06/2008 Rating: 7.6 Views: 15
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 Rating: 9.3 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 Rating: 9.9 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 ...Date Answered: 10/03/2008 Rating: 7.8 Views: 0
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, PL / SQL, SQL ...Date Answered: 10/24/2008 Rating: 9.0 Views: 130
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 Rating: 7.2 Views: 94
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 Rating: 9.3 Views: 0