For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
Say for eg: my data is like this
--order by col3 col1 col2 col3 1 5 1 1 10 2 2 2 3 2 5 4 1 15 5 I hav to get o/p as col1 sum_col2 1 15 2 7 1 15 I have to group by preserving the order Pls give me suggestions.. jeneesh
What's your Operating System ?
Windows 7 Enterprise
Didn't you have any problems with the installation ? The situation you describe is quite strange...
Please execute following commands, and post results :
C:\>lsnrctl stat C:\>set ORACLE_SID=XE C:\>sqlplus / as sysdba
C:\>lsnrctl stat
C:\>set ORACLE_SID=XE
C:\>sqlplus / as sysdba
Of course you downloaded and installed the correct version (32/64 bit)...
c\> isnrctl stat
"isnrctl" is not recognized as an internal or external command, operable program or batch file".
c\> set oracle_sid = xe
"c\>"
c\> sqlplus / as sysdba
"SQL*Plus: Release 11.2.0.2.0 Projection on Mon Sep 8 10:26:17 2014
Copyright <c> 1982, 2014, Oracle. All rights researved
Connected to:
Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production
SQL>"
It's lsnrctl, not isnrctl.
c\> lsnrctl stat
LSNRCTL for 64-bit Windows: Version 11.2.0.2.0 - Production on 08-SEP-2014 12:28:18
Copyright (c) 1991, 2014, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))TNS-12541: TNS:no listener TNS-12560: TNS:protocol adapter error TNS-00511: No listener 64-bit Windows Error: 2: No such file or directoryConnecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=CFXXXXXXX.xxxxxxxxxxxx.com)(PORT=1521)))TNS-12541: TNS:no listener TNS-12560: TNS:protocol adapter error TNS-00511: No listener 64-bit Windows Error: 61: Unknown error
Your listener is not running : is OracleXETNSListener service started ?
Ok, that worked. Thanks.
Quick question: To get started (importing data and utilizing the oracle text functions - ie, contains, fuzzy, etc.), is the next step to access "get started" from the start button and do all of this through the web GUI? Can all of this be done through SQL developer?
Or should I create another help ticket for this question?
should I create another help ticket for this question?
Please do.