| Thread | Last Post | Replies |
|
| Base a report on PL SQL Table of Records | 31 Dec 2003 16:02 GMT | 1 |
I know I can base a reprt of a fuction that returns Ref Cursor. My question is: Can I base it on a PL SQL Table of records? Thanks.
|
| SQL*Plus Tool: frequent message | 31 Dec 2003 16:01 GMT | 2 |
I frequently receive the following message when running scripts in SQL*Plus: SQL> Input truncated to n characters Although it doesn't affect the system operation, can any one explains to me why
|
| UIFONT.ALI for Forms 6i in Windows XP | 31 Dec 2003 05:02 GMT | 1 |
I am having a problem in Windows XP where the forms submenu titles are being cut off at the bottom of the text. I assume this is due to the UIFONT.ALI mappings in XP but I do not know what to change it to. The menus look fine in Windows 2000 and previous versions. I looked this up ...
|
| Insert picture into oracle | 30 Dec 2003 23:33 GMT | 8 |
How i can insert picture into oracle database . What is the standered way to do that ? Please help . email : Remove '/' to mail me .
|
| forms Builder | 28 Dec 2003 21:09 GMT | 2 |
Recently I got a problem and that is when I run the forms from Forms Builder under Oracle9i, application server adds extra http://%% to the leading application server http address, so the forms does not start java applet properly(not a valid URL obviously). Then I have to remove
|
| overcoming 256 byte limit in forms50_path registry in win2000 | 28 Dec 2003 11:36 GMT | 3 |
We are using Forms 5 under win2000 server , we have aproblem that the length of forms50_path is too limiting for our work. I used shell variables instead of forms50_path but got the same result Is there any solution for this problem.
|
| Anybody used DBVisualizer? | 27 Dec 2003 15:07 GMT | 2 |
Anybody is using DBVisualizer (http://www.dbvis.com/)? My question is, how to define a keyboard shortcut(F12 for example) to excute the SQL statement that I input in the SQL Commander Window? Thanks.
|
| Storing mutiple child records with same FK | 24 Dec 2003 13:21 GMT | 1 |
I am building what should be a simple form. Its a stacked form. One block is a book name and other basic info. The other block is table of content entries with pages (two tables, book and toc). I want to enter the basic book info, title etc, and then the table of contents entries ...
|
| User friendly error massage in dev6i | 23 Dec 2003 14:31 GMT | 1 |
When we impliment rules creating the table if that rules violated we get error in sqlplus like " ORA-00001: unique constraint (USER2.SYS_C001584) violated "
|
| Simulate sequence on WHEN-CREATE-RECORD | 22 Dec 2003 23:13 GMT | 6 |
Hello All, db 9i, forms 6i I've just determined (it should have dawned on me the first school day, or someone should have set me right a long time ago), to Never, Ever have a primary Key be the Social Sec No., employee no or Anything the User can Type
|
| Discoverer 4i | 22 Dec 2003 20:05 GMT | 1 |
When I start 4i from my browser it just keeps saying Initializing.. for ever and doesn't proceed.. what's the issue? TIA
|
| ON DELETE CASCADE PROBLEM | 22 Dec 2003 17:12 GMT | 1 |
Hi ... I'm a newbie in Oracle 8i and I have the following problem: I created two tables as follows: CREATE TABLE pelates
|
| Oracle Developer (Forms & Reports) available for Mac OS X?? | 20 Dec 2003 00:24 GMT | 1 |
Hello group, I just downloaded Personal Oracle9i database the other day for my Mac and it works great so far. Does anyone know if developer is available for the Mac platform?
|
| problem with a trigger | 19 Dec 2003 21:21 GMT | 25 |
I have a table reservations with user-id, date... in it. Now I found a trigger to prevent people make changes on table reservations on sunday and any day before 7 am and after 23 pm. it looks like this but I keep get an error like "trigger built with
|
| Define a variable using a select statement | 19 Dec 2003 14:49 GMT | 1 |
Say, I have to make a daily file which is named "some-list-<number of this day>" and want to use this sql-script. --------- set verify off
|