IS there reflection in Oracle Forms 6 or later? Is it possible to enumarate labels or othe开发者_开发问答r elements?Forms is an old and venerable programming language, and it doesn\'t support full-on
To grant java code that is running inside the Oracle JVM built into 10g DBMS to a specific directory on disk I can can execute:
I have a simple table in Oracle with three columns: IDNCHAR(10) NAMENCHAR(50) SEQNUMBER The SEQ field is 0 based and there to allow the user to drag the records and reorder the list (using jQuery s
I am getting a \"partial record at end of file\" error when using FIXED parameter with External Tables.
I have a resultset structure like this codeValue 1A0001 1A0002 2B0001 2B0002 2B0003 3C0001 4D0001 4D0002 ..... and I want to get to this:
How to query bulk collection?If for example I have select name bulk collect into namesValues 开发者_StackOverflow中文版from table1
I am trying to use same sql statement for the above three DBMS .. but the problem is that it has string concatenation 开发者_高级运维involved but there are different ways in each dbms for concatenatio
we have a table with files saved as BLOB I write a code that email these files as an attachment! everything works fine so far, but the files (EXCEL,PDF, ... what ever) are not readable by the progra
Can Someone help me on this , this is the error message I am gett开发者_StackOverflow社区ing when I run this script
It seems really easy if you are using SQL*Plus to use SQL> set markup html on; and get some lovely results t开发者_如何学Goo the SQL*Plus window.we have an oracle job that runs overnight and se