We are experiencing a situation where we have developed our application using oracle forms connecting to an oracle database. We are now deploying the application through the web but now we are experiencing the following error.
"FRM-92060: Failed to Connect to the server. Bad machine...
Hi All?
I am working on a matrix query whereby I do not want to specify the columns
ie
Select job_id, (row 1..n of table emp should be the columns) from emp;
Old way
------------
Select job_id, decode (dept id,10) "Dept 10",...
decode (dept id,n) "Dept n",
from emp;
Basically you have an...
Hi All?
I have a HTML Help application that I want to run from PowerBuilder 6.5 (a bit archaic I admit).
The run command works well for other applications like winword, excel, notepad, etc, but will not open my HHT.HTML file using Explorer.
Any ideas please?
Hi All?
I am a programmer and have been liasing with my System Admin to try and resolve some issue Im having.
Im unable to log into my Oracle 8 database from SQLPLUS using any of the users. It just hangs, even the user SYSTEM. The all just hang when I attempt to connect.
This user SYSTEM is...
Hi All.
Im running an Oracle Release 9.2.0.1.0 database on my PC. (Windows XP). It has been perfect for a long time, but now every time I try to log in I get the error "ORA-01033: ORACLE initialization or shutdown in progress", and I cannot log in.
Kindly assist. Situation getting desperate...
Hi all??
I have the following syntax for a dropdown dw :-
//declare
datawindowchild ldwc_child_h
//
idw_detail.getchild("dw_header", ldwc_child_h)
ldwc_child_h.settransobject(SQLCA)
How do I obtain the SELECT that is in the dataobject contained in dw_header??
I have created an ASA ODBC database on a certain PC in our nerwork. I intend to write a multi-user application with that PC acting as the Central Server for my database. I have been trying to create a profile to connect to it from my PC, but have been thoroughly frustrated by errors like...
Hi,
Id like to attach, "or move" some text from a datawindow to an MS Word Document at runtime, save the document in the hard drive, and later send the Word Document by Outlook Mail.
Any one with some sample scripts that I can reference. I dont even know where to start.
Kind Rgds.
Hi All?
I am tryingto create a new table with the following strucure and getting the error mentioned. Please assist.
Column Name Null? Type Default Value
-----------------------------------------------------------
bu_segment1 Varchar2(25)
cc_segment2 Varchar2(25)
account_segment3...
Hi all,
I have a user's PC with Oracle 8.0.5 that has started misbehaving. When I try to connect to the database its returning the named error and cannot connect.
How do I go around this? I can be able to ping the database from the PC.
Hi all,
Im trying to install Developer 6i onto my PC, but while analysing application dependencies, setup is returning the error:
path.vrf(86):Unbound Variable 'path_too_long_prompt'
and terminates the installation. We are not getting the same on a pal's PC. What do I need to change on mine...
I'm a novice in Javascript and I have run into a small problem.
How do you for example perform var1 + var2 ?? When I do this I get a concatenation of the two variables...eg if var1=5 and var2=6, var1 + var2 gives me 56 and not 11. How do I go round this??
I have a form that requires an attached library from the Orawin95\tools\devdem60\demo\forms path. On attaching it, when I try to save the form, I get the error FRM-10044: Cannot Create File.
What is the cause, and how do I get round this? Please assist...
I have a process (of creating some views and selecting data from the views onto datablocks) that repeats either once, twice or six times depending on certain options. The process is fine when repeated once or twice, but fails when repeated six times with a the error ORA-01003 - No Statement...
I have a non-displaying datablock that is being populated using the following cursor:-
for readingrec in reading loop
:db_gross_next.rtime := readingrec.rtime;
:db_gross_next.meter_read := readingrec.meter_read;
ll_curr_gross := Get_Block_property('db_gross_next',current_record);
next_record...
Hi all?
I have just upgraded to Developer 6i and I'm having a problem with my Form modules. Whenever there is some long script to be executed, and I go through the process twice, the runtime just disappears with no errors at all. This was not happening with version 6.0, though 6i solved other...
I'd like to dynamically change the FROM clause in the Report query, such that I should be able to provide the table from which to select in the parameter form at runtime. How would I go about that ??
Thanks.
In Forms Builder we have on_message and on_error triggers where you can actually customize the error message to be displayed to the user. How can we achieve the same in Reports.. eg I have a parameter validation trigger that is returning the message "REP-0546 : Invalid Parameter Input...
Happy New Year to you all !
The only currency format symbol avaliable in Report Builder is the dollar($). How would I change this to a different symbol?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.