473,544 Members | 1,959 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Oracle Database Forum

Oracle Database (Oracle) RDBMS - Ask questions about installation, SQL, PL/SQL, objects, XML, triggers, joins, stored procedures, errors, queries, reports, storage, connections, tables, backups and more.
1
1,440
thread by: gaurishere | last post Oct 15 '13 by: debasisdas
in insert statement default is used (default '01011901') even though show parameter NLS_DATE_FORMAT NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ nls_date_format string DDMMYYYY i have to used alter session set...
2
9,366
thread by: Ram Prakash | last post Oct 11 '13 by: gaurishere
select max(sal) from emp where sal not in (select max(sal) from emp)
1
1,188
thread by: prasanth22 | last post Oct 10 '13 by: Rabbit
empid emplrcd effdt effsq 101 #1 2/1/99 0 101 #1 3/1/13 1 101 #1 23/3/13 1 101 #1 22/6/13 2 102 #2 20/6/91 1 I need to retrieve row 4, and I have written a partial code, please help me with the other half. select a* from Ps_Job a where a.empid = '101' and...
0
1,117
thread by: Rakesh K | last post Sep 20 '13 by: Rakesh K
Hi I need to know the execution step of listner.ora and tnsnames.ora . because I need to solve errors that comes when configuring lisnter and tnsnames . so I thought that if I get code then I can go through that and I can understand well and I can solve any problem that comes under net configuration
3
1,803
thread by: sboufelj | last post Sep 18 '13 by: Rabbit
Dear all, I a trying to select columns from two tables using a jointure with the condition that the request date in the first table should be in the same day as the collection date in the second table. Here is my sql script to explain more my issue: select A.*, B.REQUEST_DATE, DATEDIFF(hh,to_char(B.REQUEST_DATE,'DD-MON-YY'),...
2
1,447
thread by: santhu1 | last post Sep 13 '13 by: santhu1
i have one table. table. application_id comments ------------------------------ 1234123412 pancard 1234123412 driving license 1234123412 birth certificate. 0909090909 adharcard 0909090909 ration card
5
18,286
thread by: shashikala | last post Sep 3 '13 by: rski
Hi all, i have two database enteries: 9shashi and 10shashi. both are of varchar type. how should i get maximum integer from these two values i.e,10. If i use the query select max(id) from tablename; i am getting 9shashi. But i want to retrieve 10shashi out of there. Please help me. For help, i am using oracle 10g database express edition...
2
2,560
thread by: somu123 | last post Sep 6 '13 by: DURGAPRASAD51
I have a table with rows in it as below Column1 Column2 4 50 4 60 6 30 6 90 6 70 7 200 7 100
2
1,646
thread by: bwanty | last post Aug 26 '13 by: rski
Hi everybody How can I get this query: For each month (use dateofappointment) of 2010, show a count of appointments. Also show the count of diagnosed diseases, and a count of patients seen during the month. I'm trying this query but it doesn't work , because I got same number for each count SELECT COUNT(APPOINTMENT.APPOINTMENTID),...
1
1,625
thread by: nagireddydhana | last post Sep 27 '13 by: gaurishere
hi when i try to execute i am getting error ORA-00933: SQL command not properly ended plz help me if i remove order by also same error select * from (select job,Sal,dno from emp1) pivot(sum(Sal) for dno in(10,11,12,13,14)) order by 1;
3
1,625
deepuv04
thread by: deepuv04 | last post Aug 21 '13 by: deepuv04
hi, is it possible to read value returned by the exe in oracle stored procedure. basically i have an exe that returns string value, get the string value returned by the exe and insert into a table. thanks, sandeep
2
1,731
thread by: Mainali18 | last post Aug 21 '13 by: univercel
Hello..anyone can help me in finding the link for TOAD oracle 11g..As i am unable to find it up for free.
1
1,509
thread by: sayan13 | last post Jul 25 '13 by: rski
Hi, I have a Stored Proc created as: CREATE OR REPLACE PROCEDURE COMP_RECORDS IS l_query VARCHAR2 (10000) := ''; CURSOR TBL1 IS SELECT TABLE_NAME, COLUMN_NAME FROM COLS_TO_COMP WHERE TABLE_NAME='SECMASTER_HISTORY';
1
1,574
thread by: swapnali143 | last post Jul 24 '13 by: rski
Hey Friends. CAN ANYBODY TELL ME THAT IS THERE ANY QUERY TO PARTITION THE DATABSE IN ORACLE 11G
1
1,463
bajajv
thread by: bajajv | last post Jul 19 '13 by: rski
Hi, I have to transfer data from IntersystemsCache to Sybase IQ database. I am trying to use Insert .. Location command from SybaseIQ. But I need to know the server-class for Intersystems Cache. Tried some links on internet, but didn't find it.
1
1,396
thread by: edwardz | last post Jul 18 '13 by: rski
I have searched a lot for OCA study materials. But i am not sure which site is the most useful. I will appreciate it a lot if you can give me some advice.
1
4,929
thread by: chakrabortyd | last post Jul 17 '13 by: Rabbit
How do in install oracle 8i in Windows XP sp-2 or Windows7 OS. In Xp it is installed and working properly but the oracle service is not started after restarting the machine. In windows 7 it is not installed. Shows the error message 'stops working Jrew.exe'
1
1,567
thread by: Anish | last post Jul 17 '13 by: rski
i want a query to get ist timezone .
0
997
thread by: Rohullah | last post Jul 15 '13 by: Rohullah
Hi all i want to delete 10 days old archivelog automaticly from my oracle database how to do it please hlep me. thank you in advance.
1
1,632
thread by: santhu1 | last post Jul 11 '13 by: santhu1
Hi friends, I develop one jasper report . when i am compilng that report it gives error. error details: ----------- com.jaspersoft.ireport.designer.errorhandler.ProblemItem@16f7d42 The operator >= is undefined for the argument type(s) BigDecimal, int net.sf.jasperreports.engine.design.JRDesignExpression@1054100 ( $F{AMOUNT1} >= 5000...
2
1,342
thread by: rynsmns | last post Jul 8 '13 by: rynsmns
I have a small table that describes a group of employees it has their id number, their department code, and what line of business they belong too, etc. The Oracle tables have scheduling data. Vacation time, break time, etc. I do not have permission to upload my description table into Oracle. Instead of uploading this table I could use...
6
9,473
thread by: santhu1 | last post Jul 8 '13 by: santhu1
when i write a query and execute the query it gives error. My Query SELECT NI.POLICY_HOLDER_SALUTATION ||''||PD.DRAWER_NAME AS DRAWER_NAME, PD.ADDRESS_LINE_1 || NVL2(PD.ADDRESS_LINE_1,',','') || PD.ADDRESS_LINE_2 || NVL2(PD.ADDRESS_LINE_2,',','') || PD.ADDRESS_LINE_3 || NVL2(PD.ADDRESS_LINE_3,',','') || PD.CITY || NVL2(PD.CITY,',','') ||...
1
3,438
deepuv04
thread by: deepuv04 | last post Jul 17 '13 by: rski
Hi, i have table with nclob column. i want insert a row into table with large text. when i am trying to run insert statement getting error text too large >40000 charactes. i am using SQL Developper. i need to make this as a script and run on different servers. Thanks, Sandeep
1
1,303
thread by: simhadrisai | last post Jun 27 '13 by: Rabbit
i have table called po it holds columns pono,supplierid,itemname,docdate,itemdisc,rate,discount,totalamount on different docdate with different supplierid and different rate same item is there in po table when i give itemname in run time it has to give least rate of that item with docid and supplierid in last 6 months from as on date.
2
1,637
thread by: simhadrisai | last post Oct 3 '13 by: gaurishere
I have table name time_data in that it holds (docid,docdate,usertype,fromdate,todate,userid ) columns date format is 'dd/mm/yyyy' now i want to retrieve the data by giving the run time parameters month and year ...'JUN' and '2013' ..... for suppose if i give month jan and year 2013 in that jan month it what date i have entered ..has to come...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.