I tried to watch the keynotes yesterday, but it is just to difficult to sit and not sleep for me… so I have seen only a few minutes of each one. The PL/SQL 11g session was excellent, I wrote an overview in a separate post. I started the afternoon with APC session, about the importance […]
Author: Laurent Schneider
winzip 11 beta
a new major release of the famous compression utility for windows is available as a beta http://www.winzip.com/betawz.cgi Better compression, RAR+Bzip formats extraction and more
11g new features
The presentation of Bryn Llewellyn was a good one! He talked about the 11g new features. Well, he said it is maybe not named 11g and maybe none of the features will be available. But since the beta is already available, I guess all of the features he talked will be available. It is very […]
pictures
Justin just posted a few pictures of OOW in otn blog. I also posted somes on the flickr group Eddie Awad created : http://www.flickr.com/groups/oow06/pool Since the group is public, feel free to join and post there too if you like. Here is one view of SF that make me feel in Germany :
not enough time to do all
I updated my calendar for Oracle Open World. By rechecking the location, I figured out I did book to much. Unfortunately, I will not be able to go to steven feuerstein session S281918 on monday, because it starts at the same time as tom session ends. I had a difficult choice for tuesday : – […]
I am in!
I just confirm my registration, got my badge and my bag. I also have my room at Fishermanns Wharf. Today I am going to China Town and in the evening to E&O -do not confuse with I/O- for the Ace dinner.
apply CPUOct2006
I downloaded the CPUOct2006 patch for 10.2.0.2 and applied it successfully to my database. SQL> select action,id,comments from dba_registry_history; ACTION ID COMMENTS —— ———- ———- CPU 5490848 CPUOct2006 in the logfile, apart from a few ignorable ORA-02303: cannot drop or replace a type with type or table dependents errors, everything went fine. Applying the security […]
edit search provider in IE7
In about:config in firefox I wrote about editting the search engine in firefox, for example to have google.ch instead of google.com. This can be done in Microsoft Internet Explorer too, by regedit-ting HKEY_CURRENT_USER Software Microsoft Internet Explorer SearchScopes
using ovd as ldap proxy server
Yesterday I posted about tnsnames in Sun Java System Direcotry Server. I have to solve one problem : sqlnet requires anonymous search capability on the ldap server. Which I cannot offer in production. So I created an Oracle Virtual Directory, which matches my anonymous request to an authenticated request to the Sun Directory.
Migration of tnsnames.ora to LDAP (Sun Java System Directory Server)
In this post, I did show how easy it is to use OID to resolve your network service names. Apart OID, AD (Microsoft Active Directory) is also supported. However, I do not want to use such products, as my customer already have a Sun Java System Directory Server running. It is quite easy. Here are […]
about:config in firefox
I just discover about:config (type it in your location bar). It is a very simple configuration editor, with user settings in bold. For example I like to use a local google version to search (google.ch instead of google.com), so I configured browser.search.defaulturl
SOUG last week
duplicate post of ./soug-last-week-2.html
SOUG last week
The documents from last SOUG special interest group with Tom Kyte are now available for downloadable on the soug.ch homepage (under history). The day started with Sven Vetter, who talked about SLA management pack for Enterprise Manager Grid Control 10gR2. We saw also how to define a custom shell script and let OEM generate a […]
Xiang-Qi
Sunday, November 26th, 2006, I will defend my Title in the Chinese Chess Swiss Championship. It is free and open to anyone !
10gR2 solaris x86 is out
Oracle Database 10g Release 2 (10.2.0.2) Enterprise/Standard Edition for Solaris Operating System (x86)
NLS_LANG=german_switzerland
There is a bug about NLS_LANG and SWITZERLAND in 10g. This is because the tausend separator has changed from 9i (.) to 10g (‘). Check Note 4598613.8 The workaround is to not use NLS_LANG=german_switzerland, but if you have different NLS parameters on the client and on the server, than you will have other problems, ex: […]
OOW2006 Blogger Meetup : Tuesday 24th October, Thirsty Bear Brewing Company, 7pm
blogger meetup organized by Mark Rittman
KEEP DENSE_RANK versus ROW_NUMBER()
I often see questions like How do you get the row of each department with the highest salary In case you only want 1 row, you have two modern solutions : Analytics, which is trend, and KEEP, which is not very known The old fashion would be something like where s in (select max()) Ok, […]
Swiss Oracle User Group
On wednesday, there is a DBA day in the SOUG community. DBA-SIG 06/4 The highlight of this session will be Tom Kyte, speaking about Oracle System Architecture. Check the homepage of SOUG.CH for registration
_Workshop _be_informed_
Tomorrow LC Systems is organizing an event about Identity Management in Zurich. The focus will be on Sun Java System Directory Server and Oracle Virtual Directory.
wget from otn
wget is a well-known command line utility for downloading files from the internet/intranet. I like to use the limit-rate, so that my coworkers still can surf. Until today, I never succeeded to download from otn, because wgetting software required me to log in and accept the export restriction How to automate login is actually extremly […]
generate dml
I just discovered that cool new function in SQL/Developer just right click on the table and chose export sql insert — INSERTING into EMP Insert into “EMP” (“EMPNO”,”ENAME”,”JOB”,”MGR”, “HIREDATE”,”SAL”,”COMM”,”DEPTNO”) values (7369 ,’SMITH’,’CLERK’,7902,to_date(‘1980-12-17’, ‘DD-MON-RR’),800,null,20); Insert into “EMP” (“EMPNO”,”ENAME”,”JOB”,”MGR”, “HIREDATE”,”SAL”,”COMM”,”DEPTNO”) values (7499 ,’ALLEN’,’SALESMAN’,7698,to_date(‘1981-02-20’, ‘DD-MON-RR’),1600,300,30); Insert into “EMP” (“EMPNO”,”ENAME”,”JOB”,”MGR”, “HIREDATE”,”SAL”,”COMM”,”DEPTNO”) values (7521 ,’WARD’,’SALESMAN’,7698,to_date(‘1981-02-22’, ‘DD-MON-RR’),1250,500,30); Insert into “EMP” (“EMPNO”,”ENAME”,”JOB”,”MGR”, […]
Tom Kyte in France, Switzerland and Austria
Register in Paris (18-19 sep), Zurich (21-22 sep) or Wien (25-26 sep) at oracle university for the tom kyte workshop. Lutz Hartmann wrote about this event in his blog
TUNED_UNDORETENTION
How often I did meet ORA-01555: snapshot too old: rollback segment too small ? I cannot count. On one of the database I am currently administrating it is about once a day. Back to Oracle 7 and 8, the solution was usually to size the rollback segments properly. Using big rollback segments for big jobs, […]
Linux 9.2.0.8 is out
Linux x86
Solaris (Sparc) 9.2.0.8 is out
Solaris Sparc 64bits Solaris Sparc 32bits
9.2.0.8
Patchset 9.2.0.8 is out for a few plateform. I am quite surprised it did not come out on Solaris 32bits first, as I expected, but rather on the following Microsoft Windows 32bits Microsoft Windows 64bits Linux Itanium Linux x86_64 HP UX PA-RISC IBM AIX5L IBM z/OS (OS 390) This is the terminal release of 9iR2
oow2k6 sessions
the sessions I registered with for oracle open world 2006 are the following : Monday 10:45 : Bryn LLewellyn, PLSQL Manager, will talk about PLSQL future in the next release (11g) : session S281172 Monday 12:30 : Andrew Clarke, Oracle ACE, will talk about unit testing in PL/SQL : session 282112 Monday 15:15 : Thomas […]
blogger beta nightmare
Do not switch to blogger beta. It failed, and everything is corrupted on my page, I cannot fix it yet (this message will probably only be readable as feed). Take care!
OpenWorld Connect Group Oracle Blogger
I created a new group in OpenWorld Connect. In San Francisco I would like to meat other people writing and reading blogs. If you have not actived openworld connect yet, you can update your profile on http://www.cplan.com/oracleopenworld2006/leverageoptin, than join the Oracle Blogger group at Oracle Blogger
tablespace maintenance tasks
I just had to guide one of our DBA this morning. How to get free of segments in SYSTEM tablespace : tables SQL> select owner, table_name from dba_tables where tablespace_name=’SYSTEM’ and owner not in (‘SYS’,’SYSTEM’,’OUTLN’); OWNER TABLE_NAME —– ———- SCOTT T SQL> alter table scott.t move tablespace users; Table altered. SQL> select owner, table_name from […]