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


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

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.

Forgot Password?

Need An Account, Sign Up Here

Sorry, you do not have permission to add post.

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
  • Categories
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Dev Tools
    • Online Compiler
    • Base64 Converter
  • Wiki
    • SQL Tutorials
    • Java Tutorials
    • Python Tutorials
    • JavaScript Tutorials
Home/sql/Page 2

Oraask Latest Questions

Question
albert
  • 0
albertExplorer
Asked: May 2, 2017In: Oracle SQL

ORA-12015: cannot create a fast refresh materialized view from a complex query

  • 0

I have created materialized view successfully but when i am trying to add filter condition on that materialized view along with refresh fast clause i'm getting this error: ORA-12015: cannot create a fast refresh materialized view from a complex query this my ...

complex querymaterialized viewORA-12015refresh fastsql
1
  • 1 1 Answer
  • 3k Views
  • 0 Followers
Answer
Question
matheo
  • 0
matheoExplorer
Asked: May 1, 2017In: Oracle SQL

Which do better performance Bulk insert into oracle database using Cursor FOR loop or insert from select ?

  • 0

which approach is do better performance do bulk insert by using insert from select or Cursor for loop ? for example : [code] DECLARE CURSOR Test_C IS SELECT * FROM test_table1; BEGIN FOR Test_C_REC IN Test_C LOOP INSERT INTO test_table2(col1, col2, col3) VALUES (Test_C.col1, Test_C.col2, Test_C.col3); END LOOP; END; [/code] or a simple select, like: [code] INSERT INTO ...

Bulk Insertcursordatabaseinsert from selectsql
0
  • 0 0 Answers
  • 611 Views
  • 0 Followers
Answer
Question
matheo
  • 0
matheoExplorer
Asked: May 1, 2017In: Oracle SQL

How to get a list of all packages, procedures and functions in oracle database ?

  • 0

hello, I need query to get all packages , procedures and functions in my oracle database thanks in advance

databasefunctionspackagesproceduressql
1
  • 1 1 Answer
  • 694 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
  • 704 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
  • 527 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
  • 556 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
  • 441 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
  • 855 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
Question
oracle user
  • 0
oracle userExplorer
Asked: March 28, 2017In: Oracle SQL

How to find all DB objects that has particular column name ?

  • 0

suppose I want to find all tables and views that has column name "last_name" for example.

columndatabaseoracleselectsql
1
  • 1 1 Answer
  • 826 Views
  • 0 Followers
Answer
1 2 3 … 5

Sidebar

Adv 250x250

Explore

  • Categories
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Dev Tools
    • Online Compiler
    • Base64 Converter
  • 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.