Tony Andrews

14,322
Reputation
438 views

Registered User

Name Tony Andrews
Member for 1 year
Seen 9 hours ago
Website
Location London
Age

I have been working with Oracle databases for over 15 years, including a couple of years working as a Senior Consultant for Oracle UK Ltd. Now I work as an independent consultant specialising in design and build of Oracle databases and applications, particularly using Oracle Application Express.

I also play lead guitar in a great band called The Love Handles.

10h
awarded  Mortarboard
1d
accepted How do I select part of a BLOB field in Oracle?
1d
accepted Trigger sequence oracle problem
1d
comment How do I select part of a BLOB field in Oracle?
"Had you stored the file in the filesystem you'd have no such problem." True, you'd have different (worse?) problems!
1d
answered How do I select part of a BLOB field in Oracle?
1d
comment How bad is it to simulate IDENTITY/AUTOINCREMENT columns using triggers in Oracle?
You can't use a sequence as a column default even in 11G as far as I'm aware.
1d
answered How bad is it to simulate IDENTITY/AUTOINCREMENT columns using triggers in Oracle?
1d
revised How to create a menu in SQLPlus or PL/SQL
added 152 characters in body
1d
comment How to create a menu in SQLPlus or PL/SQL
CASE isn't a valid SQL Plus command, so this doesn't work.
1d
answered How to create a menu in SQLPlus or PL/SQL
2d
accepted How Oracle uses statistics data
2d
answered Trigger sequence oracle problem
Dec
2
answered How Oracle uses statistics data
Nov
30
answered Is there any logical reason of having different tablespace for indexes?
Nov
30
comment Best Forum for Oracle PL/SQL, SQL?
Toady!........ ;-)
Nov
30
revised PL/SQL…if inside a select?
Add Oracle tag
Nov
30
comment What is the use of TNS_ADMIN variable in Oracle?
As Philip said at the start "TNS_ADMIN tells sqlplus where to find the tnsnames.ora file." That's basically it! Or do you want to know what the tnsnames.ora file is for?
Nov
29
accepted Oracle APEX for “Airport” database
Nov
29
answered Oracle APEX for “Airport” database
Nov
27
revised Delete all but some rows - Oracle
Correction
Nov
27
answered Delete all but some rows - Oracle
Nov
26
answered PL/SQL…if inside a select?
Nov
26
accepted Oracle JOIN USING + Subquery : ora-00904 string: invalid identifier
Nov
25
answered Oracle JOIN USING + Subquery : ora-00904 string: invalid identifier
Nov
25
answered Use Of Correlated Subquery.
Nov
21
revised PL/SQL PLS-00103 on adding two variables
edited tags
Nov
20
comment SQL aggregation question
It might. This may sound insulting, and I really don't mean it to be, but doesn't a business that has processed half a billion purchases and 80 million credit card transactions have enough money to employ an Oracle DBA who knows how to index tables appropriately?!
Nov
20
answered Using Index in oracle
Nov
20
answered Optimize simple update on table
Nov
19
answered multiple attribute
Nov
19
answered difference between join and no join select ?
Nov
19
accepted question about pl/sql stored program text
Nov
18
comment Oracle: Way to aggregate concatenate an ungrouped column in grouped results
What Oracle version?
Nov
18
comment Any problem with renaming Oracle constraints directly in the user_constraint table?
+1 from me........
Nov
18
answered Any problem with renaming Oracle constraints directly in the user_constraint table?
Nov
18
accepted How to put a constraint on two combined fields?
Nov
18
comment non-replicated column still trigger replication
Please note that "SQL" is not a synonym for "SQL Server"!
Nov
18
revised non-replicated column still trigger replication
SQL Server not SQL
Nov
18
answered Can two different strings generate the same MD5 hash code?
Nov
18
revised question about pl/sql stored program text
edited tags
Nov
18
answered question about pl/sql stored program text
Nov
17
comment Can SQL table have multiple columns with primary key?
Together. Unique(col2) and unique(col3) would be 2 seperate constraints.
Nov
17
answered Can SQL table have multiple columns with primary key?
Nov
17
comment error while running a sql*plus script
Please post the script text
Nov
17
comment Deleting duplicate rows from table - SQL query
In fact, the question is unanswerable without knowing the specific DBMS: by definition, there is no way in general to distinguish between true duplicate rows in a table. However, in practice most DBMSs provide a construct like Oracle's ROWID that gives a way to distinguish between otherwise duplicate rows.
Nov
17
comment Deleting duplicate rows from table - SQL query
I don't think I'll answer since someone (presumably the OP) immediately votes all answers down!
Nov
17
answered How to put a constraint on two combined fields?
Nov
16
accepted Oracle PL/SQL - tips for immediate output / console printing
Nov
16
comment Getting a list of columns to show next to the column they are related to
On what DBMS????
Nov
16
answered select maximum two mark out of three