Best way to "progress"

Hi - We decided to move from SQL Server to Oracle.
What would be the best way to get up to speed? I know we would be using Oracle with Visual Studio 2005.
I have for now downloaded Oracle Database 10g Express Edition and Oracle Developer tools for .Net. Also downloaded Sql Developer.
Are there some article/tutorials to look at first to get a solid understanding of certain technologies? Any books? Are these SQL statements very different from ones written in Sql Server?
Thanks for any input.

There are a number of tutorials and articles on OTN although these are rather spread out. To address this, most of these resources have been pulled together on a dedicated site that is being put together for UK developers. You might find it useful to take a look at http://ozone.greymatter.com/ozone/
Tutorials are located at http://ozone.greymatter.com/ozone/Tutorials/ODAC/tabid/95/Default.aspx
As the portal develops over the next few months, we expect to add a lot of additional material from sources other than OTN.

Similar Messages

  • Best way to INTERLACE footage which is progressive ?

    I've a clip which is 640x480 29.97fps, square pixel and in progressive.
    I want to turn this into an interlaced clip since it will be burned to a DVD.
    Anyone know of a step by step method in Motion that will do that for me?
    I read somewhere that it involves doubling the frame rate and doing other stuff to it, but I am not sure of the full procedure in Motion 5.
    (I have Motion5)

    Motion is not made for that, but you can do it in Compressor 4 or FCP X or QuickTime Pro 7 (which Apple still sells).  You'd simply export it as interlaced, simple as that, it isn't a big deal.  But Motion doesn't transcode video.
    The only two ways I could think of to do this, is set up your Motion project to be progressive to start with.  Not the best way to do this, though, as you may still get some interlace artifacts, depending on the original video (how much movement is in it, any thin line patters that could cause issues, etc).  And/or using Export Using Compressor Settings, or Send To Compressor, then doing it in Compressor.
    I'd highly recommend deinterlacing the original clips first, then using Motion to create your final video graphics and effects.

  • What is the best way to clone a form field in BC

    Hi,
    What is the best way to clone a form field in BC.  I tried using jquery .clone.  It works fine on other forms for me but not on the BC forms, why? is it just me?  Any help would be great. Thanks

    I mean, duplicate a field with the click of a button.
    I think this should work, but it's not and  I am linked to the jquery library in the head of my page.
    <script type="text/javascript">
    $(document).ready(
      function() {
        $('input#tmpAddRow').click(
          function($e) {
            $e.preventDefault();
            $('tr#tmp').clone(true).removeAttr('id').appendTo('tbody');
        $('tr input[type=text]').focus(
          function() {
            $(this).addClass('myFocused');  
        ).blur(
          function() {
            $(this).removeClass('myFocused');
        </script>
    <img alt="" style="border: 0px solid; width: 200px; height: 134px; float: left;" src="/images/pv logo 3d.png" />
    <h3 style="text-align: center; color: #0000ff; text-shadow: #999999 0px 1px 5px;">Member Directory Listing</h3>
    <p style="text-align: center;">If you would like to be listed in the Pine Valley Middle School Directory, please fill out this form.  Only fill out the areas you would like to show up in our Directory.</p>
    <div style="margin-left: 130px;" class="form_bg">
    <form action="/CustomContentProcess.aspx?CCID=5656&amp;OID={module_oid}&amp;OTYPE={module_otype }" method="post" enctype="multipart/form-data" onsubmit="return checkWholeForm45842(this)" name="catcustomcontentform45842">
        <table cellspacing="0" cellpadding="2" border="0" class="webform">
            <tbody>
                <tr>
                    <td id="tmp"><label for="ItemName">First Name</label><br />
                    <input type="text" value="{module_firstname}" maxlength="255" id="ItemName" name="ItemName" class="cat_textbox_small" /><br />
                    <input type="button" id="tmpAddRow" value="Add a Row" />
                    </td>
                </tr>
                <tr>
                    <td><label for="CAT_Custom_131512">Last Name</label><br />
                    <input type="text" value="{module_lastname}" class="cat_textbox" id="CAT_Custom_131512" name="CAT_Custom_131512" maxlength="1024" /></td>
                </tr>
                <tr>
                    <td><label for="CAT_Custom_131509">Number</label><br />
                    <input type="text" value="{module_homephone}" class="cat_textbox" id="CAT_Custom_131509" name="CAT_Custom_131509" maxlength="1024" />
                    </td>
                </tr>
                <tr>
                    <td><label for="CAT_Custom_131510">Email</label><br />
                    <input type="text" value="{module_emailaddress}" class="cat_textbox" id="CAT_Custom_131510" name="CAT_Custom_131510" maxlength="1024" /></td>
                </tr>
                <tr>
                    <td><label for="ItemAddress">Address</label><br />
                    <input type="text" value="{module_homeaddress}" maxlength="500" class="cat_textbox" id="ItemAddress" name="ItemAddress" />
                    </td>
                </tr>
                <tr>
                    <td><label for="ItemCity">City</label><br />
                    <input type="text" value="{module_homecity}" maxlength="255" class="cat_textbox" id="ItemCity" name="ItemCity" /></td>
                </tr>
                <tr>
                    <td><label for="ItemState">State</label><br />
                    <input type="text" value="{module_homestate}" maxlength="255" class="cat_textbox" id="ItemState" name="ItemState" />
                    </td>
                </tr>
                <tr>
                    <td><label for="ItemZip">Zipcode/Postcode</label><br />
                    <input type="text" value="{module_homezip}" maxlength="255" class="cat_textbox" id="ItemZip" name="ItemZip" /></td>
                </tr>
                <tr>
                    <td class="hidden"><label for="FirstName">First Name</label><br />
                    <input type="text" value="{module_firstname}" class="cat_textbox" id="FirstName" name="CAT_Custom_131511" maxlength="1024" /></td>
                </tr>
                <tr>
                    <td><input type="submit" id="catcustomcontentbutton" value="Submit" class="cat_button" /></td>
                </tr>
            </tbody>
        </table>
        <script type="text/javascript" src="/CatalystScripts/ValidationFunctions.js"></script>
        <script type="text/javascript" src="/CatalystScripts/Java_DatePicker.js"></script>
        <script type="text/javascript">
    //<![CDATA[
    var submitcount45842 = 0;function checkWholeForm45842(theForm){var why = "";if (theForm.ItemName) why += isEmpty(theForm.ItemName.value, "Item Name");if (theForm.Days) why += isNumericIfVisible(theForm.Days, "days"); if (why != ""){alert(why);return false;}if(submitcount45842 == 0){submitcount45842++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
        <script type="text/javascript">
        jQuery("#ItemName").blur(function(){
            jQuery("#FirstName").val(jQuery("#ItemName").val());
    </script>
    </form>
    </div>

  • What is the best way to separate functionality ?

    I have this project where I need to develop a component  for other flash developers to use. The scenario if you are the one who's going to use my "component" is like this:
    1) you create a new project
    2) you load the provided swf (or include the provided swc file) file and use the documented api (using interfaces if loaded as swf) to initiate it (for example just call the initiate function and that's it). What the component does itself is pretty much just adding a start up functionality to the website you are building, which includes: functions which make httpRequests and get data which the website will use, loading modules with fonts/graphic assets. It will also communicate the progress of these to the main application so the flex dev can display the progress to the user. At the end when the component has finished prepearing the assets you'll need for the website it notifies the main application.
    3) And there is where the flex dev start his work using the api provided with the component to access the data he needs.
    So what I want to do is package and keep my component source code compiled (to restrict access to the source code) and provide and easy way for the developers to use it. So I figured there 2 ways of doing that:
    1) compile a module/application swf
    2) complie a swc with a singleton
    I started doing it with module swf when I started wondering if that's the best way to do it. I would be happy if someone could give me any thoughts on this one, pros and cons maybe why should I do that and not the other, hopefully an adobe employee will take a look too. Thanks in advance!

    Actually, can I even compile swc files from flex using framework components like httpRequest and then load them as RSL ?
    *UPDATE:
    Seems like I can make my custom component include it in a library project, export it as swc and include that swc as RSL in my actual Flex project.
    But I'm still not sure which approach is better, using RSL for this case or just a module? Does it make any difference ?
    Also another question that rises in my mind is that if using RSL which class should I extend from, when this component will have no visual representation but should be able to do httpRequests and load modules/applications?
    Message was edited by: FM_Flame

  • What is the best way to create a website on a imac g5  (2005)

    After reading a variety of reviews of Life 08 I want to know
    what the best way to create a website. Should I buy ilife 08
    or do something else? There is no iweb on my g5.

    If you are a novice then iweb is a good place to start. It will allow you to create a site quickly with the minimum amount of work. You can then learn more as you go along if you want to. To publish you will need web space somewhere. Thats how I started and now I am studying web design with the Open University and am learning xhtml and CSS, then progressing to Java etc. Good luck and have fun - it is quite addictive once you start.

  • HT1338 Update Safari on iPad/ best way not to crash? - eMail Overload

    My Safari often crashes, even though I only have maybe 3 to 4 tabs open. (This is even after a factory reset to new restore as new with only 2 apps installed. So no memory is being used on anything.) And I'm wondering do I need to update it separately or is that automatically done with the update to the iPad? I'm on top of cleaning the cookies and cachet, along w/ deleting history, etc on a reg basis, at least every 3wks.. I do have a lot of bookmarks, I imported from other browsers, and, I've been deleting those since I've discovered the crash is my error not apples. it also had the prob going from a 3rd gen to an air....so...any suggestions on stabilizing this, that I'm overlooking? I appreciate it.
    Also, I have several  emailboxes that aren't always getting their mail (or the mail will come a few days later) ...my primary inbox, says something like 4k msgs, & I feel paralyzed by the #, I do keep chiseling away! but I need help .. these aren't all junk messages either, in fact most of them are not junk messages, they need to be filed, and they need to be glanced at and then discarded or fiiled or rarely replied to. But I've got the iPad set to only sync back 3mo, (I figure I'll handle it in chunks or the desktop)  & I find that my mail is crashing, and that it will often get stuck, as I'm doing searches and trying to mass edit & move. Any suggestions on organization, apps, settings to accommodate the problem?
    All appreciated,
    Blessings,
    KellyS1709

    Bugs, by definition, affect everybody, all the time. I'm just not seeing 10 million plus users all complaining about this and, believe me, they would be.
    The progress bar can freeze up for any number of different reasons, with who perhaps to blame stretched out all the way from your iPad to your network to your ISP to the net itself to the server that you're connecting to.
    As for best way to proceed, boilerplate follows:
    A more or less standard sequence of steps is laid out in your User's Guide which you should follow in those cases when either your iPad or an app isn't behaving as it should. They sort of mirror 'The Three R's (Restart, Reset, & Restore) that you use for iPod troubleshooting, with a few extra iPad-specific things added in to the list.
    Others here may just print out various parts of that list in their responses. I prefer instead to direct you to p. 170 of your Guide, in the Tips & Troubleshooting section. The directions there will start you out from the quickest and easiest first step, which will often be all you need to do, all the way to your atomic blast fix of totally restoring the iOS and all contents in your iPad.
    You can call AppleCare, and they will probably have you do the same things. Or, you can take it I to a Genius Bar, and they will also go through the same steps. Needless to say, if you work through the whole process without being able to correct your problem, then you've pretty much shot your bolt and will have to start talking to Apple or the app developers for a resolution.

  • Best way to connect CF10 DB Connection to FoxPro?

    In previous versions of CF this was a pain. Now in CF10 it seems even more so.
    I need to connect to a Microsoft Visual Fox Pro database from ColdFusion 10 running on Windows Server 2008 R2 64 bit edition.
    Can someone point me to a tutorial on how to get this working with a JDBC or ODBC (not likely) solution?

    Re: Best way to connect X-Fi elite pro to logitech z5500? ok after a long time i had some progress today finally . so i found out there is no DD or DTS encoder software coming for x-fi elite pro automatially and it has to be purchased from : http://buy.soundblaster.com/_creativelabsstore/cgi-bin/pd.cgi?page=product_detail&category=Software&pid=F 2222DDN6Z2H2ADDEZD
    after that u get the same output no matter u use optical, coax or analogue connection. so i pretty much now get the same result by using any of these connections.
    and finally this package is really usefull , actually way better than the drivers creative provides itself : http://forums.creative.com/t5/Sound-Blaster/SB-X-Fi-Series-Support-Pack-2-0-05-5-2009/m-p/527485
    i almost retured this soud card toda but after i could fix my problem, i start loving it again lol

  • Best way to connect z5400 to X-fi xtreme mu

    hello all?i have the z5400 logitech speakers and have connected it to my x-fi via? the yellow/green/black cables. i was wondering if there was a better way to do this. if so could you give a link of the cable i should buy?thanks in advance!

    Re: Best way to connect X-Fi elite pro to logitech z5500? ok after a long time i had some progress today finally . so i found out there is no DD or DTS encoder software coming for x-fi elite pro automatially and it has to be purchased from : http://buy.soundblaster.com/_creativelabsstore/cgi-bin/pd.cgi?page=product_detail&category=Software&pid=F 2222DDN6Z2H2ADDEZD
    after that u get the same output no matter u use optical, coax or analogue connection. so i pretty much now get the same result by using any of these connections.
    and finally this package is really usefull , actually way better than the drivers creative provides itself : http://forums.creative.com/t5/Sound-Blaster/SB-X-Fi-Series-Support-Pack-2-0-05-5-2009/m-p/527485
    i almost retured this soud card toda but after i could fix my problem, i start loving it again lol

  • Best way to have multiple arrangements in one project file?

    Hello everybody,
    I am trying to figure out a smart way of having multiple arrangements associated with one project. More importantly, this would allow me to have multiple arrangements associated with the same pool of audio files in one audio window -- without needing to import/export audio.
    In DP this is achieved with multiple "sequences". I am aware this feature is not in Logic. However, perhaps there is a way to achieve a similar process?
    I guess a not-so-elegant approach would be to simply save a new song; however, if I want to use new song audio files in the old song, i'd have to import the new song audio files to the old song. Not a big deal, I guess.
    Thanks,
    D
      Mac OS X (10.4.5)  

    Thanks for responding Justin & David,
    Let me to try to better explain what I am trying to achieve.
    (Currently my problem is that I am thinking in the "workflow language" of DP, trying to figure out an analogous "translation" in Logic. For those familiar with DP, I am simply wanting to create a new sequence, within the same "song" file.
    Let's say I create a bunch of audio tracks, and compile them into arrangement A. I would like to work on a new idea that may be part of the final piece; So, I would like to have a clean, new arrangement page where I can put some of the previous audio files generated & used in arrangement A, as well as make some new ones. I'll call this arrangement B. So, in other words, arrangement B is a fresh new arrangement page that uses audio files from arrangement A as well as new ones.
    If any previous/current DP users know the best way of approximating DP's use of multiple sequences, I'd love to know what you do.
    I will explain what I am able to do if I were in DP (for the sake of communicating my problem, but not intended to begin a DP vs. LP thread).
    I will use Logic terminology, but DP concept:
    In DP, one can have multiple Arrangement windows that share a pool of audio files from one Audio Window. This allows one to try different arrangements, without keeping track of new/old audio files; and without needing importing and exporting them between songs.
    I have been reading the Project Manager section in the Logic manual. (By the way, I am not seeking a DP functionality in Logic; I am seeing how one achieves a similar workflow approach in Logic.)
    I realize I cannot even explain myself well. Perhaps I should consider the concept of sub-arrangements, and master arrangement. I guess, sub-songs, and work-in-progress master song. The master songs should have all audio files, and sub-songs have whatever audio files were created while working on that particular sub-song. So, with this, whenever I want to go back to master song, I've got to import the audio files from the sub-song.
    This may make sense - & may work smoothly. I've got to try it out.
    (Btw, David, I captured a screen shot, but I don't know where/how to post it.)
    A major thanks to all who have the patience to read so many words for a one word sentence.
    Thanks,
    Danny

  • Best way to copy ALL DATA from song to song?

    Hello everyone,
    I'm in the middle of scoring a film and have ran into what seems to be a corrupted song, and want to attempt to transfer all data from this song into a new file.
    I'm running multiple global tracks with changes in tempos and time sigs all over, multiple audio tracks, and various Virtual instruments. I also have an extensive environment in which I use instrument tracks to access my exs instruments, as well as multi-instrument tracks for kontakt 2. Of course I have this saved as a template, but as you know as projects progress, the current song rarely looks like your autoload. So simply copying and pasting will not work, as I have many new instruments and audio files in different places in my arrange page. Thus when I try to copy and paste, logic sees that the current tracks are not "correct" and asks to "create new instruments" which seems to randomly throw all the instruments to the bottom of my arrange page, making it all out of whack!
    With some help from the audio config window and some manual editing of the arrange page, I was able to get my song pretty much back to normal, but for future reference, what is the best way to transfer all of my data to another song, while still keeping the look and functionality of the song intact?
    Thanks in advance for your help! If it helps to see what I'm talking about, I'm willing to post my song file for reference, just ask.

    I'd LOVE to somehow avoid #4 if possible. As I stated
    above, my projects always change from the templates
    due to extra audio tracks, audio instruments, etc, so
    a simple "copy and paste" does not seem to work.
    Is there something I'm missing?
    Yup, I was missing something really simple. If you choose NOT to copy instruments, it will ask you to keep the instrument or create a new track. If you keep the instrument (since my instruments names remained the same as the template) logic will connect the tracks with the instruments and only put the additional tracks (i.e. extra audio tracks etc) on the bottom. WAY COOL!
    Now my process is a little easier, however if you have any other tips so share please feel free to post.

  • What is the best way to resize a clip

    What is the best way to resize a clip? I have some clips in 1280x720p and a B camera shot of the same person that was shot at 1440x1080p and I want to multi-edit them so they need to be the same size. Is there a way inside FCP to re-interpret the 1440x1080 to 1280x720 or do I have to Export them as smaller clips and re-import them? Just have a lot of clips so would be good to find a internal FCP way of doing it.

    Well Zeb, again with the insults. If you had just stated simply "What codec" are you using that would have been fine. But instead you decided to insult me and assume I knew nothing.
    FYI I started working with video in 1985 and was one of the first to use Digital Video in 1991 as a Software Developer. So I can assure you I know a lot about codecs and NLE having even written one once. One of the things I learned in IT was to always ask for the best route through a problem from the experts around you before wasting valuable time and money finding your own, and usually the dead-ends at that!
    So there you go, next time I'll mention the codec and next time if you could be more polite then things will progress more smothely on here

  • Best way to copy range of paragraphs

    I'm getting all the changebars in the files of a book, and copying them out into a separate, single change document. Once I find the Pgf with the changebar, what would be the best way to copy the info out to the change doc? I want to copy the entire section that contains the changebar.
    I figured I would move backwards and find the most recent section heading and set the beginning of a TextRange there at the beginning of that Pgf. Then I move forward and find the following heading pagagraph, and move back one pgf from that and set that as the end of the range.
    At that point should I use copy and paste into the new document?
    Thanks, Mark

    Hi Mark,
    Glad you are making progress. About the Pgfs in tables: yes, they are in a world of their own. Each table is a more or less closed object anchored to a paragraph in the document. You can step through all Pgfs in a document (including the ones in your text flows as well as the ones in table cells) using one single linked list, but that list does not care about the order in which the paragraphs appear in your document, and also includes paragraphs on your master and reference pages. This is not what you want to have.
    You mentioned you wanted to copy not just the paragraph with changebars but the section that contains at least one paragraph with changebars. One strategy is finding a paragraph with changebars and then tracking back to the previous heading and forward to the next heading, so that you can determine which section to copy to your changes document. With the requirement of checking paragraphs in tables added into the equation, this becomes a complex matter. Even if you know that a paragraph in a table cell has a changebar set, you should track back to the table anchor, then to the paragraph in which the anchor is located, and then back to the section that you need to copy. And if the section also contains a paragraph with changebars outside a table, you do not want to copy it again.
    This might require a completely different approach to the problem. Build an array with paragraph identifiers of all headings in your document, and create an array of booleans all set to false that has the same number of entries. Then find all paragraphs with changebars and, for each found paragraph, walk back to the nearest heading, find the heading identifier in the headings array and set the corresponding entry in the boolean array to true. Then do the same thing with paragraphs with changebars in tables. In this case, you track the paragraph in the table back to its table anchor, then to the paragraph containing the table anchor and from there walk back to the nearest heading.
    In the end you will have an array of heading paragraph identifiers and a matching array of booleans telling you which sections to copy to the changes document. Doing the copying is dead easy, as you already have the start and end paragraph identifier for each section. Just create a TextLoc pointing at the first heading Pgf with offset 0 and a TextLoc pointing at the next heading Pgf with offset 0 and copy this range.
    I hope this makes sense to you. If things get too complicated, throw me an email (you will find my mail address in my profile) with a sample file and I will have a look at it. If I think it will take me more than a couple of hours to write, I will make you a decent offer.
    Kind regards
    Jang

  • Best way for printing

    Hi,
       I have developed a card designer tool having features of adding text and image on card with many effects(sepia, negative etc..) , But when I print the quality of printed card is not good, I used ImageSnapshot class to print and used dpi 300.
           What should I do for best printing quality? Kindly suggest the best way.
    Thanks,
    Premkant

    ...I am wondering which is the best option to make
    JPEGs for an external printing service.
    JPEG is a lossy format, meaning some image data is lost with every save to JPEG format. That means that best files for print submission should be non-lossy TIFF or PSD files when possible (e.g. when you are delivering files on CD/DVD).
    That said, prints of well shot images from files saved once as JPEG-12 quality are indistinguishable from prints of the same files saved to TIFF.
    As you go down the JPEG quality scale from 12 to 1 quality gets progressively worse.
    You probably should review the various comments on the thread at
    http://discussions.apple.com/thread.jspa?threadID=756016&tstart=0
    -Allen Wicks

  • What is the best way to get another object's method to update my GUI?

    package stuff;
    import java.awt.event.*;
    import javax.swing.*;
    import java.awt.*;
    public class Test extends JFrame{
      private static JButton ProcessButton = new JButton();
      private static JLabel jLabel2 = new JLabel();
      public static void main( String args []){
         Test f = new Test();
         f.setSize(500,500);
         Container c = f.getContentPane();
         ProcessButton.addActionListener( new ActionListener(){
                                     public void actionPerformed(ActionEvent e) {
                                        jLabel2.setText("Connecting to DB");
                                        //Connection connection = Tools.setUpConnectionToDB(url,userName,pwd);
         c.add(ProcessButton, BorderLayout.NORTH);
         jLabel2.setText("My Label");
         c.add(jLabel2, BorderLayout.SOUTH);
         f.setVisible(true);
    {\code]
    The method setUpConnectionToDB can take 1 - 10 mins to complete. By this time a user will prob have quit my app thinking
    it's crashed because it doesn't update the GUI with a progress status. :(
    What is the best way to get this method to update the GUI of the app which calls it?
    Something like  Connection connection = Tools.setUpConnectionToDB(url,userName,pwd, this);
    ie this being a reference to the GUI's JFrame is what I'm trying to use?

    A handy class to know about but not really what I'm after.
    I need the method call
    Tools.setUpConnectionToDB(url,userName,pwd);
    to be able to update a component ( The JLabel ) on the GUI
    Connection connection = Tools.setUpConnectionToDB(url,userName,pwd, this);
    [\code]
    method defn:public static Connection setUpConnectionToDB( String url, String user, String pwd, JFrame f ){
    //Why doesn't this code below modify the GUI on the calling App?
    f.jLabel2.setText("Setting UP DB Connection");
    f.repaint();
    Connection c = null;
    try{
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    c = DriverManager.getConnection(url,user,pwd);
    catch(ClassNotFoundException e){
    JOptionPane.showMessageDialog(null , "Error loading DB driver");
    System.exit(0);
    catch(Exception e){
    JOptionPane.showMessageDialog(null , "Error connecting to DB, check config file");
    System.exit(0);
    return c;
    }[\code]

  • The best way to debug a deployment

    I have an application written in JDeveloper and it runs like a dream. The problem is that when I deploy it to Oracle App Server, I cant get it to run. I am using the JDeveloper deployment profile for creating my jars/wars/ears. I have build many of these in the past and they all work well. There is obviously something I am doing wrong with this one. How can I go about debugging my deployment. I've been stuck on this one for a long time and need to make some progress. Please help.
    Thanks,
    Cory

    In my personal opinion there is no "best" way, but here's what I always do:
    1. Check main settings
    2. Check main logfiles
    3. Check database
    First you have to check the main settings, like data sources, OC4J-settings and JVM-settings. A type-o in your settings could kill your deployment. Also, if you are using jms, make sure that the correct topics are registered in jms.xml If all is o.k., then proceed to step 2.
    Secondly you should check the standard out for the OC4J where you are deploying the application. This is located at $ORACLE_HOME/opmn/logs/$OC4J_NAME_default_island_1. You can also redirect the standard out by setting de -out parameter in the server settings. This should also contain some helpfull clues (like missing references to property files, typ-o's, wrong classpath, etc.)
    Finally if all this is OK and you application still isn't starting (but by then it is deployed) you should check the state of the database. It should be up and running, and containing the correct version of the application's datamodel. Removing rows from quartz tabels (if used) also helps while redeploying.
    This is roughly my starting debugging route. Does this give you any pointers?

Maybe you are looking for

  • How can I show a error popup and cancel navigation?

    I am using JDeveloper 11.1.1.6 with WL 10.3.5. I am new to ADF / JDeveloper... My use case is as follows: I have a bounded task flow with two view activities linked by a control flow case. The from activity is a simple table that allows a user to cli

  • Update A Column In A Database Table.

    I am unable to update a column in a database table. For example; I have ten records in an EMP table without having any EMPNO. I want to UPDATE (insert) 10 different EMPNO in a table. How can I do it? All I know is that there are ten records in the ta

  • Update clone db to a point-in-time

    Hi guys, I am planning to implement a point in time recovery. I have a production database that I have successfully cloned by using hot backup and applying the necessary archived redo logs. I need to do this automatically daily. How can I do this? My

  • How to stop mouse pointer from being included on screenshots

    Hey guys I was hoping someone could help me with this problem. I am creating a software simulation and have decided to use Captivate 6.  When capturing the appropriate screenshots i have noticed that the mouse pointer is being included with these. I

  • After restore from TM Back up permissions are weird

    Hi I restored my system after wiping a hard disk, reinstalling clean system and then upgrading to 10.6.6. I used Set Up assistant to restore from the TM backup. Everything is working OK but I have weird permission settings on many restored files. It