How does one become a University Instructor?

Recently completed Oracle 8i and Oracle 9i OCP exams. Looking to build on this experience and teach for Oracle University. Does anyone know where to direct this question.
By the way, also have a presentation regarding OCP / Hidden Treasures at http://www.nyoug.org. Long Island Sig section.
Thank you in advance,
Howard

Recently completed Oracle 8i and Oracle 9i OCP exams. Looking to build on this experience and teach for Oracle University. Does anyone know where to direct this question.
By the way, also have a presentation regarding OCP / Hidden Treasures at http://www.nyoug.org. Long Island Sig section.
Thank you in advance,
Howard

Similar Messages

  • How does one become a moderator, administrator, etc?

    Not that I want to be one. I am just curious who determines who is moderator (admin, etc.) Is it a vote or appointment or what?
    Last edited by life_enjoyer (2013-09-03 05:16:31)

    jasonwryan wrote:
    if Xyne did not maintain the taco grill properly and to the health and safety standards and this resulted in a build up of gas in the Fellow's Lounge that was then ignited by cactus when, as he is wont to do after consuming said tacos, he lit one of his incredibly noxious farts and this triggered a cataclysmic fireball that incinerated the entire mod team and all of the Fellows--then Allan would assume complete control over the boards. This, unfortunately, would quickly lead to the sort of breakage that Allan is notorious for and therefore would render the whole concept of moderation moot as no-one would be able to post anyway...
    I know what you are thinking now. What if Allan was in the Lounge at the same time, wouldn't he be incinerated with the rest of you? Wouldn't you all be one charred ash heap?
    Rest assured, this can't happen. Whenever he is in the Lounge, Allan wears a full body kevlar suit. He says that it is for our protection and, given the scenario outlined above, I believe him.
    See, when I joined the mod team, I was only expecting to shuffle some forum threads and swing the occasional banhammer. Little did I know that I would soon find myself standing guard against the flatulence-heralded apocalypse of all that is good in this world. As with Ragnarok, the Breakage of Allan foretold in Arch lore is inevitable. Even if I am able to maintain the taco grill as required during my tenure,  the responsibility will eventually pass to someone who falters in this task. This weight and many others are borne in silence by the mod team. Do not be so eager to step behind the curtain and know the truth of things. When the time comes, we may call upon one of you to assume this solemn duty, but know this: there is no shame in taking the blue pill. Had I known then what I know now, I may have chosen differently, but I fear that no verbal warning could adequately convey the true horror of being confined to an enclosed space with a devout taco consumer. While you may believe that the life of an Arch mod is a glamorous carousel of never-ending fun, it is in fact a mephitic hell which one suffers for the greater good.
    A well-kept secret of the mod team is that TGN actually stands for "taco grill notification", and it is used to alert other mods that the grill is in a critical state. That is why topics are inconsistently TGN'd. We do not take such notifications lightly.
    Now if you'll excuse me, I must attend to my duties.

  • How does one add tables to an existing universe using COM designer SDK.

    Morning All
    How does one add tables to an existing universe using COM designer SDK. I have tried:
    objUniverse.Tables.Add (strTable_Name)
    but get "Cannot create Table" error.
    Any ideas?
    Thanks in advance.
    Anita

    Hi Anita,
    -Use the Add method to add classes and objects to an existing universe using a VB 6 application.
    Adding a Class
    Definition: Function Add(Name As String) As Class
    Syntax: NameOfClassesVariable.Add
    Adding an Object Instance
    Definition:  Function Add(Name As String, [ClassName As String]) As Object
    Syntax: NameOfObjectsVariable.Add(name, [class])
    - name is the name of the object.
    - class is the name of the class containing the object. This parameter should be used in cases where more than one objects exist with the same name.
    Sample Visual Basic 6 Code
    Dim DesApp As Designer.Application
    'MODIFY AND EXPORT CLASSES AND OBJECTS OF AN EXISTING UNIVERSE
    Sub modify_and_export_universe()
    Dim DesUnv As Designer.Universe
    Dim DesCls As Designer.Class
    Dim DesObj As Designer.Object
    Dim DesDBCol As Designer.DBColumn
    Dim DBColName As String
    Set DesApp = New Designer.Application
    'Login to designer
    Call DesApp.LogonDialog
    'Make sure to log on with your administrator profile
    'e.g : "hostname","username", "password","Enterprise"
    'Make Designer application visible
    DesApp.Visible = True
    'This line disable warning messages from Designer
    DesApp.Interactive = False
    'to Open  locally  the universe you want to modify
    'Set DesUnv = DesApp.Universes.Open("club_uni")
    'Use OpenFromEnterprise method (Universes Class) to import a universe from the repository and opens it
    Set DesUnv = DesApp.Universes.OpenFromEnterprise("Universes", "club_uni", False)
    'Add a valid connection which already exists
    DesUnv.Connection = "club"
    'open the universe
    'Call DesApp.Universes.Open("club_universe")
    'Add the table Account and refresh the view in the main window
    Set DesTab = DesUnv.DBTables.Item("Customer").Insert
    DesUnv.ArrangeTables
    'Add a class
    Set DesCls = DesUnv.Classes.Add("Class MyCustomer")
    'Looping through all the fields of the DB Table Account
    For Each DesDBCol In DesUnv.DBTables.Item("Customer").DBColumns
    'Store name of the column
        DBColName = DesDBCol.Name 
         'Add an object to the class
        Set DesObj = DesCls.Objects.Add("Obj " & DBColName)
         'Affect a field to the object
        DesObj.Select = "Customer" & "." & DBColName
    Next
    'Save the existing universe with the same name club_uni or you can change
    DesUnv.SaveAs "club_uni"
    MsgBox "Universe created and saved Class MyCustomer has been added!!"
    'Close the universe
    UnvFullName = DesUnv.FullName
    MsgBox "The UniverseFilePath is " & UnvFullName
    'Close the universe
    DesUnv.Close
    'This line disable warning messages from Designer
    DesApp.Interactive = False
    'Export the universe to the CMS DB (to the last universe folder)
    'Make sure you save the universe before exporting it
    Call DesApp.Universes.Export("Universes", UnvFullName)
    MsgBox "This document has been exported successfully !!"
    'Close designer
    DesApp.Quit
    Set DesApp = Nothing
    End Sub
    Hope this helps.
    Regards,
    Deepti Bajpai

  • HT1918 How does one organise the apple ID so that one uses the same email address to have an account on both the UL and Belgian itunes stores?

    I have in the past created an Apple ID for use with the UK itunes store, because I want to read in English.  If I sign in it seems that this ID will only allow me to purchase from the UK store.  But I live in Belgium, so I can't download from the UK store.  So I tried to create an apple ID for the Belgian itunes store.  But I want to use the same email address as I used for the first apple ID I made (because I'm fed up of having to remember which email address I used for which account).  When I tried this, I just get a message saying that the email address is already in use for another account (which I know, because it's me who made that account).  Does anyone have a workaround for this?
    cheers
    Andrew

    I have tried again using the same password. and it still doesn't work.
    I'm presuming you went ahead and set up a new Apple ID, yes? Using the same password in more than one Apple ID has worked for me in the past, but I haven't tried it in a while so the tightened security may have changed that. You could use the same password but add "-UK" and "-BE", or something like that, to make it easier to remember.
    I understand what you mean about losing the ability to deal with UK purchased stuff, but this is becoming so inconvenient that I do want to delete that UK apple ID account.  I have looked everywhere I can think of on the apple website (apple id, itunes, support etc) and I can't find a link/eplanation/contact point that deals with deleting apple ID and itune store accounts.  Surely this must be possible?
    It's possible, but Apple is very reluctant to do it, and it's not something a user can do on their own. It would be better to just stop using the UK account rather than trying to get it deleted. Just remove your payment information and there should be little reason to have the account deleted. If you really want to try, though, you'll need to send a message to iTunes support specifying that you want the account cancelled.
    On a completely different matter, I have bought my son an ipod touch.  But since he is younger than 13 years old, how does one go about using the itunes store to get music onto his ipod touch?
    You would need to buy tracks for him; he's too young to have his own iTunes Store account. To control what gets synched to his iPod, this should help:
    http://support.apple.com/kb/HT1495
    Regards.

  • How does one drag a song to a new album?

    How does one drag a song from one album and drop it into another album?
    Many of the mp3 files that I use are ones that I create myself for my students. It would be great if I could drag them into the correct album without having to type in the information (very tedious).
    I am new to Mac from Windows and I can't discern how to accomplish re-assigning albums in the manner that I was able to previously using Windows Media Player.
    Any suggestions or perhaps different workflow suggestions?

    I'm a high school music teacher and a lot of the tracks are student-created (or instructor-created). It has always been easier for me to leave the mp3 tag "unknown" and then drag them to the appropriate album in Windows Media Player.
    I actually took something from your reply that I think will work well. By adding newly created files to a playlist, I could select them and then edit the tag data every few days by selecting all of the items in the playlist (I think that will work!).

  • HT201991 How does one write a review for an app?

    I would like to write a review for an app I bought from the App Store.
    "Locate the item that you would like to write a review for."
    Where? In the App Store via the internet (e.g. on my iMac), OR via the App Store button on my iPad Mini?
    "Click "Write a Review" in the Customer Reviews section."
    How? I could find no active link associated with the Customer Reviews section once I had located the item for which I wanted to write a review.
    So the question remains "How does one write a review for an app?" … and, so far as things stand, the instructions provided in the page <http://support.apple.com/kb/ht3928> are, as far as I can tell useless. Certainly, the Apple website and associated instructions have become, for this long-time user, more akin to Microsoft Windows in their impenetrable lack of intuitive, user-friendly ccharacter.
    Oh yeh. To add to my 'disgruntledness' … How come there is no iPad Mini option in the Product drop down below?
    Where is Steve Jobs when you need him?!

    I have been having this issue for months, now--at least 3-4.  I updated my credit card info on my account, thinking maybe that would do it, but NOPE--can't review a single thing I've ever purchased in iTunes--not from my iPhone 5, PC or iPad 2.  Ridiculous, at this point...just remove the ability to review at all, if this is how it's going to be. SO frustrating.

  • How does one use Sound sticks while using HDMI at the same time ??

    How does one use Soundsticks while using HDMI at the same time ??

    Hi Caleb,
    This isn't a precise answer but a possible workable solution. SoundSource puts a menu extra which allows you to switch input/output and has an option for Auto-Switch to Headphones. The auto-switch feature doesn't work with USB headphones but I believe it will with 'regular' headphone plugs such as you use.
    http://www.rogueamoeba.com/freebies/
    (Oh, did I mention it's free Universal and works with Leopard?)

  • This pop up box which tells me everything that I scroll over. How does one turn these off?

    So my daughter got on my mac and turned on this ID box which tells me what everything is that I scroll over. How does one turn these off?

    Turn off VoiceOver in the Universal Access pane of System Preferences.
    (62639)

  • How does one remove yahoo from firefox?

    please, how does one remove yahoo & any of its features from firefox?
    it conflicts with my ghostery software. if i can not get rid of yahoo, i will have to remove and reinstall firefox. i want to avoid this because it will cause me to lose my bookmarks.
    thank you in advance.

    Hi gunnermac,
    You should take a look at the Knowledge Base article [[How to set the home page]]. Your homepage might have been changed by a particular site. Sites like MSN, Yahoo, etc have been know to ask to become your homepage.
    There are steps in that article to reset your homepage preferences to default. I would try that first to clear out any strangeness. If that works, you can try setting your homepage again to your personal preference.
    If Yahoo has been set as the default search in the search bar, you should take a look at the Knowledge Base article [[Search bar]].
    If the address bar search has been changed as well, you might want to take a look at [[Location bar search]].
    If that doesn't work you should look at the article [[Preferences are not saved]].
    Finally, your issue may be because you've been hit with some [https://support.mozilla.org/en-US/kb/Is%20my%20Firefox%20problem%20a%20result%20of%20malware?s=malware&r=0&e=sph&as=s#w_how-do-i-get-rid-of-malware Malware].
    Hopefully this helps!

  • How does one check for Updates...

    How does one check for Updates when :
    Registration
    Deactivation
    Updates
    Menu items are greyed out! ?

    Actually, it's a timing issue. Those items are greyed out for a couple of minutes after PPro starts. A little patience and they become available. ;)
    Cheers
    Eddie
    PremiereProPedia   (
    RSS feed)
    - Over 300 frequently answered questions
    - Over 250 free tutorials
    - Maintained by editors like
    you
    Forum FAQ

  • With Mavericks how does one sync calendars without wifi?

    With Mavericks, how does one sync calendars and contacts with iPads/iPods without wifi?

    Syncing with a cable via iTunes has been removed in Mavericks: you are expected to use iCloud or possibly another cloud-based service, which obviously requires you to have access to the internet - requiring wi-fi for the iOS devices. If you have a wired internet connection on the Mac it may be possible to set up internet sharing, where the Mac becomes in effect a wifi station to which devices can connect. I assume this facility is still available in Mavericks - you should ask in the Mavericks forum how to set this up.

  • The App Store print is too small and apparently unadjustable.  I am in my 60s and this problem will not resolve itself over time.  How does one effectively complain to Apple?

    The App Store print is too small for my 7th-decade eyes and is apparently unadjustable.  How does one effectively complain to Apple about this?
    Thanks, Jeremy

    Hi Jeremy...
    There's a work around that may help you. The Mac OS X has "accessibity" features installed that can assist in viewing text.
    Open System Preferences then select Universal Access then select the Seeing tab.
    Zoom settings are available there.
    More about Mac OS X accessiliity here >  Apple - Accessibility - OS X - Vision
    You can provide feedback to Apple here >  Apple - Mac OS X - Feedback
    If you are not aware, when viewing Safari webpages, you can press Command + (plus)  or Command - (minus) to adjust the size of the page.
    For zooming text only, click View from the Safari menu bar then from the drop down menu click Zoom Text Only.

  • In Pages 5 when I try to attach a pages document to an email it gives me 2 folders and 4 files ???  How does one email a pages document.

    How does one email a pages document? In pages 5 when I try to attach a pages document to a gmail email it gives me 2 folders and 4 other files to choose from. 

    Sounds like you are using Gmail.
    Pages 5 uses a zipped package of files as its format. 3rd party servers don't understand the format and show it as the component parts.
    Use Mail toenail the file or zip the .pages document before sending.
    Peter

  • How does one change the font size for folders and/or file lists in the Bookmarks Library?

    How does one change the font size for folders and/or file lists in the '''Bookmarks''' Library?
    Since the upgrade to version 9.0.1 of Firefox, the Bookmarks feature changes are confusing me. They seem to be confusing themselves as well. The list of bookmarks has changed. The font size is so small that my aging eyes cannot read it without fogging the screen with my breath. Some folders are out of alphabetical order (where I know they were previously good), and some are missing altogether (folders to which I frequently add references).
    As for missing or deranged files or folders, was there something that I should have done or now need to do to recover those after the upgrade (or before)?
    With regard to font size,
    1. there is no “Edit Bookmarks” or like option to edit the list in this version
    2. the “zoom” option in the “view” list of functions is greyed out when in “Show All Bookmarks” window
    3. expanding the browser window has no effect on font size
    4. “Preferences” settings for font size has no effect in that window either, including advanced settings
    5. “Help” offers none that I can find.
    Can any of you Help?!?

    Maybe this extension helps:
    *Theme Font & Size Changer: https://addons.mozilla.org/firefox/addon/theme-font-size-changer/

  • How does one use an external microphone with the internal camera?

    I want to use the internal camera because I don't have anything better but I want to use an external mic to record video and sound simultaneously, for a video blog. How does one accomplish this? I'm getting no help from the manual.

    Try this. Connect your external mic, either through the audio line in port or, into a USB port if it is a USB mic and then go to System Preferences under the Apple and select the Sound icon under Hardware. Click on your mic shown in the list of input devices.
    Hope that works for you.
    Forest

Maybe you are looking for

  • Printer working Scanner not working after changing to a static ip address

    I have an HP 7500A wide format printer.  I recently added a second router at my house to extend my wifi signal.  After that, the printer kept dropping the network connection.  So I set a static ip address of 192.168.1.250 for the printer.  Now the ne

  • Moving to Final Cut Pro/Studio from Final Cut Express 4.0.1

    Here's the basic questions... This is a full on different software app than the FCE on my machine right, not an upgrade? Can I run them both independent of each other and still move some of my FCE projects over to FCP? Like untill I get my hands arou

  • ITunes Match expired; I want to renew, but how?

    I got the following email from iTunes Store today: Your subscription for iTunes Match expired on 11/14/12. Your complete music collection and playlists in iCloud are no longer available from your iOS devices, iTunes, or Apple TV. You will still be ab

  • Email messages being marked as already read

    I have my outlook exchange server email configured on my iphone through the pop mail option (my IT department won't let me use the exchange or IMAP options). This works great except for one small issue - my emails on my PC at work are downloaded to m

  • Creating public folders Exchange 2013 powershell

    Hello, we have exchange server 2013 with a lot of public folders  We use script to create this folders and to manage them. With upgrade to 2013 command New-PublicFolder was changed. parameter -server was deleted, and now we gaining error:   Creating