(connormcdonald) Truncate is one of those commands that cannot be undone trivially…In fact, you might well be looking at a database recovery in order to get a truncated table back to a “full” state.
Tag: Oracle
Also Extensions Created Because of SQL Plan Directives Can Invalidate Packages
(Christian Antognini) The fact that an extension explicitly created by a user through DBMS_STATS can invalidate objects like packages is not new in 12c. It has been like that since the introduction of extensions in 11g. In my opinion, since such an invalidation takes place only when a developer or D
Is Oracle Smart Flash Cache a ‘SPOF’?
(Maris Elsins) Oracle Smart Flash Cache (OSFC) is a nice feature that was introduced in Oracle 11g Release 2. As only recently I had a real use case for it, I looked into it with the main goal of determining if adding this additional caching layer would not introduce a new Single Point Of Failure (S
Improved JET Rendering in ADF
(Andrejus Baranovskis) This post is supposed to provide improved solution for the approach described previously – ADF and Oracle JET – Integration Pattern with ADF Regions. Many thanks to John Brock, Product Manager for Oracle JET, for his proactive comments and suggestions.I have changed it to JET
Unindexed Foreign Keys on empty/unused table and locks
(Marko Sutic) It is widely known that unindexed foreign keys can be performance issue. Unindexed foreign keys on child tables can cause table locks or performance problems in general.
Formatting Code in SQLcl
(Jeff Smith) Ever get a SQL statement from someone desperate for help?
Remote debugging on SOA 12c.
(Martien van den Akker) In SOA Suite 12c it is now possible to do step-by-step debugging of your composites, including introspection of your messages and variables.
Carbonated SQLCL – aka SODA support
(Kris Rice) Oracle Database 12.1.0.2 introduced JSON support. This is supported in REST Data Services already and now in the latest SQLCL.
ORA-28405
(Andrew Reid) This post is an update to an earlier one, which I have now deleted. I tested the first part of it in an Oracle 11.1.0.6 database. First I created a role which was identified by a password:
SQLcl: Optimizing Your History Lists
(Jeff Smith) Since SQLcl is a command line tool, it’s not super helpful to have a huge command history list. How do I mean? Well, in the SQL Developer GUI, we have a History panel.
