oracle10g
Can somebody verify this for me in sql or teradata
I have a line of code in Oracle and I had to convert it into Teradata. The Oracle query is /* add to avoid invalid number due to junk开发者_开发技巧 in column */[详细]
2023-04-13 07:24 分类:问答Insert a text file into Oracle with Bulk Insert
I have a place.file text file; place.file New Hampshire New Jersey New Mexico Nevada New York Ohio Oklahoma[详细]
2023-04-13 04:12 分类:问答Using ouput parameter of type SYS_refcursor
In my database I have a stored procedure with an OUTPUT parameter of type SYS_REFCURSOR. The application side is wrtitten in C#. Can I assign this procedure\'s output parameter toa Datatable like:[详细]
2023-04-12 23:44 分类:问答Cannot call oracle stored procedure and function
Might be too simple question to ask, but I do need help. I am creating a stored procedure in Oracle 10g, but I cannot call it. I am using SQL Developer to manage the database.[详细]
2023-04-12 22:54 分类:问答Date Format in Query
Need to store date as \'20111013152623\'(yyyyMMddHH开发者_如何转开发mmss)format in database. Which datatype should I use for column and let me know the simple insert query for the datatype.[详细]
2023-04-12 22:31 分类:问答Invalid identifier error on field created with select statement
Why sql bellow don\'t work? select a.field1, a.field2, a.field3, (select count(*) from table2 b where b.field1 = a.field1[详细]
2023-04-12 20:59 分类:问答How can I get the best Hierarchical Query performance in oracle
I have a table reply of which structure is following: Idnameparent_id ... 1reply10 2reply21 3reply32 4reply43[详细]
2023-04-12 12:39 分类:问答What should I change in the query below?
SELECT ERI.ATTACK_CASE_ID, LRM.REF_VALUE AS ATTACK_CASE_STATUS, WDR.RESTRICTION_NAME, LL.USER_LABEL AS ***RESTRICTION_STATUS***,[详细]
2023-04-12 11:39 分类:问答Avoid locks in Oracle UPDATE command
If I am trying to acquire a lock in Oracle 10g (e.g. with SELECT...FOR UPDATE), there is a NOWAIT option to get an error when the row is locked, instead of the query just hanging. Is there a way to ac[详细]
2023-04-12 00:43 分类:问答what does the "2"mean in SQL*Plus?
I am new to Oracle. And I have come across a problem. Firstly,I want to check the privileges of the sysman account:[详细]
2023-04-11 22:05 分类:问答