Sign Up

Sign Up to our social questions and Answers Engine 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 Engine 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

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7690761
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T20:28:15+00:00 2026-05-31T20:28:15+00:00

Recently I had to write an oracle function, and the error ora-06575 popped up

  • 0

Recently I had to write an oracle function, and the error ora-06575 popped up awfully a lot.
Usually it was because of missing colon from assignment, such as: z = 5 (vs. z := 5)
Or a missed ‘;’ at the end of a statement.

Anyway, I was able to create the function, but it failed during execution with that error, and gave no hint as to where the problem was (except that it was in the function).

I wrote same function in MSSQL and Sybase, and both of those actually tried to point me to the place of any errors. So I figure I’m doing something wrong in Oracle – it can’t just tell me ‘there’s an error’.

In oracle I have a statement like this:

CREATE OR REPLACE
  FUNCTION...

I’m compiling the function from SQL developer by selecting the function, and pressing F9.
When I select a statement which executes the function, and press F9, I get the ora-06575 error.

If I press F5 to compile the function, it tells me:

ORA-24344: success with compilation error

  Compiled.

So I found this website: http://www.dba-oracle.com/t_ora_24344_success_with_compilation_error.htm
But I can’t seem to run ‘show errors’. When I run it, I get no output that I can see.

Can that only work from sqlplus? I’m using SQL developer, I’d prefer to stick to SQL developer.
Is there something I’m missing? I want it to tell me where the error is.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T20:28:16+00:00Added an answer on May 31, 2026 at 8:28 pm

    SHOW ERRORS is a sql*plus command
    You can also query the USER_ERRORS view

    SELECT line, position, text
    FROM user_errors
    WHERE name = '<<your_object_name>>'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Have had to write my first proper multithreaded coded recently, and realised just how
recently I had to write a little script that parsed VMs in XenServer and
I'm a php developer, but recently had to write the same application twice, once
I recently had this question in an interview to write test cases to test
Recently in an interview I was asked to write a query where I had
I don't know VBScript, but recently I needed to write a script that had
I recently wrote a class for an assignment in which I had to store
I recently wrote a program that used a simple producer/consumer pattern. It initially had
I recently had a need to interpret a DEC 32-bit floating point representation. It
I recently had to work on a project where the previous developer modified the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.