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/ORA

Oraask Latest Questions

Question
Garcia Gorry
  • 0
Garcia GorryExplorer
Asked: September 18, 2021In: Oracle SQL

ORA-01427: single-row subquery returns more than one row

  • 0

I have the following query that returns an error and i want to know what is the problem ? SELECT last_name, first_name FROM employees WHERE salary = (SELECT salary FROM employees WHERE department_id = 30); the error returned is : (SELECT salary FROM employees WHERE department_id ...

ORAora-01427
1
  • 1 1 Answer
  • 222 Views
  • 0 Followers
Answer
Question
Garcia Gorry
  • 0
Garcia GorryExplorer
Asked: September 18, 2021In: Oracle SQL

ORA-01417: a table may be outer joined to at most one other table

  • 0

I am working on Oracle database 11g, and facing an issue while trying to execute the following query: SELECT d.department_name, e.manager_id, l.location_id, sum(e.salary) FROM departments d, employees e, locations l WHERE d.department_id = e.department_id AND e.manager_id = d.manager_id (+) AND l.location_id = d.location_id (+) GROUP BY ...

ORAora-01417
1
  • 1 1 Answer
  • 236 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
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
  • 949 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

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.