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

  • Home
  • SEARCH
  • 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 8470527
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T16:32:38+00:00 2026-06-10T16:32:38+00:00

Can anyone explain to me why I get a 00904 error when I run

  • 0

Can anyone explain to me why I get a 00904 error when I run the following

SELECT "OASM"."DT_GROUPEPG".GROUPEPGID,
  "OASM"."DT_GROUPEPG".GROUPID,
  "OASM"."DT_GROUPEPG".EPGID,
  "OASM"."DT_GROUPEPG".ZAPID,
  "OASM"."LU_EPG".LASTREADTIME,
  "OASM"."LU_EPG".SERVICE_NAME,
  "OASM"."LU_EPG".SOURCE_ID,
  "OASM"."LU_EPG".ONID,
  "OASM"."LU_EPG".TSID,
  "OASM"."LU_EPG".SID,
  "OASM"."LU_EPG".TYPE_ID,
  "OASM"."LU_EPG".OPERATOR_ID,
  "OASM"."LU_EPG".URL 
FROM "OASM"."DT_GROUPEPG"
INNER JOIN "OASM"."LU_EPG"
ON "OASM"."DT_GROUPEPG".EPGID = "OASM"."LU_EPG".EPGID
ORDER BY LastReadTime;

I’m still new to Oracle, and was of the impression that, because Oracle executes blocks of statements, and not line by line, that doing this kind of query would be valid? The error currently fires at the OPERATOR_ID line, but removing/commenting it out just moves the erro up a line, until all the LU_EPG table references are removed

  • 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-06-10T16:32:40+00:00Added an answer on June 10, 2026 at 4:32 pm

    You can’t (and don’t need to) specify the schema name when referring to the columns. Also, I recommend you use table aliases (e.g. a and b in the example below):

    SELECT a.GROUPEPGID,
      a.GROUPID,
      a.EPGID,
      a.ZAPID,
      b.LASTREADTIME,
      b.SERVICE_NAME,
      b.SOURCE_ID,
      b.ONID,
      b.TSID,
      b.SID,
      b.TYPE_ID,
      b.OPERATOR_ID,
      b.URL 
    FROM "OASM"."DT_GROUPEPG" a
    INNER JOIN "OASM"."LU_EPG" b
    ON a.EPGID = b.EPGID
    ORDER BY b.LastReadTime;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can anyone explain why I get the following errors when compiling the code shown
Can anyone explain what I need to do to get past this error? Cannot
Can anyone explain to me why i get this error: Parse error: syntax error,
Can anyone explain how I can successfully get my processes communicating? I find the
Can anyone explain when using an anonymously hosted dynamic method why I get an
Can anyone explain the following PHP Code ? function get_param($param_name, $param_type = 0) {
Can anyone explain why memcached folks decided to support multi get but not multi
Can anyone explain what I'm doing wrong here to not get 11 as my
Can anyone explain me, why in the session in this case we get the
Can anyone explain why the following script behaves differently on two different platforms? Script:

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.