Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged oracle

0 votes
1.2k views
1 answer
    Is it possible to create a rowtype for a table name which is passed as a parameter to a Stored-Procedure and ... if it is possible . Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have a bash script running several sql files via sqlplus: sqlplus $connectioninfo << end start file1.sql start file2 ... &1' for all of these. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am getting ORA-01795 error in my Java code while executing more than 1000 records in IN clause. I am thinking ... . Can anyone help me here? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    How can I calculate business hours or days between two dates in oracle 10g? For example we have two dates; 14/08 ... Sat & Sun with oracle 10g? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.8k views
1 answer
    I would like to know how to show errors in sqlplus. try to compile a view alter view SYS.DBA_XML_SCHEMAS ... errors of the view thank you See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I want send email by using *oracle 9i - Enterprise edition release 9.2.0.8.0 ,*I know there is one package ... and my form builder is version 6. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I'd like to format the result of the sys_guid() function such as proposed in this answer select regexp_replace( ... this is clear illegal */ See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am writing a script to be run in sqlplus 11. I have a user defined variable called compression. If ... SQLPlus wouldn't recognise decode? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
912 views
1 answer
    I'm using Glassfish 3.1 with JSF2 and EJB stateless to query and write an Oracle DB. The table the user ... EJB exception. Is there any way? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I'm trying to create a function as shown below but getting the error stated in the title. create or replace ... ); end gettaxmin; Any ideas? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
903 views
1 answer
    one short question: I am using this code SELECT trunc (SYSDATE) - TO_DATE('04/10/2015','mm/dd/yyyy') ... own holidays). Thanks for help! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I could not find a post to do it automatically as I don't want to hard coded the mapping between ... : AP_AMOUNT_UTILITIES_PKG in my oracle. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    select TO_CHAR(to_date(sysdate, 'DD-MON-YYYY'), 'DAY') FROM DUAL; When I run this query the output was : ... in oracle db. Please help me. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am new to SQL and I encountered a weird problem. So I have two tables OFFERS and SUPPLIER. Here is the ... .com if that makes any difference. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
904 views
1 answer
    Is it possible for a deadlock to occur if two concurrent DML statements modify the same data and use the same ... same plan, causes a deadlock? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am trying the code below to create a table in PL/SQL: DECLARE V_NAME VARCHAR2(20); BEGIN EXECUTE IMMEDIATE ' ... PL/SQL Block one after other? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have a PL/SQL code like: case when column between 201203 and 201201 then other_column end I know that ... is implemented on Oracle Databases? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have a function which has three If/Then statements before opening a cursor. The If/Then statements check validity ... variable2; end if; end; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I this is my first attempt to create procedure and execute it. First I create simple table. DB scheme of table is ... is bad, thank for help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    Here is: declare v_str1 varchar2(80); begin v_str1 := 'test'; print :v_str1; end When I run it ... is NOT DECLARED anonymous block completed See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I'm trying to perform a SELECT DISTINCT query in Oracle, like this: SELECT MOVIES.TITLE, CERTIFICATIONS.ID, PROJECTION. ... BLOB What can I do? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    let say i do select score from table1. this will return result score ---- 0 20 40 how to use case, to ... not agree 20->agree 40->very agreed See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
993 views
1 answer
    i've installed the full oracle client 12.2.0 and i'm trying to migrate some db from oracle to sql server with ... , but the results is the same See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
851 views
1 answer
    Who can explain the result of the second select. I expected the first row of data1 (1, '1') is not in ... neither IN data2 nor NOT IN data2? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    How can I parsed a string comma-delimited string from a column in Oracle database and use each one as join to ... = tbl2.ID Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I want to create a job that would drop a database object at a given date. The job created all right but ... . Thanks in advance gurus. Cheers! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Having a table below, I need to get rows with the maximum date having statut equal 2 REMUN_ID HISTO_ID DATE_MAJ ... . Any suggestions? Thank you See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    How to select all records,that may contain specific value that is known, without referring to specific column in SQL ... in table. Thank you. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...