simple script does not

Hi all.. I wrote a little script in/export/home/oracle/script as...

CD/u01/app/oracle/diag/rdbms/grid5/cdump
RM *.txt
echo itisrunning.c

in the above path, there are kash.txt and files abc.txt

the crontab entry is

01 * * * * . /export/home/Oracle/script/clrdmp.sh

but it is not executed. Please indicate any change in syntax.
When I lance./clrdmp.sh it deletes the files successfully.
Thanks in advance

Hello

Look what I did

1. create the script clrdmp.sh (of course with the vi)
2. change and enter bInvite in the fact that in the
rm - rf /u01/app/oracle/diag/rdbms/grid5/cdump/*.txt
3 save it (with Esc +: + wq_ as do us to save the file under linux)
4. then schedule it as follows
(A) crontab e
(B) file opens in enter the following
/export/home/Oracle/script/clrdmp.sh (c course this user orcle as cdump is created by the oracle user)
5 or you can change the crontab e

rm - rf /u01/app/oracle/diag/rdbms/grid5/cdump/*.txt

It of the easiest way, try this I did on my machine, assuming you gave all permissions to this file... :-)

Thanks and greetings
VD

Published by: dixit on August 20, 2009 23:33

Published by: dixit on August 20, 2009 23:44

Tags: Database

Similar Questions

  • simple script, does not. Help, please!

    Hi all

    I wrote a simple script to take the active layer in the current document, copy, paste in all open documents, and set the 'Color Dodge' blend mode:

    var docRef = activeDocument;
    var layerRef = docRef.activeLayer;
    var Sindocs = documents.length;

    layerRef.copy ();


    for (i = 0; i < = Sindocs-1; i ++)
    {

    activeDocument = documents [i];
    activeDocument.paste ();
    activeDocument.activeLayer.blendMode.COLORDODGE;

    }

    the script works, except for the change in merge mode. I tried to split the single command into components (for example, assign activeDocument.activeLayer to a temporary variable, then setting the blendMode on this variable). I guess I'm missing something stupid and simple, since this is my first Java script.  Any help would be appreciated!

    Oh, I use CS2 under WinXP.

    Thanks again,

    EPH

    You can try this...

    var docRef = activeDocument;
    var Sindocs = documents.length;
    docRef.selection.selectAll ();
    docRef.selection.copy ();

    for (var i = 0; i)< ndocs;="">
    activeDocument = documents [i];
    activeDocument.paste ();
    activeDocument.activeLayer.blendMode = BlendMode.COLORDODGE;
    }

  • Why do I get a message from Script does not

    Whenever I turn on my computer and go on the internet (Firefox), I get a message from script does not always.  I always click the stop script.  For up to about half an hour, the computer is very slow and sometimes does not.  After about half an hour, the computer starts more smoothly.

    The complete message, I just had was: A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script ends.

    Script: chrome://divxhtml5/content/script.js:6

    I use norton 360 and Malwarebytes anti-malware to scan my computer for viruses and also auslogics disk defrag every week.  I also use Windows Vista, which he said can cause some problems.

    I spoke to a staff member of my internet provider who told me it was a simple problem to solve, but they could not advise me on how to do it.

    Thanks for any help.

    Hi johne278,

    Thanks for posting in the Microsoft Community.

    Please answer the question-

    This problem occur on Internet Explorer as well?

    Method-

    If the problem is specific to Firefox, so I'd like you to contact the Support of Mozilla Firefox and post a question the Mozilla Forums as well.

    We know if you need help. We will be happy to help you.

    Thank you.

  • If the State shows red and javascript script does not

    I am just learning Javascript and I can't believe, I have problems with that simple statement, but alas I am.

    Any help would be appreciated.

    The script is a script of learning:

    JavaScript document

    var crust = prompt ("what kind of crust do you want - thin or regular?'");

    If (== crust "thin"). (crust is 'regular')) {

    var cheese is prompt ("choose your cheese?");.

    {Switch (Cheese)}

    case "mozarella":

    case 'feta ':

    "parmesan" case

    case "cheddar":

    break;

    by default:

    Alert ("sorry we not that kind of cheese.");

    break;

    }

    } else {}

    Alert ("sorry we don't serve that kind of crust here.'");

    }

    Line no 4 and 19 shows red and the script does not run.  Help, please.  I created a similar script with numbers and it works fine but as soon as I put channels in I get errors.

    I tried to rewrite these lines so many times in so many different ways.

    I use Dreamweaver CC 2015, I Am studying an old version of Javascript?

    Any help would be appreciated.

    Thank you

    Try to run your code through this online validation tool.

    JavaScript - http://www.jslint.com/



    Nancy O.

  • Comparison of simple table does not. Help, please!

    I struggled with this problem for a few days now, and I'm slowly losing my mind.

    • I am in Adobe Acrobat 10.
    • I have a field called button group: btn0, btn1, btn2, etc..
    • I have a band called text fields: txt0, txt1 txt2, etc..
    • I have a script that takes the value of txt0 and makes the legend of btn0 and so on.
    • I have a script that sets the btn0 to setFocus txt0 MouseUp action, and so on.
    • These scripts work very well.
    • I have a script that takes values of all fields txt and sort puts them in a table.
    • I have a script that takes the array element [0] and makes the legend of btn0 and so on (alphabetical list of buttons).
    • These scripts work very well.
    • I am trying to compare the value of the array element [0] to each field txt to find the match, then set the action MouseUp btn0 to setFocus to the corresponding txt field, and so on (until my alphabetical list points to the correct location).
    • It is here where I am at a loss.

    Here's what I have:

    specified fields txt

    txt0 var = this.getField ("name of Z");

    txt1 var = this.getField ("name");

    etc.

    put their values in an array named rxArray

    var rxArray = [txt0.value, txt1.value]; etc.

    sort the table

    rxArray.sort ();

    Set the legends on the sorted array elements

    for (var i = 0; i < 5; i ++) {}

    var b = ("btn" + i);

    this.getField (b) .buttonSetCaption (rxArray [i]); works very well; sort by alphabetical order of the list of buttons

    Here is what goes wrong

    for (var x = 0; x < 5; x ++) {}

    var r = ("txt" + x);

    If (rxArray [i] == r.value) {}

    var s = (r + ' ". setFocus();" ');

    this.getField (b) .setAction ("MouseUp", s);

    }

    }

    }

    end

    Here's what I know:

    Alphabetical order and labeling works very well, but the MouseUp scripts to buttons work at all. Nothing happens.

    If I change the piece next to the above script:

    If (rxArray [i] == r.value) {}

    var s = (r + ' ". setFocus();" ');

    this.getField (b) .setAction ("MouseUp", s);

    To do this:

    If (rxArray [i] == txt1.value) {}

    var s = (r + ' ". setFocus();" ');

    this.getField (b) .setAction ("MouseUp", s);

    Because rxArray [0] is equal to the value of txt1 ("name"), then the MouseUp script for btn0 Gets the value:

    Txt4.SetFocus ();

    So I know that, whenever the nested loop runs, the case statement is true, and the setFocus script updated. Until the end of the loop, leaving the setFocus as last run element. Then why my script does not work? It should only update the setFocus script IF the array element matches the txt field and it is on THIS field of txt.

    Please please help. I know I'm missing something simple somewhere.

    I don't see why you would need tables at all... For example, sortNumber.

    You can essentially all this code replace it with this:

    for (var x = 0; x)< 5;="" x++)="">

    var t = this.getField ("t" + x); the text field

    var b = this.getField ("btn" + x); the button

    b.buttonSetCaption (t.value);

    var s = "this.getField('"+_t.name_+"').setFocus()";

    b.setAction ("MouseUp", s);

    }

    It is the same for the rest of your code as well.

    With respect to the addNew function, you must add a pause command inside the if statement to prevent continue further after the first empty field has been found.

  • Calculation of shape simple pdf does not

    I'm new to pdf forms and I'm having trouble with a simple calculation.

    The following script does not work for me:

    var cubicft = this.getField ("cubicft");
    var temprise = this.getField ("temprise");

    Event.Value = (cubicft * 0,133) * temprise;


    I used "value is the sum," the following fields option, by selecting 'cubicft' and 'temprise' and he adds fines. However, when I try a custom calculation script, nothing happens!

    Please notify. Thank you for taking the time to read this post.

    The problem is with the type of quotes you use.

    You must use the standard single or double-quotes. You can copy from here:

    Quotes -"

    Apostrophe -"

  • I mistakenly checked the box "don't show me this message again" on the Script does not have attention... How can I bring back?

    Hi and thanks for reading my question,

    I recently got a pop up box "warning: the Script does not" Firefox v38.0 and checked by mistake the box (paraphrase) "don't show me this message again."

    How can I report these warnings? I saw something in the tools-> Options area... have I missed?

    Thank you!

    You can check these prefs on the topic: config page and if either appears "BOLD" (user set) (bold) then right click in the pref and click Reset.

    You can open the topic: config page via the address bar.
    You can accept the warning and click on "I'll be careful" to continue.

  • Thunderbird stops for one minute with the symbol of the waiting and then returns an error message on a script does not? CAUSED: By McAfee

    Thunderbird stops especially when you write a message, displays the circle waiting and finally back with a message on a script does not properly. The choices are stop script or continue, the choice is obviously stop. It's embarrassing, I have set up with the same problem with XP on Thunrderbird and on Firefox and supposed to with Win 8.1 this would go, I was wrong. It is a standard installation of you bird, have not had the problem again with F'fox.

    Thanks for the info, I intend to replace McAfee but looks, as norton may have the same problem or a similar problem and is probably what is causing issues with XP. E machine XP will disappear but will have to solve on the new machine.
    Once again thanks for the info.

  • script does not work in firefox, but in IE, chrome, and safari

    I have a landing page with a script of web form, www.wholewoman.com/newpages/landing/helpforcystocele.html. the script does not appear in firefox. In addition, any of our videos (served from kaltura (CDN) show up in firefox.) nor is the registration of scripts for our drupal forum. the good news is that there are a lot of firefox users worldwide. the bad news is that none of them can opt in my list, watch my videos or register for my forum. Help!

    With a .html page, it is impossible to include the HTTP headers in the page. It should be in a file external to the page setup (unless you have a very unusual configuration on your server).

    On an Apache Server, the headers are sometimes defined in a file .htaccess at the root of your site. If you view the site in an FTP program or extension, make sure that hidden files are displayed.

  • I have a laptop hp envy dv7 - 3723cl, the simple pass does not work

    My simple pass does not work. I have check the biometric device, the software is up-to-date, and it gives me an error code 19.

    On my installed programs I do not see the simple pass program is no longer.  How can I get the correct software to reinstall?

    Help, please

    Hi @GStefanakis ,

    Welcome to the HP Forums!

    It's a great place to find answers and information!

    You have the best experience in the HP forum, I would like to draw your attention to the Guide of the HP Forums Learn how Post and more

    I was unable to locate specific information about a desire dv7 - 3723 cl.

    How can I find my model number or product number?

    Here is a link on technet.microsoft.com that can help.   Code 19: Windows cannot start this hardware device because its information of configuration (in the registry) is incomplete or damaged

    You can try a system restore to a date well known.  Using Microsoft System Restore (Windows 8)

    If the above did not help, I uninstall and reinstall the software Simplepass.  Using the Recovery Manager to restore the software and drivers (Windows 8)

    I hope this helps!

  • Tiara startup script does not work when running file associated with

    Hello

    I have a startup script that works correctly with tiara itself, however when I open a file associated with tiara (tdms files) the startup script does not work.  Is it possible to ensure that the script runs without worrying?  Thanks for the help!

    Bala

    Hi Bala,

    Depending on your use case, I suggest you call the next VI, which comes with LabVIEW, after your purchase VI is the creation of the data file.  Just pass the data file path in the upper part of entry and your path to the VBScript file in less than entry.

    "C:\Program Files (x 86) \National Instruments\LabVIEW 2013\vi.lib\ExportToExcel\DIAdem report Assistant Start CSC.vi '.

    Brad Turpin

    Tiara Product Support Engineer

    National Instruments

  • WARNING the script does not have anyone can help on this?

    I get this warning whe script does not try to use firefox.

    I get sound on my computer laptop windows vists home premum.

    Hello

    I suggest that you try the Firefox Forums for assistance.

    http://forums.mozillazine.org/index.php?c=4

    See you soon.

  • simple pass does not work to open emails

    simple pass does not work to open emails

    Duplicate the content of the Post-

    My os is windows7 IE9 browser

    Pass Simple contact support.

  • Adobe Story Script does not allow me to integrate the script into Premiere Pro

    Integration with Premiere Pro Adobe story Script does not work I would like to integrate the script

    Goal: Incorporate a Story Script from Adobe in Premiere Pro. (mac)

    Method: I have a video with a text transcript.

    I inport the transcript in Adobe Story and save it in the file extension "Adobe" correct history (.astx)

    I save on the cloud to Adobe, and I also exported it to my office.

    I launch Premiere Pro and import the video that I transcribed.

    The I try one of the 3 ways to get the script of the video in PP.

    The first steps are the same as below:

    I go to Adobe Story and you connect from PP.

    I search for the file.

    I add a scene.

    Make sure that the scene is the same as it is in PP

    then...

    1.

    I drag and drop it on the movie file.

    Nothing appears in the Embed Adobe Story Script Meta Data field.

    2.

    I click on Analyze and the box integrate Adobe Story Script script remains greyed out (impossible to select)

    If I click on analyze then PP will analyze the script (does a decent job) but this isn't what I want.  I want to join the script verbatim in the video, that's why I've transcribed.

    3.

    Right click on the movie file in the PP and the context menu allows me to attach a script.

    I find my .astx file downloaded on my Mac and select it.

    Still nothing appears in the field to incorporate Adobe Story metadata.

    I worked with Anand of support suggested that I have post this question here.

    I don't know if there are only some Adobe models for which it works (IE script of TV, movies etc.)

    He suggested that this would probably work only for the formats .mov file, but then discovered that it should work, even for .mp4 files.

    In any case - if anyone has any ideas, ideas, or has experience with this it would be greatly appreciated.

    Jon

    17 views Tags: first proContent the tag with premiere pro, adobe story scriptContent script adobe story, the story adobe script in first embed tag proContent tag integrate adobe story script in first pro

    Translate

    I followed the below and so that the video above, it worked for me:

    https://forums.Adobe.com/thread/1235896?TSTART=0

  • Point culminating script does not work correctly

    I try to get the yellow filled rectangle to become visible behind the digital field when the numeric field is greater than "1". Can anyone help to see why my script does not work?

    https://Acrobat.com/#d=MJObRvA * l9tbFmrlHcMHUA

    Thank you

    -Don

    Hi Don,

    Your code does not work because because it is not actually executed. It's because of put you the code on the text box itself output event and this would require the user to move to that field and then leave the field and then run the code.

    I would recommend you change you form to add this code at the end of the code that runs your "addAttachment" button and then the form works as I expect.

    If (NumberOfAttachments.rawValue > 1) {}

    RectangleYellow.presence = "visible";

    }

    Hope this helps

    Malcolm

Maybe you are looking for

  • If I buy an iPad Pro can apply bidirectional Auth in two Apple ID/accounts? Or just one?

    If I buy an iPad Pro can apply bidirectional Auth in two Apple ID/accounts? Or just one? by disconnection from the ac to the other identifiers... AFTER APPLY 2-WAY AUTH and remove the device from this Apple ID 2-way auth still applies...?

  • Satellite P755 - cannot activate WLan using Fn + F8

    Hey I have a toshiba Satellite P755 and I don't know why, but my button WiFi by touch and pressing Fn + F8 doenst work more and I can't use WiFi now to enter the internet I tried to install the latest driver / wirless battery, display and others and

  • iTunes is not running on Windows 8.

    When I click on the shortcut, iTunes (12.3.2) does not start. I tried to reinstall, repair, I tried to access the files on 7zip (which doesn't work), I tried all methods on other issues and I tried to restart my computer and nothing works. It worked

  • I can't connect to my accounts with MSN or century MSN qwest

    HELP HELP HELP FAILED TO GET MY OLD MSN ACCOUNT BECAUSE YOU ARE NOT RELATED WITH CENTURY LINK WHEN THEY TOOK OVER FOR QWEST.  I HAVE 4000 MESSAGES WITH HOTMAIL, LIVE, BUT ALSO TO MSM. I HAVE THEIR BACK.

  • problems of administrator account

    I'm trying to install Pinnacle Studio version 9 software video editing on my computer (Vista) and when I try to install it says that I must have administrator rights.  Please log in as an administrator and restart the installation.  The probem is com