Dear All,
I am facing problem in taken backup from db13 it comes up with the following logs but in brtools if we run the backup it is running.we are using windows 2003.please find the logs
Step 001 started (program RSDBAJOB, variant &0000000003773, user ID BASIS)
Execute logical command BRBACKUP On host ECCDEV
Parameters:-u / -jid VERIF20100113114513 -c force -w only_dbv -p initdev.sap -m ALL
BR0051I BRBACKUP 7.00 (40)
BR0055I Start of database backup: beciqaqt.dbv 2010-01-13 11.45.15
BR0484I BRBACKUP log file: I:oracleDEVsapbackupbeciqaqt.dbv
BR0280I BRBACKUP time stamp: 2010-01-13 11.45.16
BR0301E SQL error -1017 at location BrDbConnect-2, SQL statement:
'CONNECT /'
ORA-01017: invalid username/password; logon denied
BR0310E Connect to database instance DEV failed
BR0280I BRBACKUP time stamp: 2010-01-13 11.45.16
BR0301E SQL error -1017 at location BrDbConnect-2, SQL statement:
'CONNECT /'
ORA-01017: invalid username/password; logon denied
BR0310E Connect to database instance DEV failed
BR0056I End of database backup: beciqaqt.dbv 2010-01-13 11.45.16
BR0280I BRBACKUP time stamp: 2010-01-13 11.45.16
BR0054I BRBACKUP terminated with errors
External program terminated with exit code 3
Regards
Creating Images from images in PHP
Okay well I am trying to make a 'dynamic' calender image with PHP.I have images like this:and:Obv I have an image for each day of the month (1 - 31) and I have images for each month.if i created a
Standard DES encryption script?
Can anybody point me to a tutorial or a short script that shows how to encrypt some text with salt into standard DES?I know about the crypt()-function, but I'm currently writing a PHP script that
ClientScript.RegisterClientScriptBlock Issue
This is what I haveview plaincopy to clipboardprint?Protected Sub posrback_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles posrback.Click
Weird MySQL error, why am I recieving this?
PHP Code:<?php require "global_settings.php"; ?><title><?php echo $sitetitle; ?></title><center><style
How to display objects in a row
I have 7 codes that i want to display in a row one next to another.The first is {$ads->ads_display('1')}, the second {$ads->ads_display('2')} and so on...They appear one under the other.
php or sql?
Sorry not sure if this is a sql problem or php the following code is supposed to delete data from the sql. However when I click delete nothing happens.Code:
Deleting pointers froms vector?
Hi. I have a vector filled with pointers and I want to delete the pointers. I could do a loop and do delete on all indexes, but my question is that if I just clear the vector. Are the pointers
Delete all from a table
I can not get the following code to work. If I run the sql statement in the db it will delete all the data but it will not work from the page. My connection string is fine I just can not get it to
highlighting search terms
well, I started this in the regular PHP section, but it no longer fits there. Suffice it to say, I'm trying to take individual search terms that are being $_POSTed and highlighting them in the search
RadioButtonList item spacing
I have a RadioButtonList and I can't put any spacing between the items. They are arranged vertically, and each one is right on top of the next.