oracle10g
create from select(Query error)
createtable1 asSELECTfrom c.Name, Value, Qtr, Value as SUM(Value) from User.Pofile a,pet_dsa_qtr_table b,User.Count c,User.Serviced[详细]
2023-04-05 03:14 分类:问答What may cause (intermittent) bad responses from an Oracle db to Biztalk?
My orchestration has a send-receive port and until the point where the send shape is found all messages being manipulated are exactly the same. I.e. the message I end up sending the Oracle db through[详细]
2023-04-05 02:43 分类:问答Equivalent of SQL Server trace for Oracle 10g?
I\'ve got a bad code duplication problem where we cannot tell which versions of packages/procedures are being used. i.e. I have different packages with procedures of the same name and I need to be sur[详细]
2023-04-05 01:45 分类:问答Select the biggest value
I am trying to solve a simple problem but i am getting stack on the details. I have 2 tables, one has employees and the other one has departme开发者_JAVA百科nts. My problem: I am trying to check whic[详细]
2023-04-04 18:03 分类:问答Extracting rows from a Table which fit conditions referring to another Table in Oracle SQL
I have 2 Tables. I want to extract every TB2_ID in Table 2 for which certain conditions are fulfilled in Table 1. So in the case below, we would extract \'2\' since it is FULLY fulfilled by both ID \'[详细]
2023-04-04 17:11 分类:问答Oracle naming convention [closed]
Closed. This question is opinion-based. It is not currently 开发者_如何学JAVAaccepting answers.[详细]
2023-04-04 13:21 分类:问答Way to log data causing errors in Oracle materialized view?
We created some materialized views that ran fine against a copy of actual app data.The app does not police its own data.Since then, some of the users may have been either careless or creative in their[详细]
2023-04-04 10:16 分类:问答Getting data from two tables?
I am trying to get data from two different table and put into on statement but its not working. This is what I am looking to get as a complete statement: I want the query to display the dname, loc, Nu[详细]
2023-04-03 21:10 分类:问答Convert to DateTime in Oracle
I have a strange format that I need to convert to an Oracle Timestamp (no fractal seconds needed).I have two columns, date_entered, and time_entered, that have this format from our AS/400:[详细]
2023-04-03 20:00 分类:问答How to Recompile Invalid Java Class Objects in SYS user in an Oracle 10g DB?
I need to upgrade an ORACLE 10g db to 11g, but have tons invalid JAVA CLASS object type objects in an user schema, and 30 invalid JAVA CLASS object type objects in SYS schema, and I read some doc, you[详细]
2023-04-03 16:23 分类:问答