I want to create a GUI in Oracle form 10g, the purpose of creating this page is : -user able to upload & see uploaded file(upload into ftp)
I have some s开发者_StackOverflow社区ql scripts which use INSERT INTO secondtable (field, field1)
I\'m writing a View in Oracle 9 database, and I\'m stumped.What I\'m trying to solve is this: A_WPD_ADDRESS_HISTORY contains a FK called WPD_PLAN_CHECK_S, and this view holds multiple addresses for th
Is there anything like thread in Oracle forms for updating one part? I want to create a message box and update that part with the new events, so I need开发者_StackOverflow社区 to have something like t
S开发者_如何转开发ELECT cec.* FROM mam.category cec SELECT cec.year, ces.* FROM mam.subcategory ces
I am using Oracle forms for my application. I would like to copy one directory from my local computer to a ftp address.
I\'m trying to update a float value in oracle database, but the saved value is only the integer part of the 开发者_运维百科float value.
We have a Oracle 9i Database with 7 tables each with 15+ Million records. There is no relation between the table i.e. no foreign keys.
Using Oracle 9.2i I need to get the offset of various dates from one timezones in r开发者_如何转开发elation to another timezone, previously I did this as such
I have an Oracle table which contains data like \'Shiv------Shukla\' (consider \'-\' as space). Now I need to write a program which leaves just one space and removes all other spaces.