Oracle EMPTY_BLOB()

27 views
Skip to first unread message

Kevin O'Neal

unread,
Oct 19, 2022, 4:09:08 AM10/19/22
to H2 Database
When using `Mode=oracle`, I am seeing the following error:

org.h2.jdbc.JdbcSQLSyntaxErrorException: Function "EMPTY_BLOB" not found; SQL statement

I'm assuming that this is because EMPTY_BLOB() and EMPTY_CLOB() have not been implement. Is that correct? and if so, should I raise and issue in github?

Thanks,

Kevin

Ritu Jain

unread,
Oct 19, 2022, 4:15:15 AM10/19/22
to h2-da...@googlegroups.com
Yes H2 database does not have support for all Oracle functions

In this case, you can use Create Alias to write your own implementation with same name.

Thanks,

Kevin

--
You received this message because you are subscribed to the Google Groups "H2 Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to h2-database...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/76ded5b9-16f8-4217-9643-63a412879378n%40googlegroups.com.

KevinO

unread,
Oct 22, 2022, 7:40:34 AM10/22/22
to h2-da...@googlegroups.com
Thanks Ritu for the information!

Ritu Jain

unread,
Oct 23, 2022, 12:07:41 AM10/23/22
to h2-da...@googlegroups.com
Hey Kevin
I am not able to see H2 console while executing my application
Can you suggest any property or setting that I may have missed.

I really need to see the H2 console to look at the data created.

Reply all
Reply to author
Forward
0 new messages