In Oracle, is it possible to INSERT or UPDATE a reco开发者_开发百科rd (a row) through a view?Views in Oracle may be updateable under specific conditions. It can be tricky, and usually is not advisable
I\'m producing XML right from PL/SQL in Oracle. What is the preferred way of ensuring that outputted strings are XML-conformant, with regards to special characters and character encoding ?
I have two tables both have same schema, one will have previous day records other will have current. I want to compare both and find only changes or only rows that have different value in atleast one
I have a Stored Procedure like this procedure P_IssueUpdate ( Id in integer, ModifiedDate in date, Solution in varchar2
I need to conver开发者_StackOverflow社区t an oracle table into xml and then return it to table form.
I have a table say tb_load_files. It contains fields file_name, file_date,file_loc,file_status Now, File_status cane be x or y.
After I installed DB2 9.7 Express, I tried to enabled DB2 to support PL/SQL by following command: DB2SET DB2_COMPATIBILITY_VECTOR=ORA
I have to perform many selects from an Oracle external table. I have 10 cursors that l开发者_高级运维ook a lot like this (ext_temp is the external table)
I am on Oracle 10g. I have a table that contains all the files stored in the system during the past year.
I\'ve spent hours searching the web for an answer to this question... 开发者_运维百科 Here\'s what I currently have: