Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ekobudy
  • Content: Threads
  • Order by date
  1. ekobudy

    XMLForest with blank spaces as value

    Hello guys, I need help about XMLForest, here is my code : create table example ( field1 varchar2(10), field2 varchar2(10), field3 varchar2(10)); insert into example values (null,null,null); select xmlforest(lpad(nvl(field1,''),10,' ')||lpad(nvl(field2,''),10,' ') as "concatf1f2") from...
  2. ekobudy

    DBMS JOBS...

    hello all, how to make a process exactly run at 12am each day? i used trunc(sysdate+1) at next_date but .. when i look again.. the next_date was changed not to 12am :(.. thanks.
  3. ekobudy

    Get Formatted Date

    Hi All, I'm new in C.. how to get formatted Date ? for example : how to get YYYYMMDDHH24MISS date format ? regards, Ekow
  4. ekobudy

    DATA FILE

    hello, I have a dataFile at /data01/oradata/operational01.dbf one day.. my oracle 9i was crash then i install oracle 9i again.. can oracle know what information loaded at operational01.dbf? when i create a tablespace..for the new oracle.. like, the users, tablename and so on.. regards, EkoW
  5. ekobudy

    atof problem..

    Hello guys, i'm new in C.. i have code like this : #include <stdio.h> #include <stdlib.h> char *inputstr; double atofret; void main() { inputstr="1234567890.1234"; atofret=atof(inputstr); printf(" Converted to : %14.4f \n",atofret); } the result when i run the program is ...
  6. ekobudy

    FORMS & MENUS

    Dear guys, I have 1 oracle form the name is mainprogram.fmx, and i have 2 menus the name are mainmenu001.mmx and mainmenu002.mmx when i push a push_button1 at forms, i want to change the menu to mainmenu001.mmx and when i push a push_button2 i want to change the menu to mainmenu002.mmx what...
  7. ekobudy

    get milliseconds value

    Hello guys, I have a problem, i want to retrive Millisecods value at Oracle Form 6i. Anyone can help me... Thanks, regards, Ekow
  8. ekobudy

    About Installer

    Dear All, I have completed my Oracle Forms, Reports and Graphics program. What i need is to deliver them to users. does any body know how to make installer for them ? Thanks. regards, Ekow
  9. ekobudy

    UTL_FILE Problem

    Hi All, I work on Oracle an the OS is AIX, what i want to do is.. Read and write a file from client using UTL_FILE. Does any body could explain about it? Thanks, ekow
  10. ekobudy

    Oracle Project Builder 6i

    Could someone give me how to make installer from Oracle Project Builer, because at my delivery wizard the "Oracle Installer Scripts" is Unavailable... thankz.
  11. ekobudy

    Oracle Project Builer 6i

    Could someone give me how to make installer from Oracle Project Builer, because at my delivery wizard the &quot;Oracle Installer Scripts&quot; is Unavailable... thankz.
  12. ekobudy

    Get_File_Name Doesn't Work

    Does anybody know why Get_File_Name Function not working on Internet Deployment? and how to handle this problem.. thanks.. Regards, Eko Budy
  13. ekobudy

    IE Native Problems

    When i deploy my forms using JVM, why the fonts became very very small ? I've got really stressed with this thing..
  14. ekobudy

    Deploy Forms 6i to web

    does anybody know, how to deploy forms 6i to web without using JInit ?
  15. ekobudy

    How sending email from FORMS6i Web Server ?

    I want to send an authorization email when a new data created. I used Oracle Forms6i server. Does anybody have an answer ? thank you very much.
  16. ekobudy

    How To Handle when user Close Window

    Hi all, I have a problem to check user logout time, I deploy my forms at Web. But I cannot check when is the user logout, the user is not database username, but an application username... When i give a POST_FORM Trigger, it execute only when EXIT BUTTON pressed. But, when the user...
  17. ekobudy

    can ORADEV 6i make an installer ?

    Just Like VB/Visual Foxpro.. the project can make an installer.. so just deliver the setup file..no need to install ORACLE FORM RUNTIME or ORACLE REPORT RUNTIME ... thanks again.
  18. ekobudy

    Excel Again : Format Number

    How can I make a different Format Number in excel based on Regional Setting On Client Machine ? Thanks Again.
  19. ekobudy

    Merge Excel Column via OLE2

    I want to merge excel column from A:G, how can I do it ? Thanks.
  20. ekobudy

    MUTATING TABLE

    I want to automatically insert record which opposite than the new record inserted, My trigger Code is : Create Or Replace Trigger AutoPartner AFTER INSERT ON Djisamsoe.Try For Each Row Declare v_send Djisamsoe.Try.send%Type; v_rec Djisamsoe.Try.receive%Type; v_tr Djisamsoe.Try.tr_type%Type...

Part and Inventory Search

Back
Top