We will use the following Select during this post: SELECT c.owner, c.table_name, c.column_name, c.data_type FROM ALL_TAB_COLUMNS c WHERE table_name = 'ALL_TAB_COLUMNS' AND c.column_name like 'DA… more →
Oracle Deliwrote 3 days ago: SELECT UNIQUE /*csv*/ * FROM ( SELECT fileentryid, title FROM dlfileentry WHERE fileentryid IN ( SEL … more →
wrote 3 days ago: This is not an optimized SQL script but it gets job done. SELECT UNIQUE /*csv*/ * FROM ( SELECT arti … more →
wrote 2 weeks ago: Just a quick tip if you need to reconfigure an Oracle database connection for use in Oracle’s … more →
wrote 1 month ago: Jeff Smith (@thatjeffsmith) just posted a great little piece about why you can’t afford to mis … more →
wrote 2 months ago: grant命令: grant 权限1,权限2,…权限n on 数据库名称.表名称 to 用户名@用户地址 identified by ‘连接口令’; 例子: mysql> … more →
wrote 2 months ago: One of the most common tasks that any DBA or Developer does is to identify and delete true duplicate … more →
wrote 2 months ago: We will use the following Select during this post: SELECT c.owner, c.table_name, c.column_name, c.da … more →
wrote 2 months ago: You can decide how SQL-Developer display date and timestamp columns. Go to the “Tools” m … more →
wrote 3 months ago: By default SQL Developer shows null values in the following way: Screenshot – SQL Developer … more →
wrote 3 months ago: Posted Date: 13th Feb 2013 by Relevante Consulting at Detroit JOB POSITION: SQL DEVELOPER Min Expe … more →
wrote 3 months ago: Today I arrived in Denver to attend the annual Rocky Mountain Oracle Users Group (RMOUG) Training D … more →
wrote 3 months ago: One of the tedious task I have to deal with when working with Oracle is when I need to create an aut … more →
wrote 4 months ago: Download source code In this article I will explain how to connect to Oracle database from Windows a … more →
wrote 4 months ago: First of all: a happy New Year to all my blog readers! I wish you an exciting 2013 with lots of inte … more →
wrote 5 months ago: This exciting new role will see you joining a very strong, well-populated IT department creating and … more →
wrote 5 months ago: Migration is the process of copying the schema objects and data from a non-Oracle database, such as … more →
wrote 6 months ago: Starting SQL-Developer takes too long? Here’s what you can do: 1. Use native look and feel Sel … more →
wrote 6 months ago: I already managed to remove the Dbms Output pane a couple of times from my SQL Developer, probably b … more →
wrote 6 months ago: Dear All, The below url is very useful if you want to migrate/move the schema/object to another data … more →