hi friends,
i am using oracle 10xe edition,
when i use "select * from tab"
in between other table name i found "BIN$VAmBblokS5GK+8YXdhI5EA==$0"
give me tips to delete this.
thanks for your time.
hi friends,
i am using oracle 10xe edition,
when i use "select * from tab"
in between other table name i found "BIN$VAmBblokS5GK+8YXdhI5EA==$0"
give me tips to delete this.
thanks for your time.
It could be me, but I am not clear on what exactly you are asking. You want to delete a row in a table?
DELETE FROM tableName WHERE fieldName =
Try the following SQL command.
PURGE RECYCLEBIN;
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.