Excellent Tutorial Docs

Hi All,
I got this excellent tutorial doc format which is very easy to follow ;) and which helped me a lot to setup a dbms_scheduler on Sqldev.
Before this, I hate a lot to read DBMS_SCHEDULER because of high level complexities, that reading it gives me a lot of stress. Now I enjoyed understanding the simple steps done.
http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/sqldev/r30/DBMSScheduler/DBMSScheduler.htm
I hope all the docs of oracle will be converted in this format :)
My question is, where can I get/download all the of Oracle docs that are written in this format? How do I search google such that it will return all the hits
of any topic "under the sun" of this format?
I am very very very grateful to oracle for this kind of docs, that I want to donate 100USD for the foundation for developing this kind of docs :D
Thanks a lot,
Kinz

Hi Girish :(
I saved the docs while the screenshots is activated (as htm) but the output when open is a bad to look at , showing as text and no screenshots.
Ok I got it! save as "webpage complete" did the tricks :)
Edited by: KinsaKaUy? on 26-Nov-2012 02:14

Similar Messages

  • To open a Excel and Doc file inside the AIR application

    How to open a Excel and Doc file inside the AIR application.  I have opened the PDF file inside the AIR application.  But i got stuck in opening the Exce and Doc file.  Please help me in this issue.

    AIR does not support this inherently. However, you could write code to parse these file formats. For example, the following is an ActionScript 3.0 library for reading and writing Excel files:
    http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1375018

  • Batch script to open multiple excel and doc files

    Hi Everyone,
    Could anybody please provide a batch script to open multiple excel and doc files at a time.
    Appreciate ur quick response.
    Regards,

    You have several scripting choices within Windows. At a basic level you've got "batch files" - which run a series of command interpreter commands, and have a file extension of .BAT or .CMD. If you just wanted to open a list of Word documents, then assuming that the path to Word is correct (something like this below) you could list these in a file with a .BAT extension and run this (e.g. double click on it):
    "C:\Program Files\Microsoft Office\Office\Winword.exe" "C:\Documents and Settings\All Users\Desktop\File1.DOC"
    "C:\Program Files\Microsoft Office\Office\Winword.exe" "C:\Documents and Settings\All Users\Desktop\File2.DOC"
    "C:\Program Files\Microsoft Office\Office\Winword.exe" "C:\Documents and Settings\All Users\Desktop\File3.DOC"
    "C:\Program Files\Microsoft Office\Office\Excel.exe" "C:\Documents and Settings\All Users\Desktop\File1.XLS"
    "C:\Program Files\Microsoft Office\Office\Excel.exe" "C:\Documents and Settings\All Users\Desktop\File2.XLS"
    Another script language is VBScript, which was the example I gave. VBScript is available on most Windows platforms and can be run from a command prompt or within Windows. If you save the text I gave you above to a file with a .VBS extension you can double-click to run it (Windows) or open a command prompt and type CSCRIPT MyVBScript.VBS (assuming that's the name of the your .VBS file).
    Other script languages are available to achieve the same thing, including Powershell, however you'd need to have Powershell available on your PC.

  • Excellent tutorial but can't get it to work

    Hello
    Hope someone can help. I've ben looking for a good calendar
    nugget since the demise of mxKalendar
    The adobe tutorial on blogs has an excellent example of a
    nugget
    http://www.adobe.com/devnet/dreamweaver/articles/php_blog3_03.html
    but I can't get it to work
    It gives a parameter error on the page month forward function
    $calendar .="<td><a
    href=day.php?m=$mn2&y=$yn2&d=$day>></a></td></tr>";
    Has anyone been able to get it to work?
    Any help/guidance appreciated
    ThanksClive

    Have you compared your code to the code in the example files?
    http://www.adobe.com/devnet/dreamweaver/articles/php_blog3.html
    http://download.macromedia.com/pub/developer/blog3_sample.zip
    Ken Ford
    Adobe Community Expert - Dreamweaver
    Fordwebs, LLC
    http://www.fordwebs.com
    "Clive" <[email protected]> wrote in message
    news:fruiu3$7u4$[email protected]..
    > Hello
    > Hope someone can help. I've ben looking for a good
    calendar nugget since
    > the
    > demise of mxKalendar
    > The adobe tutorial on blogs has an excellent example of
    a nugget
    >
    http://www.adobe.com/devnet/dreamweaver/articles/php_blog3_03.html
    > but I can't get it to work
    >
    > It gives a parameter error on the page month forward
    function
    >
    > $calendar .="<td><a
    href=day.php?m=$mn2&y=$yn2&d=$day>></a></td></tr>";
    >
    > Has anyone been able to get it to work?
    > Any help/guidance appreciated
    > ThanksClive
    >
    >

  • Opening a PDF/Excel/Word Doc/etc file in an iView

    Hello everyone,
    I'd like to open an Excel or PDF or etc file in an iView.
    Ideally i'd just create a URL iview (by the way i'm on EP5 SP6) and then just use that to link to a static file.
    However, the issue i'm having is that we need to open the
    file that was last created within a directory. So i created the code to detect the most recent file. Now i have the RID of the most recent file but i dont know how to display it. response.write() only takes a String. How do i get the file represented by the RID i have and open it in the iView?
    Thanks alot,
    Ale

    Hi,
    Here's the code i'm using that prints 208 to the screen:
    IResource ir = ResourceFactory.getInstance().getResource(RID.getRID(theFile), rContext);
                                  String ext = theFile.substring(theFile.length() - 4);
                                  String contentType = "";
                                  if(ext == ".xls")
                                       contentType = "application/vnd.ms-excel";
                                  else if(ext == ".doc")
                                       contentType = "application/vnd.ms-word";
                                  else if(ext == ".pdf")
                                       contentType = "application/pdf";
                                  HttpServletResponse response = request.getServletResponse(true);
                                  response.setContentType(contentType);
                                  response.setHeader("Content-Disposition", "inline; filename=DownloadReport" + ext);
                                  java.io.InputStream is = ir.getContent().getInputStream();
                                  java.io.PrintWriter out = response.getWriter();
                                  out.println(theFile);
                                  out.println(new InputStreamReader(is).read());
                                  out.close();
    Any idea what is not working correctly?
    Thanks a lot,
    Alessandro

  • Is office mac2011 compatible with mountain lion,I have some excell and doc s

    Is office mac 2011 compatible with mountain lion or will I lose it all ( excell spread sheets , docs) if I lose it all can They be reloaded

    Office 2011 works just fine on Mountain Lion.
    Regards.

  • Double-Clicking Excel 2004 Docs Won't Open Them

    Odd problem, not sure if there is a work-around:
    I am using Excel 2004 which seems to work perfectly otherwise. When I double-click an Excel doc (.xls), it will open Excel itself, but the document will not load. The only way I can open an Excel document is to select Open from the File menu within Excel and navigate to and select the file. It cannot be opened from the Finder by any method I have tried.
    Anybody got any thoughts?

    joeuu wrote:
    True, its been almost a year since the last [2004|http://www.microsoft.com/Downloads/details.aspx?familyid=ECA13AD8-62AE-41A8-B308 -41E2D1773820&displaylang=en] update.
    Joe
    [Office 2004 for Mac 11.5.5, June 09, 2009|http://www.microsoft.com/mac/downloads.mspx?pid=Mactopia_Office2004&fid=55 57BFB7-EBB4-4C42-8042-41E830C4E550#viewer]

  • TLF Font Size different from Word, Excel, Google Docs

    I have Times New Roman size 10 font.  In Word, Excel, and Google Docs the height of "Mg" in pixels is 12 but in my application and in the TLF Demo application the height is 9 pixels.
    Anyone know why?
    Thanks

    fontSize in FlashPlayer is in pixels not points and FlashPlayer has a 72 DPI screen resolution (see flash.system.Capabilities.screenDPI).  These other apps may have a better handle on actual screen DPI.  You could try scaling the fontSize setting.
    Regards,
    Richard

  • An Excellent Tutorial for Final Cut Pro X

    I am fairly new to Mac and I am learning Aperture and Final Cut Pro X.
    Just wanted to share an excellent video tutorial for Final Cut. Its free but there is an "extended edition" of sorts for a reasonable price.
    http://www.izzyvideo.com
    Cheers!

    I thought there would be some plugins for Quicktime, like Final Cut studio, which made from Quicktime---> Quicktime Pro. And under Final Cut Studio there was also some Protoolkit installed. No longer necessary?
    I just want to be 100% sure, that FCP X and Motion 5 is a completely self-contained app, that need no installation. But up to now, nobody can tell me  100% if it really is so.
    I thank you for your answers and hope that you understand my thoughts, about having a Dvd where I can install it from or where I can save the self-contained app, if it is so.

  • Using Access to store OLE objects like Excel , Word docs and retrieve them

    Hi folks,
    I need a solution for this problem guys.
    The logic is like this : A portable exe file and a database. Database contains files stored ( embedded ) in it like Excel , Word , notepad etc.
    On running the exe file and giving necessary prompts or combo entries, it should display all files related to the selection and On clicking the link the document should open itself.
    Why I use Access : Most of the PC contains MS Office. Otherwise I have to use a lightweight protable database.
    Also it should be able to store files into it. As far as I know , Access can store excel and images etc. Is there any other protable db capable of storing excel and word docs.
    After storing how do I retrieve the file. I have read about displaying images. What about excel files...

    Portable as in the sense every one can cary the file and the MS access database and can access data whenever they want . They can carry it in their flash drive / USB drive. Only the data base would get updated with the data. So in effect , One could access the updated documents by the means of a query.
    This should work in Windows environment

  • I can't read - open my excel and doc files ?

    since I have installed the Lion I can't read my excel , doc files ?? format is not supported anymore .. I hope it is not just a joke .

    Hi
    Perhaps the document you need to open requires a higher version of Office. If you need a good software,
    do what BigGee said, download OpenOffice at OpenOffice.org.
    Thanks
    -Mac FX

  • SharePoint 2010 Word, Excel Office Docs keep prompting for Username and Password

    Users access SharePoint externally. They have the URL in their IE Intranet zone. They can login and browse OK but when they click a Word, Excel or Office document they get prompted for Windows Username and Password. This works but is never saved, so every
    time they try to open a Word Document they get a blank Windows Username and Password prompt.
    I have tried every suggestion I can find but nothing works

    Hi BayTree,
    Thanks for the sharing and have a nice day.
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Saving excel & word docs onto ipad

    i have downloaded smart office 2 onto my ipad about 2 months ago, for some reason i can no longer save excel & word documents onto my ipad anymore.
    before i would hold finger on attchment and it would give me option to open document with smart office and i could save the document, now when i hold finger on attachment it just gives me the email icon option thats all. the attachment icon would appear as a word or excel document on the email, it no longer appears that way. what could be the problem

    Try going into Dropbox and tapping on the file. You should see what looks like a box with an up arrow on it. Tap that icon, then choose Open In... and Pages should be a choice.
    On a Mac or a PC, you can save things in 1 place and have multiple applications access themas needed. On the iPad, you have to store the files in just one place, and, if you wish to move them, you need to go to their current storage spot (in this case, Dropbox) and use the Open In... feature to move it to another app.
    Hopefully that makes sense.
    ~Lyssa

  • How to save and edit a Word template and excel??

    How to save and edit a Word template and excel (extension. doc and. xls) in an XE database, which can be opened to allow the document and record all changes made by the user of the palicacion.
      or where it a clear tutorial on this topic.?
    I appreciate your attention and collaboration.
    good day ...

    You should not expect to do this in Oracle. But by .net, it can be fine
    http://www.codeproject.com/Articles/36432/Edit-Microsoft-Word-Document-From-Your-Application

  • Can't open multiple PDF docs on same display

    I have a Windows 7 x64 machine, with Acrobat X Standard, running dual displays.
    The problem is that I can't get multiple PDF files to open on my right display.  One PDF file will open on the right display, if no other PDF files are open.  The first one always opens there by default.  The problem is that if one file is open, any subsequent PDF files ALWAYS open on the left display, on top of my design software.  Then I have to drag it back over to the right to see what I'm doing on the left.  Very annoying.
    EVERY other application installed on my machine opens where it's supposed to.  Multiple Firefox windows always open in the same place on the right display.  Multiple Windows Explorer windows always open on the right display.  Multiple Outlook, Word, Excel, etc. docs always open on the right display.
    Acrobat is the ONLY app that will not open multiple docs on the right side.  I had the same issue with Acrobat Reader 9 before I installed X.
    My old machine used to do the same thing with Acrobat 8 Standard, and at some point there was an update that seemed to fix it.  However I can't seem to get it to work with X on my current machine.  Any ideas?

    The problem is with the document, not the program.You can try to open the file in Preview and print from there. Otherwise, you will need to contact the creator of the document for a new version of the file.

Maybe you are looking for

  • Inserting data in remote database with remote procedure

    Hi, I have a problem concerning inserting data in a remote database (10g) by using a remote procedure. I call the procedure from a 11g database just by doing: begin getlocalfilecontent@remoteserv(param) commit; end; And it wouldn't insert the data in

  • The feature "Save as" is not working in Photoshop CS5

    Hello, I've downloaded Photoshop CS5 in trial mode but the "feature" "Save as" and "Save" are not working, I can't save my work, is it a restriccion for being in the trial mode?. I'm using Windows XP sp2 with 1.5 Gb RAM, 100 Gb HD and 2.6 Ghz Intell

  • Problem with printing true colors

    Had PSE7 and colors printed true and beautiful. Upgraded to PSE10 and all of a sudden colors printed muddy and dull with purplish overcast. Took printer in for service but problem persisted. Upgraded to PSE11 and once again colors were printing true

  • How to release the task and Transport

    Hi can anybody tell me the steps , how to release the task and how to relase the Transport into Quality. Thanks in advance. kp

  • Xerox Phaser 6280 N work with Snow Leopard?

    I'm looking at this color laser printer but want to make sure that I'm getting a printer that will work fully in a network setup with Snow Leopard. Xerox's website claims that it works fully with Snow Leopard with the drivers from Xerox but I would l