Database Tuning (MOSC)

MOSC Banner

ORA-01427 error concern

edited Oct 24, 2018 12:24PM in Database Tuning (MOSC) 1 commentAnswered

Hi All,

I was trying to run this query and I always got this error:

Usually, this query works when I generate single shipments but when I run the multiple ones I always got this error.

Can you suggest or recommend a way to fix this? Your response is very much appreciated.

Here is the query:

/* Formatted on 10/31/2017 10:58:08 (QP5 v5.227.12220.39754) */
SELECT shpmt.shipment_gid SLI_SHIPMENT_GID,
       (SELECT NVL ('Y', NULL)
          FROM shipment_status ss
         WHERE     ss.shipment_gid = shpmt.shipment_gid
               AND ss.status_type_gid = ss.domain_name || '.SECURE RESOURCES'
               AND ss.status_value_gid IN
                      (ss.domain_name || '.SECURE RESOURCES_ACCEPTED',

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center