|
oracle free infomation for interviews Oracle Data Access Interview Questions 333 http://seeallinterviewquestions.blogspot.com/2008/07/oracle-data-access-interview-questions.html oracle see interview questions 333 http://seeallinterviewquestions.blogspot.com/2008/07/oracle-see-interview-questions-333.html oracle questions 222 http://seeallinterviewques... 3 Aug 2008 03:51
all interview questions for oracle Oracle Data Access Interview Questions 333 http://seeallinterviewquestions.blogspot.com/2008/07/oracle-data-access-interview-questions.html oracle see interview questions 333 http://seeallinterviewquestions.blogspot.com/2008/07/oracle-see-interview-questions-333.html oracle questions 222 http://seeallinterviewques... 3 Aug 2008 01:49
How should I practise to join Oracle. I am an engineering student in final year pursuing Computer Science. I have always been fascinated with Oracle. Can you suggest me ways on how I should proceed to prepare myself in order to get into Oracle. Thanks. ... 28 Aug 2008 15:12
Options on session control in a web application Connected to: Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production With the Partitioning and Oracle Data Mining options JServer Release 9.2.0.8.0 - Production Showing my lack of User interface application skills here. We have web applications built with PL/SQL. The goal is to develop a simple tim... 3 Aug 2008 22:15
FORMS, detecting modes, etc In Oracle forms (10GR2, though I doubt that makes much difference). I am trying to find how to do the following, feedback appreciated. A form can be in POST ONLY mode. (COMMIT not allowed). Q: how can a form detect it is in POST ONLY mode? A form can be in QUERY ONLY mode. Q: how can a form detect it ... 1 Aug 2008 17:08
BCNF Hi all, BCNF the following is the definition is the definition of BCNF , which i saw in a schaum series book 1) The relation is 1 N.F 2) for every functional dependency of the form X -> A , we have either A C X or X is a super key of r. in other words, every functional dependency is either a t... 2 Aug 2008 08:26
Q: detect uncommited changes "Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production" and forms (fmb) that come with the that version of developer. Say I have a form A that calls another form B and that the called form B may post data without committing it, and then exit without rolling back. The caller (A) will see the cha... 31 Jul 2008 20:38
Convert LONG (not RAW) to BLOB? I have an Oracle database containing several tables with LONGs - not LONG RAW, just LONG. These tables were accessed by a VB application using ADO and Microsoft's MSDATASHAPE provider. It's been perfectly happily socking away and retrieving binary data to/from those LONGs for several years now - archived Word docum... 11 Aug 2008 14:36
Oracle snapshots don't always do what I want David Gempton wrote: I use Oracle snapshots a lot.... But often I find that they do not offer all the replication features I'm after. So I have developed a software package that provides the sort of replication features most people really need. While developing the expertise to create a soft... 30 Jul 2008 18:56
Search between date ranges Hi Guys, I am trying to bild a cursor based on a select statement which returns values between a certain date range. I have read that it is best avoiding the BETWEEN function of SQL. Instead I hav written : AND ol.actual_shipment_date >= p_date_from AND ol.actual_shipment_date <= (p_date_to) If I have t... 30 Jul 2008 12:18 |