Hi,
I've made a new database but when I try to log in I get the following error:
Error accessing PRODUCT_USER_PROFILE
Warning: Product user profile information not loaded!
You may need to run PUPBLD.SQL as SYSTEM
So, obviously I try to start this script with the users system but get the...
dtay1132,
When using the ">" U must add a number of "&" or whatever to it but that's exactely the problem. The length of the string cannot be fixed. The user has to be able to give in a string of 3 characters, 5 characters, 10 characters,... BUT!!!! only in uppercase.
Dwight
Hi,
Is it possible to restrict somebody so he or she can only input uppercase data or convert the data in this field to uppercase. The length of the string is variable so a input mask isn't usefull.
Dwight
ok, here is the code but first some facts,
I tried oledb for the connection but the speed stays the same. I use a template (If it should mather). I tried to compress the gifs on the template page but still the size is to big. I don't know where he gets this size. Even my template is 150k. What...
Hi,
I've got a website where I use a DSN-less connection to a MS access db. On my indexpage i've got 5 recordsets that connect to this db. They always told me DSN-less connections are the quickest but if you take a look at my indexpage (www.dreun.be) you will notice how slow this page loads...
Hi,
I've got a website where I use a DSN-less connection to a MS access db. On my indexpage i've got 5 recordsets that connect to this db. They always told me DSN-less connections are the quickest but if you take a look at my indexpage (www.dreun.be) you will notice how slow this page loads...
Hi,
I'm trying to clone a db.
Here is what I did so far:
1. create all necessary directories
2. copy the datafiles from the backup of the original DB to the new directories or copy the datafiles from a hot db. (Put the datafiles in backup mode before copying)
3. alter database backup...
Hi,
How do I get a personal toolbar in the list of toolbars so that I can choose this toolbar to show.
The reason I'm asking this is that i have a user that has a selfmade toolbar that I want to have? Were are these toolbars saved? I've looked at the template but dont see that toolbar.
Somebody?
Hi,
I'm trying to submit a job that has to be run every monday morning.
SQL> VARIABLE jobno number;
SQL> begin
2 DBMS_JOB.SUBMIT(:jobno,
3 'CLEAN_SYNC_INF;',
4 SYSDATE, NEXT_DAY(TRUNC(SYSDATE), ''MONDAY'') + 8/24');
5 commit;
6 end;
7 /
ERROR:
ORA-01756: quoted string not...
Hi,
I'm trying to install oracle 8i server on a AIX 5.1.
I've set the environment variables like ORACLE_SID and ORACLE_HOME in the .profile.
But after a while he says he cannot find the following file "/cdrom/stage/Components/oracle.rdbms.otrace/8.1.7.0.0/1/DataFiles/admin.0.0.jar"...
Hi,
I'm trying to install oracle 8i server on a AIX 5.1.
I've set the environment variables like ORACLE_SID and ORACLE_HOME in the .profile.
But after a while he says he cannot find the following file "/cdrom/stage/Components/oracle.rdbms.otrace/8.1.7.0.0/1/DataFiles/admin.0.0.jar"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.