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/Questions/Page 42

Oraask Latest Questions

Question
albert
  • 0
albertExplorer
Asked: July 14, 2017In: Oracle SQL

ORA-00907: missing right parenthesis and ORA-30389 while using SYS.DBMS_ADVANCED_REWRITE

  • 0

Hi, I faces two ORA error while using SYS.DBMS_ADVANCED_REWRITE this my program and error raised : [code] DECLARE l_src LONG; l_dest LONG; BEGIN l_src := 'select a.empno, a.ename, a.sal, sum(b.sal) ' || 'from emp a, emp b ' || 'WHERE a.sal > b.sal ' || 'OR ' || '( a.sal= b.sal ' || 'and a.rowid ...

databaseORA-00907ORA-30389sqlSYS.DBMS_ADVANCED_REWRITE
0
  • 0 0 Answers
  • 655 Views
  • 0 Followers
Answer
Question
Mina
  • 0
Mina
Asked: July 12, 2017In: Oracle Applications DBA

Can you provide me query to get specific report in EBS R12?

  • 0

Hi, I need Query to get detailes for a specific report Like (stauts , start date , End Date , who's run ? ,...) in EBS R12?

oraceloraclequeryreports
1
  • 1 1 Answer
  • 848 Views
  • 0 Followers
Answer
Question
Mina
  • 0
Mina
Asked: July 12, 2017In: Oracle Applications DBA

How can I cancel user Concurrent Requests in EBS R12 ?

  • 0

Hello , i need to cancel Concurrent Requests in back-end. Thanks,  

cancel concurrent request from backenddatabasefnd_concurrent_requests status_codehow to cancel concurrent request from backend in oracle appshow to kill concurrent request from backendhow to terminate concurrent request from backendoraceloracle EBS R12terminate concurrent program from backendterminate concurrent request from backendupdate concurrent request status from backend
4
  • 4 4 Answers
  • 7k Views
  • 0 Followers
Answer
Question
Mina
  • 0
Mina
Asked: July 12, 2017In: Oracle Applications DBA

How to Create a Read Only Schema in Oracle Application R12 ?

  • 0

Hi, I need to create a Schema like APPS Schema in Oracle Application R12 but read only.   Thanks, Mina

1
  • 1 1 Answer
  • 1k Views
  • 0 Followers
Answer
Question
josef
  • 0
josef
Asked: July 11, 2017In: Oracle Database

How to restore database with until time ?

  • 0

How to restore database with until time ?

databaseoracle
1
  • 1 1 Answer
  • 655 Views
  • 0 Followers
Answer
Question
albert
  • 0
albertExplorer
Asked: June 10, 2017In: PL/SQL

How to check and test read/write permissions of Oracle directory?

  • 0

suppose we have created new directory on database server and give it required privileges like : [code]CREATE OR REPLACE DIRECTORY TEST_DIR AS '/usr/tmp'; GRANT READ, WRITE ON DIRECTORY TEST_DIR TO MYUSER;[/code] Now i want to know if oracle has capable to read and ...

databasedirectoryoraclepl/sqlread/write
3
  • 3 3 Answers
  • 11k Views
  • 0 Followers
Answer
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
Jone
  • 0
JoneExplorer
Asked: May 1, 2017In: Java

Fatal Error EXCEPTION ACCESS VIOLATION (0xc0000005) when trying to run WEB (PIA) Server

  • 0

When trying to run WEB (PIA) Server, I'm getting the following error: A fatal error has been detected by the Java Runtime Environment: EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7ef8664b, pid=352, tid=1924 JRE version: 7.0_02-b13 Java VM: Java HotSpot(TM) Client VM (22.0-b10 mixed mode windows-x86 ) Problematic frame: C ...

EXCEPTION_ACCESS_VIOLATIONjavaWeb
1
  • 1 1 Answer
  • 1k 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
  • 632 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
  • 777 Views
  • 0 Followers
Answer
1 … 41 42 43 … 51

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.