| Thread | Last Post | Replies |
|
| import java on cli | 22 Mar 2007 13:55 GMT | 5 |
i wrote java code using pl/sql developer. now i need to deploy it to some other instances and would like to do it on the commandline. is there a way to do so?
|
| RUN REPORT FROM FORM | 20 Mar 2007 16:01 GMT | 1 |
I CAN RUN THE REPORT FROM FORM USING RUN_PRODUCT. 1) HOW TO MAXIMIZE THE REPORT PREVIEWER BY DEFAULT? 2) IS IT POSSIBLE TO UP AND DOWN REPORT USING KEYBOARD? IF YES THEN HOW?
|
| Expanding and Collapsing HTREE nodes programmatically | 19 Mar 2007 15:44 GMT | 1 |
I've got two buttons, one to expand all nodes in my htree, and one to collapse all nodes in my htree. I've searched google, oracle, the forms help, everywhere i can think of, but I can't find an example of how to collapse or expand all the
|
| Error of validation | 17 Mar 2007 11:54 GMT | 2 |
Hi to All, I a Form I have 2 Item 'FROM_CODE' AND 'TO_CODE'. Both are VARCHAR2(18) with a format 99.99.99.99.999999. For the Item TO_CODE I have the WHEN-VALIDATE-ITEM trigger:
|
| Charset problems when connecting from cygwin | 16 Mar 2007 06:25 GMT | 2 |
I have written a perl script that tries to insert data into a table in an Oracle database residing on an aix server. Running the perl script on the server works fine, but if I try running it on my local machine (cygwin on Windows XP), I get this message:
|
| Help on result of execute_query | 14 Mar 2007 17:55 GMT | 1 |
Hi to all, In a Form I have placed a button. in the trigger WHEN_BUTTON_PRESSED I have a code that: 1) create a WHERE string (LC$Whr) with some filter Items, initialized
|
| erro on FORMS 12154 TNS could not resolve service name | 14 Mar 2007 14:44 GMT | 2 |
This has passed many times in forums but all solutions dont apply to my situation forms is on a UNIX box when try to connect to the db in which the forms are compiled i get
|
| Help on Item validation | 13 Mar 2007 16:22 GMT | 1 |
Hi to All, I my form I have 2 Items: FROM_CODE and TO_CODE. The items are declared as VARCHAR2(18 BYTE) with this visualization format:
|
| About enable or disble a button | 10 Mar 2007 14:28 GMT | 1 |
Hi to all, I need Your help on this question: In the header of my Form I have a button and a canvas with 3 pages. When the form start the button must be disabled and must be activated
|
| displaying a column in report which returns null value | 09 Mar 2007 15:58 GMT | 1 |
I have a simple report with two column. The query is as below. SELECT decode(caste,1,'SC/ST',2,'General','3','PWD') fcastepi, nvl(count(*),0) fcapi FROM applicationformdtl
|
| Hierarchical Trees, and highlights and colors.... | 07 Mar 2007 14:52 GMT | 3 |
OK, i've made a hierarchical tree (joy oh bliss), and now i want to add an icon. i'm a little fuzzy on how to do that, does anyone here know how? (the internet is being less than useful to me today....) Also, have any of you ever heard of being able to highlight one line
|
| Help with my RMAN setup | 07 Mar 2007 12:23 GMT | 2 |
Could someone please look at my RMAN setiup and tell me if it is correct? I have Oracle 9i. Oracle Archive logs saved to c:\oracle\archive I am runnning RMAN every night I also backup c:\oracle\backup to tape later
|
| convert to stored procedure + NDS | 06 Mar 2007 23:32 GMT | 5 |
I have a multiple of large .sql scripts that I would like to convert into stored procedures. Is there a clever way or an existing script I can use to find/replace multiple DDL statements in each sql script like:
|
| Hierarchical Trees and colors and icons..... | 05 Mar 2007 19:46 GMT | 1 |
OK, i've made a hierarchical tree (joy oh bliss), and now i want to add an icon. i'm a little fuzzy on how to do that, does anyone here know how? (the internet is being less than useful to me today....) Also, have any of you ever heard of being able to highlight one line
|
| Help on function show_document | 04 Mar 2007 09:50 GMT | 1 |
Hi to all, in a form (developed with Forms 10g) I have a button. When the button is pressed I want to call the function Web.show_document in order to display, for example, the html file test.html in the browser.
|