Can the tables be exactly the same? Can you use Oracle’s snapshots to replicate only the differences over each night? In a previous shop, we had a reporting database with a table for ITD data, another for Prior Year and then the snapshot of the current production data. We used views to join the tables [...]
I don’t happen to know of one specific to Ireland but I looked at a rather old list of Oracle links and user groups that I have and you could certainly go to www.uk.oracle.com which may have links to user groups in the uk. I also have www.oracleuser.co.uk as a user group link. If anyone [...]
So much depends on how the network is configured and what will the network/sysadmins allow you to do. I think an ideal setup would be a virtual private network. Once on that network, you could use Oracle Enterprise Manager on your client machine and connect to whatever servers you have access to. One of a [...]
See my reply in subject “Duplicate records”. Regards, ActorJack
What do you mean by “the primary key is different”? Duplicates are defined with respect to some key definition. The standard way of identifying duplicates is: SELECT … FROM table t1 WHERE EXISTS (SELECT 1 FROM table t2 WHERE t2.key_col1 = t1.key_col1 …………… AND t2.key_colN = t1.key_colN AND t2.rowid != t1.rowid) ORDER BY t1.key_col1, …, [...]
We are also looking at this same sort of sync and would like to know if you find anything out.
I have a 9.2.0.1 database. I created a user and granted ‘create session’ to it. I logged in to it and tried a select * from dba_data_files, which failed. I wnet back and granted DBA to this user, logged back on to this user, and did the same select, and it worked. I didn’t have [...]
Why wait? 9.2.0.5 is stable and offers better performance over 8.1.7.x, so why wait? Why not upgrade to 9.2 quickly and then plan for 10G giving it time to mature a bit. We support applications running 7.3.2, 8.0.5.1, 8.1.7.4 and 9.2.0.5. I’m pushing everything to 9.2.0.5 just as fast as I can.
Yes we are planning to implement the entire OCS, including Voice Mail, Video Conferencing, etc.
First, get a domain hosting site. I use www.1and1.com. They have PHP and MySQL included with the monthly charge. If you want to use Oracle, please be prepared to pay big bucks. Not only that, I don’t know of any that would host Oracle, but I don’t know them all. If you decide to host [...]
SPFILE allows the retention of parameter changes made while the database is still up. Before SPFILE any changes made via alter system were not retained after a shutdown of database. Now you can specify changes to be made to memory and or spfile. Example : alter system set sort_area_size = 10485760 scope=both ; This will [...]
What 3rd party LDAP are you trying to access?
I haven’t seen this problem, but just wondering if you’ve tried contacting Oracle support directly and/or tried placing a ticket with their Metalink portal for information on this problem. It has been my experience that they are very helpful with these kinds of issues.
If you need to hide values from people who is working in the same schema then your idea with wrapper does not work, because wrapper does not obfuscate literals. Since schema is the same then anybody can dig into wrapped package body and find values there. (By the way, starting from 9i you are prohibited [...]
I do not have the specific answer to your questions but the Globalization Guide in the 9.2 documentation set seems to address these points pretty concisely. It can be found at: http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96529/toc.htm
Hi Vijay. I am going to have to recite from the Gospel of Tom Kyte on this one: benchmark, benchmark, benchmark Do not just look at the query plan… tkprof your results to see the timing of these queries. Populate test tables with tens of thousands of rows (using a pl/sql script) and see how [...]
What syntax are you using? What error messages are you getting? We need more information. I am currently doing a full export on one of my databases. The syntax I am using is as follows: exp userid=system file=sid_full.dmp log=sid_log.dmp full=y HTH, Brian
But what is the actual problem ? I use this form for my database links to be not dependent on tnsnames.ora stuff (we have several UNIX hosts with several Oracle instances and dummy DBAs who never keeps Oracle networking files in sync)
Hi. Any of those products will allow you to document at an extremely low level of granularity. Haven’t used Designer since 6i (the previous version), but it is strongest for “traditional” data modelers (using information engineering approach) deploying to an Oracle DBMS. It’s absolutely brilliant. I especially liked the stored procedure generation aspects and CRUD [...]
I use Oracle under UNIX, but not under Windows. So, my response may not be of much help. Under UNIX, the file /var/opt/oracle/oratab has a line of the form $ORACLE_SID:$ORACLE_HOME:<N|Y>, where the first and the second fields are the system identifier and home directory of the database respectively. The third field indicates to the ‘dbstart’ [...]





