akescpt
Honorary Master
been using sql server for 3 months now my current task requires this beast. its so cumbersome and slow. any alternatives to this?
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Toad cost a crap load but is a awesome tool. I'm currently using that and PLSQL developer.
Partition the table and select from the partitions
Yesterday I had to do some exports.
Data in 4 partitions, partitioned per day =600gbOracle is the master for HUGE db's.
DB2 I have no experience in but hear its not too bad either.
If your Oracle DB is running very slowly then there is a problem with the way it has been set up. If it's an enterprise grade solution then you should probably get someone with decent Oracle DBA skills in to optimise it.
Strange how companies who are data-centric based companies complain about a DB (anyone really) being slow but won't pay the cost of having a DBA to keep things running smoothly. It's like a service garage not having a head mechanic.
not sure of the hardware setup. table has 48 mil records. i was just given an investigation to do so was flying blind and didn't work very smartly either. considering the records sql developer was performing ohk. its sitting out of our area so no control.
Seems like either the indexes on the table are not set up properly, if at all, or you are not writing your statements using the indexes. You'll need to get the definition of the table (the DDL) to ensure that you are using the indexed correctly.
The two Oracle alternatives for dev are Oracle SQL Developer and TOAD. Most people I have spoken to like TOAD, so get the freeware version or the trial version for your current project.
i must still enquire about downloading TOAD. everything through IT
It will definitely help you. My wife's a PL/SQL dev and she swears by it!
shooting off an email now.