imp and exp and parfile and indexfile and global search and replace with vi
I know that this is old skool – but I’ve not had time to re-learn dpump, so I’m putting on the glomesh top and nike high tops (and some oakley frogskins) and going old skool on my data refresh...
View Articleinteresting oracle JD Edwards database size and export size comparison
So exports don’t contain indexes, so they are going to be much smaller than the entire database.I have a site with 15GB of indexes, 12GB of data and the export file is only 6.2GB. if I use compress on...
View ArticleUBESaveLogFiles=1 none of my UBE’s are creating ERROR log files
I want logs, I need them. Job status of D means nothing to me… I need to know if there were errors. you need to go to the [UBE] section of the JDE.INI and ensure that the following is set to 1....
View ArticleQuantifying employee / user productivity with ERP analytics
What am I talking about? The ability to see who is your busiest ERP user, what screens they are going to and how often. Working out your end user interactive productivity. Sure, anyone can count the...
View Articlemanual unicode coversion for JDE part 2: rebuild indexes–just add parallel!
This is used when doing manual unicode conversion index generation. Note that with a couple of tweeks, some parallel – you’ll be getting them done in nottime! create or replace function...
View ArticleStop disconnecting my session, stop windows sessions timing out, stop locking...
I’ve picked up a little assignment on a new 2008R2 machine. I’m running TC’s and all sorts of things and the machine is locking me after 5 minutes of inactivity. Come on! You turn away for a minute...
View ArticleWhere are favourites / favorites stores in JD Edwards
They are actually stored in F9000 – as tasks.They have a TMTASKNM of the username with an @ appended to the front of it. So, a query like:SELECT * FROM PRODCTL.F9000 WHERE TMTASKNM like ‘@%’ ;is...
View ArticleHow big is your F0911? F0911 and oracle compression
This is a quick note on oracle OLTP compression. You’ll need to buy the advanced compression option to use this type of compression, as it’s good for OLTP type applications. The standard compression...
View ArticleWhite Paper of JD Edwards load testing
I’ve been involved with the creation of this white paper on load testing in JD Edwards, take a...
View Articlegive me the size of data and indexes for a file in an oracle database please
I know that I’ve posted before on a similar topic. This is slightly different. Say you want to find the SIZE of your F0911 and the size of it’s indexes (generally more than the data I might add). If...
View ArticleForce parallel for large DDL / DML
If you are about to run a large script, gen indexes, create tables as select, etc… Make sure that you execute something like below before you begin.This will mean that you don’t need to add parallel...
View ArticleUsing heterogeneous database services to connect to AS/400 from oracle.
Introduction:Oracle have a great tool that allows you to treat ODBC as a database link. Note that it can only be used as a database link, not as a database that you can log into. This seems like...
View Articlee1 TCs and run local
I’m trying to change a dodgy record that wants to run R894072 locally and not on the server. This is a real pain, as when things are run locally – it messes with all of the concurrency and queuing. I...
View Articleexcel convert columns to rows or rows to columns
This may be the best thing that I’ve discovered in the last 10 years. How many times have I had a list of columns that I wanted to convert to rows and vise-versa? too many… The common problems is...
View Articleoracle template for de-duplication dedupe
This is an often fought with concept. You need to create a PK over a table based upon a list of columns, but it’s hard to effectively identify which row to delete, because they have the same key...
View ArticleConvert World tables to OneWorld
Introduction:This post shows a rapid method of converting world tables into OneWorld tables. This is not for the faint of heart. If you only like doing things that are in official oracle manuals,...
View ArticleJD Edwards upgrade–make it faster
This is going to be a bit of a tease post, apologies. Want to reduce your TC times from 50 hours to 2.5? I’ve been recently engaged by a client to see what can be done with their upgrade window....
View ArticleSimple reference article today - OMW tables and descriptions
OMW Log Header F98210 OMW Log Detail F98211 OMW Project Master...
View Articleorphan full package - delete the record
Do you go into your "Package Assembly" screen and see some packages listed that are not actively deployed? This occurs when you rename machines or re-purpose them (dev to prod etc).All you need to do...
View ArticleMedia Object File attachment is too slow
Have you ever gone to MO attachments and waited and waited for the FILE button to appear, like the below:If you look at the frame source, you will work it out… 14MB in this clients case!...
View Article