Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to "where any of(b,c,d,e,f,g,h..) is null" with SQL(not PL/SQL)

426850Sep 7 2007 — edited Sep 8 2007
With the combinations of case, decode and coalesce function this can be done via pl/sql function, but is it possible to do it with SQL(any similar operator for this need I mean).

This need is because this is a report and the data processed is large so if this can be done within SQL engine it may help with performance.

Best regards.

Comments

user13108008

Same problem.

imagem1.png

netca_configure.log:

imagem2.png

Sentinel

I'm not sure if this will be helpful in your instance, but I've found that Running /etc/init.d/oracle-xe-18c configure fails for me the first time I run it, every time. However, it also works the second time I run it, every time, so I use the following command:

/etc/init.d/oracle-xe-18c configure 2>&1 || \

cat /opt/oracle/cfgtoollogs/netca/netca_configure_out.log && \

/etc/init.d/oracle-xe-18c configure 2>&1

teotiger

Think I found the solution: you should do not update your centos installation!

I had the same problem and spent many hours in investigation - without any success. Finaly I did a new set up from scratch (via virtualbox) without update the system (yum check-update && yum -y update) and then everything works fine.

1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 6 2007
Added on Sep 7 2007
23 comments
5,385 views