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 8896275
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T23:59:57+00:00 2026-06-14T23:59:57+00:00

It doesnt work and I only got error ORA-00913: too many values.. Problem I

  • 0

It doesnt work and I only got error ORA-00913: ” too many values.”.

Problem I think is with nested select. I want to use this select to view.

This code shows report for all employees. I changed attribute names for this post:

 SELECT sk."AAAA", sk."BBBB", sk."CCCC", sk."DDD",
          sk."EEEE", sk."FFFF", sk."GGGGG",
          sk."HHHHH",
          (SELECT f.VALUE
           FROM fnd_user_property_tab f
           WHERE f.identity = sk.login
           AND NAME = 'IIIII') iii,sk."JJJJ",

           (SELECT f.VALUE
           FROM fnd_user_property_tab f
           WHERE f.identity = sk.login
           AND NAME = 'SMTP_MAIL_ADDRESS') mail,

           (SELECT f.VALUE
            FROM fnd_user_property_tab f
            WHERE f.identity = sk.login 
            AND NAME = 'KKKK') kkkk,

            (SELECT fnd.ORACLE_ROLE
             FROM fnd_user_role_tab fnd
             WHERE fnd.identity = sk.login
             AND fnd.ORACLE_ROLE LIKE 'STH-%') profil,

             (SELECT dr.ROLE, sox_co_w_roli(dr.role) skład
              FROM sys.dba_roles dr
              WHERE dr.role = (SELECT fnd.ORACLE_ROLE
                              FROM fnd_user_role_tab fnd
                              WHERE fnd.identity = sk.login  
                              AND fnd.ORACLE_ROLE LIKE 'STH-%')
             ) profile_role
    FROM sox_konta sk
    WHERE("PROFIL_DB" LIKE '%ppppp%'
          OR "PROFIL_DB" = 'oooooooo'
          OR "PROFIL_DB" = 'rrrrrrrr'
          )
    AND "COMPANIES" IN ('ZZ; ', 'YY; ')
  • 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-14T23:59:58+00:00Added an answer on June 14, 2026 at 11:59 pm

    Try to rewrite your select in this way

    SELECT sk."AAAA", sk."BBBB", sk."CCCC", sk."DDD",
              sk."EEEE", sk."FFFF", sk."GGGGG",
              sk."HHHHH",
              f_iii.value iii, sk."JJJ",
              f_mail.value mail,
              f_kkk.value kkk,
              fnd.oracle_role profil,
              dr.ROLE, sox_co_w_roli(dr.role) skład
        FROM sox_konta sk,
             fnd_user_property_tab f_iii,
             fnd_user_property_tab f_mail,
             fnd_user_property_tab f_kkk,
             fnd_user_role_tab fnd,
             sys.dba_roles dr
        WHERE("PROFIL_DB" LIKE '%ppppp%'
              OR "PROFIL_DB" = 'oooooooo'
              OR "PROFIL_DB" = 'rrrrrrrr'
              )
            AND "COMPANIES" IN ('ZZ; ', 'YY; ')
            AND f_iii.identity = sk.login
            AND f_iii.NAME = 'IIIII'
            AND f_mail.identity = sk.login
            AND f_mail.NAME = 'SMTP_MAIL_ADDRESS'
            AND f_kkk.identity = sk.login
            AND f_kkk.NAME = 'KKKK'
            AND fnd.identity = sk.login
            AND fnd.ORACLE_ROLE LIKE 'STH-%'
            AND dr.role = fnd.ORACLE_ROLE;
    

    I think this will help.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi guys how do i make it display date only. temp.StartDate.Date doesnt work, it
I want to match links like <a href=mailto:my@email.com>foo</a> , but this doesn't work only
This code works for windows 7 but doesn't work for windows XP (outputs only
Since the equals function in array only check the instance, it doesn't work well
MediaElement doesnt work for me in my WPF application. mediaElement1.LoadedBehavior = MediaState.Manual; mediaElement1.Source =
My string comparison doesnt work.I tried compare,equals ,= and all of these methods doesnt
I have a gallery that doesnt work properly with setTimeout. I need to make
This works perfectly in Firefox but doesnt work in ie i get the following
I've tried the PhoneGap code at but it doesnt work. The click on menubutton
Im using oslib with the pspsdk toolchain and for some reason this doesnt work

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.