Cool uses of Shell codes for self purposes

Hi, I posted the following message to the PL/SQL list. But since I am also interested in the UNIX part fo the topic. I am posting here as well:
Hello,
I am new and learning Oracle. I would like to make the learning more interesting and applicable by creating some small applications for myself. I have setup a linux computer and installed 9i.
I would like to know what cool things others have done using PL/SQL triggers, procedures, or even cron stuff and unix shell coding. Something like everytime I executed a sql, a copy of the sql is inserted into a special table. Or something like organization, planning, reminder, etc.
I am not looking for code. Instead if there are good uses of these, I will try to take challenges to write the code so that I can learn.
Best regards.
cder

if you are looking for some challenges try to answer some postings in this forum. you might find find some basic or more even challeging questions posted.

Similar Messages

  • I buy adobe creative suite for teachers and students about one year ago but now i'm not longer a student. Can I still use this programs legally for commercial purposes or do I have to buy some upgrades or something like this? Please help

    I buy adobe creative suite for teachers and students about one year ago but now i'm not longer a student. Can I still use this programs legally for commercial purposes or do I have to buy some upgrades or something like this? Please help

    The license did not have use restrictions Licenses and terms of use | Adobe
    BUT... when your one year Education account ends, I do not think you will be able to renew at the Education rate

  • Can I use Oracle Express Edition for Educational purposes?

    Dears,
    I have an Information Technology school and I'm wondering if I can use Oracle Express Edition for Educational purposes. Do I need any special licenses for this?
    I noticed the following statement on Oracle 11g Express download (Oracle Database Express Edition 11g Release 2) but would like to confirm if I have any restrictions about that.
    "Oracle Database XE is a great starter database for:
    Educational institutions and students who need a free database for their curriculum
    Thanks
    Martins

    Hi Darsh,
    I can't say that this was a good answer, but I addressed a similar question in this forum posting:  https://forums.oracle.com/thread/2600958
    Joel

  • Can i use ms office code for mac air on my macpro instead of purchasing the CD

    can i use ms office code for mac air on my macpro instead of purchasing the CD?
    Because i just got a new macbook pro and my sister has the macair she purchased ms office for her mac air so i was wondering if i could just use her code or do i have to buy a specific Ms office CD for my kind of mac?

    Bibi234 wrote:
    can i use ms office code for mac air on my macpro instead of purchasing the CD?
    Because i just got a new macbook pro and my sister has the macair she purchased ms office for her mac air so i was wondering if i could just use her code or do i have to buy a specific Ms office CD for my kind of mac?
    Office for Mac comes with a single or (for extra cost) a 3 license pack. Unless your sister has multiple user licenses you may not use her code.

  • How to use Event Tracking Code for Google Analytics in Dreamweaver CS5

    I need to track clicks on links that go to an outside website. I've read about "event tracking code". I'm not sure if it's the right tool to use. And if it is, I've spent several hours reading about it and I can't figure out how to use it. It looks like you need to be an expert developer to be able to make sense of all this. I've always been helped when I ask a question here, I'm hoping that someone can help me.
    What my client needs is to know what links are being clicked, and how often. Here's the page where I want to do this: Available Homes - Arizona Vacation Home Rentals 
    I added a code that I created using the tool I found here: General Event Tracking Code for Google Analytics but can't see to be able to make this work. I added this code to the first link called "View it Here" for the top, left house. Here's the code: <a href="http://www.homeaway.com/vacation-rental/p3495538" onClick="ga('send', 'event', { eventCategory: 'clicks', eventAction: 'clicks on homes', eventLabel: 'Clicked'});" target="_blank">View it HERE!</a> 
    Then I set a Goal in Google Analytics like it said in the instructions but it doesn't seem to work... I would APPRECIATE ANY HELP!
    Thanks,
    Brigitte

    I think you misunderstood what Event Tracking is designed for.  This is from Google Help
    Tracking Code: Event Tracking - Google Analytics — Google Developers
    "Use this to track visitor behavior on your website that is NOT related to a web page visit, such as interaction with a Flash video movie control or any user event that does not trigger a page request."
    Clicks on links are page requests.  I think for your purposes, you may want the Cross Domain Link Tracking plugin.
    Cross Domain Tracking - Web Tracking (analytics.js) - Google Analytics — Google Developers
    Nancy O.

  • How can we use same material code for two different sales area

    Hello friendsu2026
    Hope you all doing well
    I am facing a problem and I will be thankful to all of you, for your suggestions
    Issue:
    I have a *material created in 3000/10/19 for domestic purpose *,now our company has decided to export it for that we have created a new sales are 3000/13/20 for export,we cannot create the salesa are as 3000/13/19 due to some  company issues,
    Is there any way how I can use the material already in 3000/10/19 into new sales area 3000/13/20.
    Will common distribution channel and division concept will be applicable here
    As the material is same,and we donu2019t want to go for any more new material code. *
    Thanks
    Siddharth Sharma

    Hi Sharma,
    when a material is used in domestic and exports.....i hope it should be seggreagated based on dist chnl.......but not division.
    because material is Division specific. it can be there in only one division. like mother child relation.
    that is the reason why...... it is maintained inside BASIC DATA...... but not in input screen while creating material master.[unlike dist chnl]
    because a material can be in multiple dist chnl....but not multiple division.
    I feel only alternative is creating new material if you are already decided to devide the sales by division for domestic and foriegn.
    Purpose of common dist chnl/div is to maintain pricing/condition in one common whenever you change master data.......
    hope this gives you the clarity
    regards
    Satya.SCM

  • I need help using customized HTML code for media players in Dreamweaver CC. My client is waiting patiently for this issue to be resolved.

    When I add multiple media players to my web page and upload them online, all four mp3 files begin to play at one time.  I need someone to take me through the steps to create playback controls in the HTML code so that the media players DO NOT play until the viewer clicks the "play button."

    By default, HTML5 videos do not autoplay on page load.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 with Video</title>
    <!--help for older IE browsers-->
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    </head>
    <style>
    video {
        max-width:100%;
        display:block;
        margin:0 auto;
    </style>
    <body>
    <h2>Use 3 File Types to support all browsers &amp; mobile devices:  MP4, WEBM and OGV.</h2>
    <h3>If needed, use this Online Video Converter
    http://video.online-convert.com/</h3>
    <!--begin video-->
    <video controls poster="Your_poster_image.jpg">
    <!--these are 6 sec sample videos for testing purposes. Replace sample-videos with your own files-->
    <source src="http://techslides.com/demos/sample-videos/small.webm" type="video/webm">
    <source src="http://techslides.com/demos/sample-videos/small.ogv" type="video/ogg">
    <source src="http://techslides.com/demos/sample-videos/small.mp4" type="video/mp4">
    If you're seeing this, you're using an
    outdated browser that doesn't support
    the video tag. </video>
    <!--end video-->
    </body>
    </html>

  • To use the same code for many movieclips

    Dear all.
    I am using the flash to build my personal book online. I need zoom  many movieclip, my images.
    i make the code and function perfectly. But I want to find a way to use the same function for all movieclips and so, mantaining my code clean.
    mc_01.addEventListener(MouseEvent.MIDDLE_MOUSE_DOWN, Drag);
    mc_01.addEventListener(MouseEvent.MIDDLE_MOUSE_UP, unDrag);
    mc_02.addEventListener(MouseEvent.MIDDLE_MOUSE_DOWN, Drag);
    mc_02.addEventListener(MouseEvent.MIDDLE_MOUSE_UP, unDrag);
    and many others....
    function Zoom(e:MouseEvent):void
            mc_01.x = 0;  //I try here for this.x but the previews movie, called "Books" is who have changed your x value.
            mc_01.y = 0;
    I
    EDIT: For untangle, the previews movie is called MyAllPhotos and then, contain all movieclips that are each movie clip is one my images

    Hi Mr Kglad.
    And when I call a property like a X position I use this["mc_"+padF(i)].x = 0;  for substitute the mc_01.x = 0 ?
    My problem realy is inside the function. Your loop add an event to my clips and direction to function Drag and UnDrag.
    But inside in this functions, I need get some informations for the clip.
    Here the code:
    function Zoom(e:MouseEvent):void  //Sorry, but the correct name my functions is Zoom and not Drag and unDrag
               var mod:Number = 50;
               mc_01.scaleX += e.delta / mod; //in this name mc what I need to use? this, parent? I try and not function.
               mc_01.scaleY += e.delta / mod;

  • Can I use the redemption code for more than one machine for Photoshop Elements?

    I want to use the Photoshop Elements that I bought on more than one machine. Is that
    possible using the Redemption Code? It says it was used with another Adobe ID.
    Thanks

    Hi Stover,
    Typically you use the redemption code to retrieve your serial number for Elements products. The licensing for Elements allows the owner to install on two of their computers.
    See these for reference:
    Redemption Code Help
    How many computers can I install Photoshop Elements on?
    Hope that helps,
    - Dave

  • Using the Macbook Air for intensive purposes?

    Hi all,
          I purchased my Macbook Air a year and half ago (2012 model). Purchased it because it was Macbook Air or the Macbook Pro and I saw it would be better to develop on an Air because it had an ssd and I haven't used an Optical Drive in ages. Ever since then I had 2 Failures in components. One was SSD, which I hardly used just because I was using Ubuntu at the time on an External Hard Drive. Second, was the Logic Board and I/O board which started to eject my externals randomly. I make sure my computer runs no more than 80C by turning off cores and disabling Turbo Boost while gaming (Everything on Lowest playable setting) or compiling and such.
        Anyways, I am asking if any one casually plays intensive games and/or any CPU/GPU intesive tasks and had no problems what so ever and never needed a repair from the Apple Store.
         Why am I asking this? I am asking this because I kind of see Apple Notebooks falling in the wrong direction in notebooks. Don't get me wrong, I like their products and their form factors, but it seems to me that they do no account for all scenarios of using a computer. For Instance, I held in my hand the Heatsink they used on my Air and its not bigger than my hand. I don't want to be judgy, but it seems way too insufficient to cool a cpu of 17TDP no matter how fast fan is pushing the air out of the computer. It is just absurd.
         The best thermal set up I have ever seen Apple produce was the Macbook Pro Retina 13". It had two seperate fans that cooled ONE CPU. Not sure what kind of direction they are going for, but I think most of all problems that keep me returning to the Apple store for repairs is the continous spread of intense heat around the computer. This also goes for the Currents Macbook Pros which Now only Have one fan cooling everything. I seriously could care less about weight, they could add half a pound to the computer to add an extra fan to computer if it means I dont have to return to the Apple Store every five minutes. At this point I think the best way to keep my Air returning to the Apple Store is to just check emails or watch youtube at this point, which I could do on a $300 netbook.
         I would like to see what your guy's opinion about this matter? Is doing anything intensive OK doing on a Mac Notebook?

    My primary machine is still a late-2008 unibody 15" MBP (2.53Ghz Core 2 Duo) bought in early 2009.  I cannot say I ever do much that is GPU intensive and usually do not use the discrete GPU most of the time.  But, I have done work on it that is very CPU intensive - computations that have max'd out the CPU load for as long as 12-24hrs at a time (overnight analysis runs), and which have ramped up the fans to or near maximum rpm and cpu temperatures steady in the 90's degree centigrade for hours.  This machine is now 5 years old and runs fine and has never required any service from Apple.  I upgraded it to 8GB RAM a couple of years ago, and I replaced the original battery but that is all that has been done to it.
    I use a desk-top stand (from a maker who's name escapes me now? its old, bought back before this particular MBP) that keeps it raised about 0.5" at the front and maybe 1.25-1.5" at the rear so it has good air flow all the time.
    However, games that are both very taxing on the CPU and the GPU at the same time will certainly put a higher thermal load then I've experienced, and my MBP has dual fans.

  • Most use ful t code for Material Master changing

    Dear All,
    Can any one give me most useful T-codes for create, change and display material master.
    I have one T-code which is very useful for material master it is "MM50". With help of this tcode you can see material extend detail and also you can delete mass material with help of this tcode.
    So please use it and also give me other this type of tcodes.
    Regards,
    Mahesh Wagh

    Hi,
    MM17, LSMW, MM50 --- These are the 3 main transactions which is used frequently to Mass change the  Material master.
    There is one more option is there using BDC Upload.
    Batch Data Communication or BDC is a batch interfacing technique that SAP developed. It is mainly used for uploading data into the SAP R/3 system. BDC works by simulating the user input from transactional screen via an ABAP program.
    The data input data file will come in the form of a flat file which the user save as file type txt file or prn file from the Microsoft Excel program. An Abaper will create a program to read the text file and upload into the SAP system.
    Transaction -- SHDB will be used to record the change material master. After, the simulation, the Abaper can generate a sample program and modify from there. It makes the programming easier and faster.
    For a BDC upload you need to write a program which created BDC sessions.
    hope you got it. Take a help of  ABAPer for this BDC Upload.
    rgds
    Chidanand

  • How to use same CMOD code for 2 Diff. variableS?

    Experts,
    I have written some code under CMOD. Now, i have another query which i could use the same CODE, but diff. variable
    ( In the CMOD code, i am passing one User input variable ). For the 2nd query i have to pass different User Input variable.
    How OR what should i wright to tell CMOD, that IF its Query # 1 then use ABC variable and if Query # 2 then use XYZ .
    thanx

    Dear Hon Bon,
    Let us have a small example on ur scenario.
    Lets take the requirement as to calculate Month from Date. (In both the queries).
    Query 1: Input variable for Date is say  'ZDATE1'.
    Query 2: Input variable for Date is say  'ZDATE2'.
    Now let the CMOD variable be ZVAR_CALMONTH.
    when 'ZVAR_CALMONTH'.
        clear: lwa_var_rng,
               lwa_range.
        loop at i_t_var_range into lwa_var_rng where vnam = 'ZDATE1' or vnam = 'ZDATE2'.
          concatenate lwa_var_rng-low+0(4)
                      lwa_var_rng-low+4(2)
                 into lwa_range-low.
          lwa_range-sign = 'I'.
          lwa_range-opt  = 'EQ'.
          append lwa_range to e_t_range.
          clear lwa_range.
        endloop.
    Now when you execute the Query1,  the above code will work for 'ZDATE1' variable,
    if you execute the Query2,  the above code will work for 'ZDATE2' variable.
    So, the key point is,
    1. You need not worry about which query is getting executed. Whatever the query, the particular user entry variable of that query will be taken care.
    2. This method works only if the cmod variable (ZVAR_CALMONTH) is used in both the queries (Ofcourse its ur requirement).
    3. If queries have both the user entry variables then the cmod will work differently(it ll get data from both the user variables).
    You shall try ur code in the above example by replacing the code and the variable names and try playing around it.
    Hope this helps.
    Regards,
    Guru

  • Can i use FMS developer version for commercial purpose

    HI,
    Can I use flash media server4 developer version for commercial, if some one have knowledge about scope of the developer version then, please help me.
    Thanks
    Ram

    If you refer to EULA of FMS you will see below text corresponding to Developer License:
    .1.              Software  License.  Subject to the terms and conditions of this Agreement, Adobe grants to  Licensee a perpetual (except as set forth in Section 15) non-exclusive  license to install the Software on one (1) Computer  or Virtual Server and use  the Software delivered hereunder according to the terms and conditions of  this Agreement and the Documentation.  Unless indicated otherwise by the License  Key (as defined below) provided to Licensee, Licensee shall be deemed to have  licensed the Development Server. If Licensee has  licensed a Trial Version, in which case Section 2.2 applies, or if Licensee has  licensed Not For Resale Software, in which case Section 2.3 applies.
    2.1.1.         Development  Server License.  This Section 2.1.1 applies only if Licensee  has obtained a valid Development Server license to the Software.  In addition to  the other terms contained herein, (a) Licensee’s license to the Development  Server Software is limited to a maximum number of (i) ten (10) Concurrent Connections when using with the Real Time Media  Protocol (RTMP), and (ii) fifty (50) Concurrent Connections when using the Real  Time Media Flow Protocol (RTMFP); and (b) Licensee shall not use the Development  Server for load balancing.  No maintenance and support is available for the  Development Server.   
    So as per EULA you can use Developer Edition for commercial purpose with restriction that it cannot be used for load balancing or creating cluster of Developer Edition Network.
    You can refer to this old article when this part of EULA was introduced: http://www.flashcomguru.com/index.cfm/2006/10/9/fmsdevedition

  • Can I use adobe illustrator fonts for commercial purposes?

    Hi,
    I have purchased adobe illustrator CS4. Does this mean I can use any of the fonts installed in the program for commercial purposes?
    I am currently doing a t-shirt design and want to use the font Verdana in the design. I plan to reprint and sell this t-shirt indefinitely.
    Is this legal?
    Kay.

    you can use the fonts you can even send the fonts to the printer you can certainly use them on the web, when you send the font it is usually only for the convenience of not having the Print House load the fonts, but since most font hoses have illustrator it is not a problem they have the fonts as well.
    They only keep the fonts with your job if you send it. For instance if you send them a project with a font that is part of their font library hen they will ask you to send them even if another client has  or is using that font. if they get 10 or so instance were the same font shows up and they think it is a trend they buy the font as a convenience for their customers.You can not distribute the fonts to other user not even free fonts.
    But sending it part of the job is fine, printers have no interest starting up with the large foundry houses and they understand the copyright laws and would put themselves in a bad light if they broke this ethic so it is not going to happen for $30.00 for a font.
    You are fine you bought Illustrator and so you have a license for them.
    One difference between the fonts you get from Illustrator and and the ones you purchase is that the ones you purchase are allowed to be installed on five machines usually and the fonts that are included with Illustrator can only be installed with the copy of Illustrator, technically that means two machines.
    But the way it works since you can install the same Illustrator on as many machines as you want but can only activate it on two an use on one of those two at any one time it is possible that you would be in violation of your license since the fonts do not need Adobe activation to be available for other applications.
    So it you're doing that then you're a felon buddy!

  • Using square register code for ecommerce

    folks
    first let me apologize for not being well versed in this as i am sure you all are. 
    I was a photographer for 20 years  but left the field before it became digital and have been a retailer ever since (25 years now). 
    So i do have some graphics training, but my digital skills are almost zero. 
    Which is why i like muse.
    i currently own a tea shop and have had requests for online sales.  i have avoided it for a year but i think i have to do it.
    i use 'square' in the shop for register, credit cards, inventory etc. and would love to keep that integrated for online sales.
    i spoke to the folks at square and they have a code ready to be embedded into my site by me that will allow me to sell online.
    simple they said..... copy and paste the code into your site they said.....
    I have NO clue how to do that with muse.
    so...
           1. is there anyone doing a widget that uses the square code? that i could drag and drop?  that would be ideal.
               i am sure i am not the only clueless person that could use that.
    or
           2. could someone tell/show me how to do it?
    it would really help and you would bring joy to many people who want to buy tea from me.
    Thanks
    Bob

    There might be a Weblogic API that allows you to manage Weblogic. If so a Weblogic forum would be the place to ask.

Maybe you are looking for

  • How do I have multiple Facebook accounts on my iPad?

    Hi, I'm a new iPad user and I'm wondering whether we can have more than one Facebook account on the device?

  • Site not displaying properly in IE

    Hello, I'm working on building a site from a template. Prior to today I only  opened the site in Firefox and it displays fine. However, in IE for some  reason every page besides the index.html do not display properly. The  weird thing is, the part th

  • Tried restoring, now not working

    Hello. To start off, yesterday my iPod was working perfectly fine. Last night I tried restoring it and now won't even turn on. When I try to plug it in it says "Usb device not recognized." If anyone could help with this I would greatly appreciate it.

  • Crashes on run and save form

    In the same form: When I run the form from Forms Runtime, it works. If I run the form from Developer without compiling it before (just after open), the form crashes silently. If I compile it before run, the form is working well, but if I try to save

  • ACE-20 Module: automated backup of configuration

    Hi All, I am currently stuck to setup an automated configuration backup for my ACE Blades. I found a script to backup the ACE from the Cisco ANM box but unfortunately I am not very familiar with Linux. Has someone a hint or already an automated solut