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

Database

This Category lists all questions related to all different kind of databases

Share
  • Facebook
0 Followers
0 Answers
150 Questions
Home/Database/Page 11
  • Recent Questions
  • Answers
  • No Answers

Oraask Latest Questions

Question
oracle user
  • 0
oracle userExplorer
Asked: April 30, 2017In: PL/SQL

How to handle a unique constraint exceptions in PL/SQL code?

  • 0

for example I have one table with unique constraint on ID column and it has values like this : ID Name 1 test and I want to catch and handle unique constraint exception. thanks

exceptionpl/sqluniqueunique constraint
1
  • 1 1 Answer
  • 1k Views
  • 0 Followers
Answer
Question
oracle user
  • 0
oracle userExplorer
Asked: April 30, 2017In: Oracle SQL

Can I use If statement inside Where clause in oracle SQL?

  • 0

I have a query and I want to use if statement inside where clause like this : [code] SELECT e.first_name, e.last_name, e.status FROM employees e WHERE IF status_flag = STATUS_ACTIVE then e.status = 'A' IF status_flag = STATUS_INACTIVE then e.status = 'T' IF source_flag = SOURCE_FUNCTION then e.business_unit = ...

if statementsqlwhere clause
1
  • 1 1 Answer
  • 760 Views
  • 0 Followers
Answer
Question
oracle user
  • 0
oracle userExplorer
Asked: April 30, 2017In: PL/SQL

What is the difference between binary_integer and pls_integer in pl/sql?

  • 0

hello, I'm using Oracle 10gR2 and i want to know what's the differences between both because I take a look at the documentation and i find out there no differences. any suggestions will be appreciated.

binary_integerpl/sqlpls_integer
1
  • 1 1 Answer
  • 1k Views
  • 0 Followers
Answer
Question
Jone
  • 0
JoneExplorer
Asked: April 30, 2017In: Oracle SQL

How to remove duplicate rows by where condition ?

  • 0

I have a test_table with the following data : [code] select * from test_table; [/code] Number Name 1 AA 1 DD 2 QQ 3 WW 4 EE

queryremove duplicate valuesselectsql
1
  • 1 1 Answer
  • 581 Views
  • 0 Followers
Answer
Question
Jone
  • 0
JoneExplorer
Asked: April 13, 2017In: Oracle SQL

Using between on sysdate instead of TRUNC

  • 0

Hi , I have the below query where am using TRUNC on the column2 filed which is increasing the performance delay. so need to avoid the TRUNC on this check and need to use BETWEEN operator. Here SYSTEMDATE is the currentdateandtime. So how can ...

betweenoraclequerysqltrunc
1
  • 1 1 Answer
  • 634 Views
  • 0 Followers
Answer
Question
oracle user
  • 0
oracle userExplorer
Asked: April 12, 2017In: Oracle SQL

How to use sys_connect_by_path in sql hierarchical queries?

  • 0

Hi, I need a sample for using sys_connect_by_path  in sql query please regards,

hierarchical queryqueriessqlsys_connect_by_path
0
  • 0 0 Answers
  • 468 Views
  • 0 Followers
Answer
Question
matheo
  • 0
matheoExplorer
Asked: April 11, 2017In: PL/SQL

How to drop all partitions from all tables belonging to this schema based on date

  • 0

How to drop all partitions from all tables belonging to this schema based on date Hi, I have a script to delete the partition from a table which meet certain criteria and this the block of code to do this : DECLARE v_sql varchar2(500); v_date ...

droppartitionspl/sqlschematable
0
  • 0 0 Answers
  • 603 Views
  • 0 Followers
Answer
Question
oracle user
  • 0
oracle userExplorer
Asked: April 7, 2017In: Oracle SQL

need query to display ‘job’ & their counts & then display the no. of distinct ‘dept no’ under each ‘job’ & their counts ?

  • 0

hello experts, what i want is :  query to display 'job' & their counts & then display the no. of distinct 'dept no' under each 'job' & their counts ? consider i have these dataset : SQL> select * from dept; DEPTNO DNAME LOC ---------- -------------- ...

departmentsemployeesoraclequerysql
1
  • 1 1 Answer
  • 896 Views
  • 0 Followers
Answer
Question
albert
  • 0
albertExplorer
Asked: April 7, 2017In: MySQL

How to call MySQL Procedure from Oracle using HS Link ?

  • 0

How to call MySQL Procedure from Oracle using HS Link ? HS link is correct and I can get the tables data just by adding '@' at the end of the table name ,but I can't call the SP same way ...

HS linkMySQLoracleprocedure
0
  • 0 0 Answers
  • 672 Views
  • 0 Followers
Answer
Question
oracle user
  • 0
oracle userExplorer
Asked: April 3, 2017In: PL/SQL

ORA-06550: line , column : PLS-00201: identifier must be declared

  • 0

I face this error when I want to execute this block of code in an anonymous pl/sql block: DECLARE BEGIN SELECT last_name INTO v_last FROM employees; dbms_output.put_line('v_last  is :' || v_last ); END; PLS-00201: identifier must be declared thanks.

ORAORA-06550oraclepl/sqlsql
1
  • 1 1 Answer
  • 3k Views
  • 0 Followers
Answer
1 … 10 11 12 … 15

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.