Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: 230173
  • Content: Threads
  • Order by date
  1. 230173

    pupbld

    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...
  2. 230173

    Restricting only uppercasse input

    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
  3. 230173

    Very slow connection

    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...
  4. 230173

    Very slow connection

    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...
  5. 230173

    Cloning a db

    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...
  6. 230173

    html formated mail

    Hi, Does anybody know how I can send a html formated mail that contains data that comes from a access db? Dwight
  7. 230173

    Submit a job in DBA_JOBS

    Hi, I would like to submit a job in DBA_JOBS that runs every five minutes. Couls somebody help me with this?
  8. 230173

    Copying a personal toolbar

    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?
  9. 230173

    Submit a job in DBMS_JOB

    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...
  10. 230173

    Oracle 8i installation on AIX 5.1

    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&quot...
  11. 230173

    oracle installation on AIX 5.1

    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&quot...
  12. 230173

    WINS & DNS

    What's the difference between WINS and DNS?
  13. 230173

    Copy users and groups to another server

    Hi, Is it possible to copy all the users and groups from one server to another with the same AIX version on it (5.1)? Deeway
  14. 230173

    Icons black in Enterprise Manager

    Hi, In Enterprise Manager all my icons are black! Like the logins icon, server role icon,local packages icon,... Does anybody has a clue?
  15. 230173

    Rotating banners

    Hi, Can anyone tel me how or with which program I can make rotating banners. A banner with a link behind it that changes every couple seconds as well as the link behind it. Probably a stupid question but I need this badly.
  16. 230173

    getting hits on search engines

    How can I make sure that my database entries in my asp forms get recognised on the search engines. In other words: I want to get hits on search engines from records that are show on my asp page. on my site: www.dreun.be al the data comes from a ms access database.
  17. 230173

    icon lost

    Hi, Somehow I've lost the "My Documents" icon on my desktop. How can I restore this icon. No shortcut but the actual icon.
  18. 230173

    hyperlink a database record

    How do I make a hyperlink from a database record and opening in another session.
  19. 230173

    repeat region

    Hi, Is it possible to show 30 records in two vertical rows of 15 records? I work with dreamweaver MX and a MS access database. I can seem to get it. I always get 1 vertical row of 30.
  20. 230173

    archiver is stuk. CONNECT INTERNAL only, until freed.

    Hi, I got the following error: ORA-00257 archiver is stuk. CONNECT INTERNAL only, until freed. I looked at the free space and that isn't the problem. This is what the trace file says: ARC0: Beginning to archive log# 3 seq# 24271 ARC0: I/O error 19502 archiving log 3 to...

Part and Inventory Search

Back
Top