Sign Up

Sign Up to our social questions and Answers to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In
Continue with Google
or use


Have an account? Sign In Now

Sign In

Login to our social questions & Answers to ask questions, answer people’s questions & connect with other people.

Sign Up Here
Continue with Google
or use

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Continue with Google
or use

Forgot Password?

Need An Account, Sign Up Here

Sorry, you do not have permission to add post.

Continue with Google
or use

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Oraask Logo Oraask Logo
Sign InSign Up

Oraask

  • Write
    • Add A New Post
    • Ask A Question

Oraask Navigation

Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Categories
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Dev Tools
    • Online Compiler
    • Base64 Converter
    • Oraask XML Formatter
    • Oraask JSON Formatter
  • Wiki
    • SQL Tutorials
    • Java Tutorials
    • Python Tutorials
    • JavaScript Tutorials
Home/pl/sql/Page 2

Oraask Latest Questions

Question
albert
  • 0
albertExplorer
Asked: March 6, 2017In: PL/SQL

How to use COMMIT or ROLLBACK inside database trigger ?

  • 0

I have two tables one ordinary table and other is log of this table test_table test_tab_log I want to insert new row in the log table for each insert statement executed for basic table even if there is rollback executed. simply every row inserted in the base table ...

ORAORA-04092pl/sqlsqltrigger
2
  • 2 2 Answers
  • 1k Views
  • 0 Followers
Answer
Question
Saly
  • 0
SalyExplorer
Asked: March 4, 2017In: PL/SQL

How to execute multiple procedures simultaneously ?

  • 0

hi is there any approach in pl/sql to execute more than one procedure in one time like: BEGIN Proc1('first'); Proc1('second'); Proc1('third'); END; but ...

pl/sqlprocedure
1
  • 1 1 Answer
  • 845 Views
  • 0 Followers
Answer
Question
Beter
  • 0
BeterExplorer
Asked: March 4, 2017In: PL/SQL

How to convert text with comma separated to array in pl/sql ?

  • 0

how can I convert text column value to array like : i have the values " text1, text2, text3" thanks in advance.

arrayoracelpl/sqlstring
1
  • 1 1 Answer
  • 1k Views
  • 0 Followers
Answer
Question
albert
  • 0
albertExplorer
Asked: August 1, 2016In: PL/SQL

Can i use select statement inside if statement ? (if (select) > 0 then) ?

  • 0

hello can I use select inside if statement like : begin if (select count(*) from employees) >= 15 then do something; end if; end;   note : I want to delete rows from table where above condition evaluates with true

ifif statementoraclepl/sqlselect
1
  • 1 1 Answer
  • 1k Views
  • 0 Followers
Answer
Question
Beter
  • 0
BeterExplorer
Asked: July 31, 2016In: PL/SQL

How to know number of rows updated by UPDATE statement ?

  • 0

I have a PL/SQL procedure to update a number of rows in a table. is there is there any way to know the number of rows updated by update statement executed inside my procedure?

oraclepl/sqlrowsupdate statement
1
  • 1 1 Answer
  • 827 Views
  • 0 Followers
Answer
Question
Beter
  • 0
BeterExplorer
Asked: July 31, 2016In: PL/SQL

How to Raise User-Defined Exception and display Custom SQLERRM ?

  • 0

I want to raise user defined exception but with custom exception error message something like this : DECLARE    ex_custom       EXCEPTION; BEGIN    RAISE ex_custom; EXCEPTION    WHEN ex_custom THEN        DBMS_OUTPUT.PUT_LINE(SQLERRM); END; The output is "User-Defined Exception" ...

custom exceptionexceptionoraclepl/sqluser-defined exception
3
  • 3 3 Answers
  • 3k Views
  • 0 Followers
Answer
Question
albert
  • 0
albertExplorer
Asked: June 24, 2016In: PL/SQL

How to INSERT row when only doesn't exist ?

  • 0

I have a table has column ID,NAME which ID is PK I want to insert a new row if only this new row doesn't exist in the table something like this : if ID doesn't exist then INSERT STATEMENT HERE ; end if;  

insertpl/sqlrowsqlstatement
1
  • 1 1 Answer
  • 4k Views
  • 0 Followers
Answer
Question
oracle user
  • 0
oracle userExplorer
Asked: June 21, 2016In: PL/SQL

How to Send e-mail from PL/SQL ?

  • 0

please I want to know how can I send emails from PL/SQL I heard about there is a package called UTL_MAIL but I want some examples to do this thanks in advance

oraclepl/sqlsend mailUTL_MAIL
1
  • 1 1 Answer
  • 3k Views
  • 0 Followers
Answer
Question
ayaali
  • 0
ayaaliExplorer
Asked: June 20, 2016In: PL/SQL

Return more than one row from stored procedure in pl/sql

  • 0

I want to create a stored procedure with one parameter which will return multiple rows based on parameter value. how can i do this ?

multible rowsoraclepl/sqlprocedurerows
2
  • 2 2 Answers
  • 5k Views
  • 0 Followers
Answer
Question
ayaali
  • 0
ayaaliExplorer
Asked: June 19, 2016In: PL/SQL

ORA-29280: utl_file.fopen invalid directory path with directory

  • 0

hello, Ii got an error when I want to use my directory created inside UTL_FILE.FOPEN invalid directory path within the procedure to open a certain file on my local machine.

directoryORAORA-29280ora-29280 invalid directory pathora-29280 invalid directory path utl_file.fopenoraclepl/sqlUTL_FILE.FOPEN()
1
  • 1 1 Answer
  • 1k Views
  • 0 Followers
Answer
1 2 3

Sidebar

Adv 250x250

Explore

  • Categories
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Dev Tools
    • Online Compiler
    • Base64 Converter
    • Oraask XML Formatter
    • Oraask JSON Formatter
  • Wiki
    • SQL Tutorials
    • Java Tutorials
    • Python Tutorials
    • JavaScript Tutorials

Footer

Oraask

About

Oraask is a website for developers and software engineers who want to learn new skills, share their knowledge, and solve their coding problems. Oraask provides free content on various programming languages and topics, such as Oracle, Python, Java, etc. Oraask also allows users to ask questions and get answers from other members of the community.

About Us

  • About Us
  • Contact Us

Legal Stuff

  • Privacy Policy
  • Terms & Conditions

Follow

Oraask is licensed under CC BY-NC-SA 4.0Oraask CopyrightOraask CopyrightOraask CopyrightOraask Copyright

© 2019 Oraask. All Rights Reserved
With Love by Oraask.