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!

comparing date's

User_R4VJDJun 9 2021

Create_date
09-06-21
08-06-21
07-06-21
select * from table1
where create_date < TRUNC(sysdate);
Its returning, 08-06-21,07-06-21.
its should return , no rows
Reuirement : if create date = sysdate
we should not create order again for the sydate.
Order should be created for only one time per day

Comments

Dave_josh
Answer

More info: Failed to retrieve VMs information from external server vpx://vcenter/datacenter/cluster/esxi-host?no_verify=1

Marked as Answer by Dave_josh · Sep 27 2020
Kiran Rajendra-Oracle

Hi Dave,

Importing the guest VMs from VMware is currently under Technology Preview (means which is currently still under development).
Reference: https://docs.oracle.com/en/virtualization/oracle-linux-virtualization-manager/relnotes/technology-preview.html

Thanks and Best Regards,

Kiran

Dave_josh

Hi Kiran,

ok and thanks for sharing valuable information.

Regards

Dave

Simon Coter-Oracle

The solution is now available at:

1 - 4

Post Details

Added on Jun 9 2021
5 comments
134 views