Quick question from a noob

Reading the 2 Day Developer Guide it states that a table is a database object (fine). It also goes on to say that "every object in the database belongs to just one schema and has a unique name within that schema"
Does this mean that if i create a table called; for example 'Staff'; that this cannot be used by any of my colleges in their applications? So we may end up with loads of tables all containing staff info that have to all be maintained separatley??
Please tell me i'm wrong!

Pretend that you create the STAFF table in schema COLLEGE by user COLLEGE. You can grant select, insert, delete, etc. on COLLEGE.STAFF to any user, i.e. you really only need one COLLEGE.STAFF table assuming that you want every college to use the same STAFF table.
If each college needs its own STAFF table then you could create a schema for each college with an individual STAFF table in each schema, e.g. VCU.STAFF, WILLIAMANDMARY.STAFF, UVA.STAFF, etc. Without knowing your specific requirements I don't know which would work best for you.
The bottom line is that you only need 1 STAFF table as long as the application can deal with it.

Similar Messages

  • Quick question from future mac user

    Hi there.
    Just a quick question about the Intel iMacs.
    Total noob with Macs so please forgive me, I'm looking to get away from Windows and PC's but not sure what I would need exactly.
    Would the 24":3.06GHz Intel Core 2 Duo iMac with 4GBs of RAM and 1TB hdd be more than enough to handle video/audio editing with Final Cut Pro Studio, some gaming (such as newer MMO games or RPG/FPS games) and maybe running VMware Fusion for running Windows apps and games that I have/use that are either not available or not yet supported by Apple?
    Or would I be looking at goin with the Mac Pro?
    I'd rather shoot for the iMac because I'm SO tired of PC's and boxes and would like my computer to actually look nice as well as kick butt. But I'm just worried that if I got with the iMac I won't be able to perform those functions well or at all.
    I love the look and feel of the iMac although I don't think you can get more than 4GBs of RAM or more than ONE hard drive inside (which isn't a big concern as I can always use external drives) so I'm just wondering if upgrading to the extra ram and hdd space from the get go would be a great help without having to worry about adding more later.
    I'd like to be able to just use the iMac than the Mac Pro because the price difference seems to jump up quite a bit between iMac and Mac Pro. I'm just worried if that type of iMac setup wouldn't be enough for what I need.
    Any suggestions or information would be greatly appreciated. Thanks.
    Janin

    The iMac in general is more than enough to perform those tasks well however the Mac Pro still has it's advantages. Lenn already went over those so take a look at these speed scores as they may help you to make your decision.
    http://www.marketingtactics.com/Speedmark/
    Either way I recommend getting the base RAM configuration from Apple and purchase RAM from OWC.
    http://eshop.macsales.com/item/Other%20World%20Computing/6400DDR2S4MP/
    http://eshop.macsales.com/MyOWC/Upgrades.cfm?sort=pop&model=284&type=Memory&TI=0 655&shoupgrds=Show+Upgrades
    George

  • Quick questions from a new ATV user

    Hi guys
    I've got today my ATV, like it so far...until i updated the software
    now seems that when i play a video, the video freeze for few seconds, then it starts again; is kinda annoying especially when you watch a trailer; anyway seems that is random, so nothing that can be done.
    My questions:
    1)why i can't copy stuff on the ATV like i do with my ipod touch? is annoying that it takes hours to copy a movie, when i could connect it via usb and get the work done, instead of waiting 2 hours to sync few episodes of a show (i have an airport extreme....).
    2) how can i pair the remote with the ATV only, instead of causing issues to all my MACs at home every time that i try to use the ATV?
    3) is there a manual somewhere, except the 3 pages manual available online and in the box?
    4) i saw a lot of hacks to play divx and other video formats....any chance to see an update from Apple instead of void the warranty to install these hacks?
    Thanks a lot for the help...so far i like this little device, but i am surprised about the fact that the usb port is there for no reason...while on the airport extreme can be used to attach drives and printer any mod to attach an external storage?

    Thanks for the answers
    1) by ethernet cable you mean a cross cable between the mac and the ATV, or a simple connection with the router (Airport Extreme)? because in this case i have to unplug the tv and move the ATV in another room...not really practical
    2) tried, but even when ATV says "paired", i can still interact with my macbook and mac mini....annoying
    3) that was the small manual that i was talking about nothing more complex or in depth? or whatever i see is what i can get unless i hack it ?
    4) i understand the point; i just want to know if to get the full potentials of this product i have to hack it, or if there is a "regular " update that would enable some features (since someone compared the ATV to a stripped down Mac mini with Tiger on it); anyway for now i can live with it as is....the only hassle is to convert from DIVX the movies via QT, and takes about 1 hour for a 2 h movie (and 2 hours to sync down to the ATV lol)
    Thanks for your answers!

  • Question from a noob

    ok , so i want to ask
         class NewAction implements ActionListener
              public void actionPerformed(ActionEvent e)
              TArea2.setDocument(new PlainDocument());
         void confirmation()
         int ReturnValue=JOptionPane.showConfirmDialog(null,"Do you want to open a new file?    ","Confirmation  ", JOptionPane.YES_NO_CANCEL_OPTION  );
         if(ReturnValue==JOptionPane.YES_OPTION)
              //HOW CAN I POSSIBLY CALL THE METHOD IN THE NewAction class?? 
         else if(ReturnValue==JOptionPane.CANCEL_OPTION)
         }sorry for my newbie question but can we actually call the actionPerformed method inside the NewAction class from the confirmation method??

    this.NewAction().actionPerformed();
    myclass.NewAction.actionPeformed();
    NewAction().actionPerformed();
    NewAction.actionPerformed();Nobody of these makes any sense.
    You would need to call
    nact.actionPerformed(evt),
    where nact is a NewAction object and evt is an ActionEvent object.
    But this is bad design because the evt object doesn't have any meaning in the call. I suggest instead you write a method
    public void doSomething() {
       TArea2.setDocument(new PlainDocument());
    }and then you call this method in the actionPerformed() and in the if(ReturnValue==JOptionPane.YES_OPTION) block.

  • Quick question from a newbie

    I want to set up VOIP trunk between two fixed location. Location A is home while location B is work. There is a VPN between the two, they are on different subnets. I want to access the PSTN line at site B (work) from Site A (home) using VOIP. In other words I want to use the PSTN at work to make voice calls when I work from home.
    Can I just install SPA3102 in work and use SPA901 at home. No SIP server just direct trunk between the two. In other wods can I just "dial" the SPA3012 using the SPA901 and get a PSTN dial tone. No other devices will be involve just point to point between these two.
    Is this possible, is it easy to set up?
    Many thanks
    Peter 
    Solved!
    Go to Solution.

    I found teh answer in the excellent "SPA3000 bac to back document". It seems this question has been asked many times apologies, for those new to VOIP it as much knowing what question to ask and what to actually search for!
    Anyway sorted 

  • Just a simple question from a noob

    Hey guys
    im just working on my website, im not doing anything complicated just simple stuff.
    I just want to add a @facefont and change /edit the rules to just let me change the font. I wish it were as easy as just changing it with the property inspector but ive come to figure out that it doesnt work that way. Every time ive asked this question ive been referred to websites that have a 4 page guide on fonts,but this rarely helps me. im just looking a direct on how to do this. BTW im working with a preloaded template from dreamtemplate so everything is already formatted.
    problems: whenever i try to change the font and save it nothing saves but the font size, i want to add @facefont and change the font
    thanks in advanced

    Using Custom Web fonts is a bit more complex than you realize. 
    http://alt-web.com/Articles/Custom-Web-Fonts.shtml
    To make things simple, I recommend using one of the Free Edge Web Fonts.  Simply copy & paste code into the <head> tags of your HTML page. 
    EXAMPLE:
    <!--Edge Font-->
    <script src="http://use.edgefonts.net/pt-sans-narrow:n4,n7:all;league-gothic:n4:all.js"></script>
    Then define the font in your CSS code:
    h2 {font-family:pt-sans-narrow, "Arial Narrow", sans-serif;}
    h3 {
    font-family: league-gothic, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    HTML code:
    <h2>This is Heading 2 - pt-sans-narrow</h2>
    <h3>This is Heading 3 - league-gothic</h3>
    Nancy O.

  • A quick question from someone new to the forum, PLEASE help.

    Hey Guys/Girls I have had my iphone 3g for over 2 years now I am not under any warranty or anything like that and recently my Iphone 3g power/hold button stopped working. I was wondering if there is anyway to fix it that you guys know about and also how much it would cost me to get it fixed?
    Thanks alot in advance for you help.

    I understand that without the contract that i would of had to pay that much, and yes now this much time later with so many newer versions of the phone released it does sound insane that i would have to pay 200$ to replace this one, seeing as i would have to hand this one in for it and they can turn around and fix it for next to nothing and sell it refurbished.
    I dont understand how you think 200$ for a 3 year old phone sounds like a reasonable price, unless your loaded or something. I'm not trying to be rude but in my opinion that is way to much money.
    I thought that maybe I could get it fixed from apple for around 25-75$

  • 1 quick question from a newbie

    First let me introduce myself. Hi my name is Jbird123 whats yours?
    Ok now then, I just got FCE today.
    First question is do I need a camera with a fire wire port, I have a cannon fs100 that only has usb. what setup do I choose for this camera.( In the easy setup menu it only has fire wire options) can I use this or will I need to get one with a fire wire port?.
    I also read threw the maual a little and put my scratch disk setting to my external fire wire hd. What about the FCE document folders? I put this on the external hd aswell, (autosave, capture scratch, render files, ect.) Was that cool or what?
    I plan on only using this software for uploading vids to youtube. Thanks for any responses.

    I know what you mean about not wanting to have your external hard drive connected all the time. However, I believe that if you have any of those locations (including capture scratch) set to your external it will need to be connected to your computer in order to boot FCE (I know mine does). I could be wrong, so an easy way to check would be to set everything but capture scratch to your internal and then see if it needs the external to boot up.
    About the external editors, they would not explain your need to render your audio. Rendering is needed after almost any change is made to your media in the timeline. The external editors are so if you right click on your media, and click "open in editor," then it will open up that program to edit it. I personally keep these open in editor fields blank as I prefer to edit my media in their default editors instead of taking the risk that the media will be changed in any way when opened in an external program. (Then again, I don't have Soundtrack, and so can't advise you in that area.) Setting the external editor to Soundtrack would not explain your need to render, that is probably because the changes you made can't be previewed in real time.
    Hope I was of help.

  • More questions from a noob (Volume 2)

    I started using Arch yesterday. I got most stuff set up already.
    Except:
    1. Sounds not working (No idea about sound stuff at all )
    2. Can't get OpenDNS working (Automatically overwrites any changes to /etc/resolv.conf)
    3. XChat says everything I type is misspelled
    4. Compiz gets rid of my window boarders (Using GNOME BTW)
    5. Need to run `sudo /sbin/dhcpcd eth0` every startup or internet doesn't work
    And more as they come.

    I'm a bit of a noob myself, but I'll try where I can:
    1.  All I did for sound was follow the ALSA section of the beginner's guide.  Have you already tried that? http://wiki.archlinux.org/index.php/Beg … igure_ALSA (This is less detailed but easier to follow (IMHO) than the main ALSA wiki page)
    2.  Sorry, can't help there.
    3.  I've hopped so many distros recently I don't recall if this was Arch or not, but at least one distro I tried was spell checking everything using German.  I'm not familiar with XCHAT at all, but if there's a way to configure what it uses to spell check, I think that's where you should be looking.
    4.  I made the mistake of starting to follow the wiki page for "Compiz", not "Compiz-Fusion". (because I'm so used to referring to it that way)  Could you have done the same?  I had the same problem as you when using straight Compiz.
    If you did, use "pacman -Qs compiz" to find out what compiz-related packages you installed.
    Then use "pacman -Rsn package_name" to remove those packages.  This will try to remove dependencies, and may throw an error on that part depending on what order you remove them in.  Don't worry about it.  If you hit every package that comes up with -Qs with the -Rsn command, they'll all be fully removed. 
    Use -Qs to double check when you are done.   
    Then try following http://wiki.archlinux.org/index.php/Compiz-Fusion.  I use fusion-icon to start it, you may want to do differently.  You may also have some bigger problem, but having done it myself I could see using the wrong wiki page as a common noob error.
    5.  I use wicd for both my wireless and wired connections, and it makes it pretty easy (and automatic).  I know there are other methods, but wicd worked with ease for me.  http://wiki.archlinux.org/index.php/Wicd
    I hope some of this is helpful for you!
    Last edited by arch_nemesis (2008-12-23 15:15:53)

  • Questions from a "noob"

    I am very new to Adobe CQ. I've been sifting through the scarce documentation and trying to come up to speed, but I've found it very difficult to find what I need. I think I'm at a point in which I understand (to a point) the overall architecture and how to do basic things (mostly theoretically).
    I have a few questions that I was hoping somebody could point me in the right direction on. I would really appreciate the jumpstart.
    - Is it possible to access page component properties? I am trying to create a generic component that can look at a page to see if it has a component embedded within it. If so, I want to iterate over the properties. I am using the page manager to get the page. Are the component properties included with the page properties of that page?
    - How can I make a component accessible to any page? I added a property to my template named allowedPaths (which is depracated?) and its value is /content(/.*)? That only allows the component to be visible to pages created at the root of my websites in the WCM.
    - How do you make a page's dialog actually save the entries you enter? I added a new cq:Panel (etc) to an existing dialog. I followed the same form that was there before. Basically there were 2 tabs and I added a new one, so there is now 3. I see my fields etc. When I enter in data and click "OK", my field data is not saved. It works for the pre-existing form fields, but not in the one I just added.
    I hope the above questions made sense. I'm having a hard time trying to find the information that I need to start feeling comfortable using CQ.
    Any help would be appreciated. Thanks in advance!

    Hi spaceling,
    Just as a general comment, it's a good idea to try to post a single question per thread. That helps with findability.
    1) page component properties - yes. <cq:defineObjects/> creates a scripting variables named currentPage and pageProperties. See http://dev.day.com/docs/en/cq/current/howto/taglib.html for a list of all the scripting variables this tag creates.
    2) which components are accessible on which pages is determined by the design settings. These settings are specific to each template. See http://dev.day.com/docs/en/cq/current/developing/components.html#Adding%20a%20new%20compon ent%20to%20the%20paragraph%20system%20%28design%20%20%20%20%20mode%29 for some instructions on doing this.
    3) my guess is that the fields you added don't have a proper name property. Are the name (which are the names under which the field values are POSTed all start with ./ ? See http://sling.apache.org/site/manipulating-content-the-slingpostservlet-servletspost.html#M anipulatingContent-TheSlingPostServlet%28servlets.post%29-OmittingSomeParameters for why this is important and why if you don't have it, the fields don't get saved.
    HTH,
    Justin

  • Quick Question from a junior member!

    Hi. I am an actionscript beginner and wondering if you can
    help me? I would REALLY appreciate your help with this.
    I made spiral rotating x.y.z in 3D space animation using
    Flash CS4. I would like for my spiral to follow the mouse movements
    of a visitor.
    My code works.....but....the spiral decreases in size and
    eventually disappears when moved to certain sections.
    In short, what I am trying to do is to keep my spiral
    constantly the same size and movable just on the screen.
    Here is the link to the example of what I mean.
    http://simplytomoko.com/swift.htm
    I hope someone could help me...

    I found teh answer in the excellent "SPA3000 bac to back document". It seems this question has been asked many times apologies, for those new to VOIP it as much knowing what question to ask and what to actually search for!
    Anyway sorted 

  • Quick question from a non intel person

    If an intel cpu has a FSB of 800MHz, does that make it incompatible with a mobo with a FSB of 533? i'm an AMD user, please forgive me for being completely illiterate about this stuff 

    Quote from: skzillz on 27-April-06, 10:57:26
    lol thanks bosskiller.... was following up to the underclocked at 200FSB ... after that i totally lost... thanks tho
    "an intel cpu has a FSB of 800MHz, does that make it incompatible with a mobo with a FSB of 533?"
    Intel Front Bus Speed (CPU FSBx4(bus multipler) etc 800FSB on intel means 200FSB on CPU...if mobo support max 533Front Bus speed thats mean CPU must be runnings at 133FSB (133x4bus multipler=533FSB)
    (133FSBxMultipler=CPU Frequency), (CPU FSBx4=Intel Front Bus)
    maybe someone with better english will explain better.. if you confused.

  • My New Curve 8330! (few questions from a noob!)

    So I finally got the Curve 8330 - I had been waiting all this time for the Thunder but decided yesterday that if my fingers are too fat for an iPhone, then they will be for the Thunder as well. Anyways, I LOVE the Curve thus far...just a few questions.
    #1) Do the "messages" and "[email protected]" icon serve the same purpose? If so, which I think they do, how do I filter the "messages" icon so that ONLY my incoming SMS messages are shown??? As of now, the "messages" icon is cluttered with e-mail, SMS, bb mesanger & voicemail! I HATE THAT! I'd rather keep it clean and organized so that If i wanna view my SMS messages, I click on "messages" If I wanna view my bb messanger messages, I click on the bb messanger icon, If i wanna see my e-mails, I click on the "[email protected]" icon and so forth. Is there a way to filter it this way???
    #2) When I send an e-mail, I automatically get THAT e-mail sent back to me! How do I disable this function? I have no need to recieve in my INBOX the e-mail I just sent out.... I tried going into "Messages->options" and turning the "hide sent" to "ON" but this problem still occurs...... Any help on that?
    #3) I have this stupid "Facebook" icon in my menu, how do I delete this permanently?
    Thanks everyone, I'm sure i'll have more questions as I'm readin through! 

    Yes, when you go into your messages and hit the menu key and select options and general options. Email and sms messages should be set to separate. Hit the back key to the right of your trackball to save. If you do not see an icon now just for sms and mms, do a battery pull. Take the battery out with the phone on and leave it out for 30 seconds. Replace it and allow the phone 1-3 minutes to reboot does the icon appear now?
    ~Lorrie~ Master of All Things Blackberry!

  • 2 questions from a noob

    Привет
    Я пытаюсь установить арки.
    Она работает, но у меня есть проблема.
    Есть ли способ установить LILO на раздел paticular вместо MBR?
    Я только знаком с GRUB (и Gentoo процедуру установки, если на то пошло).
    Я установил арку раньше, и я могу себе это, но, я думаю, я действительно получил LILO на / dev/hda9 раз.
    А вообще такое возможно с аркой установки консоли?
    באשר לשאלה מס '2 ...
    האם יהיה זה אפשרי עבור קשת להתקין להגדיר שעון ה-BIOS שלי בחזרה 8 שעות?
    www.zimmerfinder.co.il/
    השעון שלי לא ממש משנה עכשיו, כשאני מתקין קשת.
    וזה קרה פעם אחת לפני זמן בערך באותה התקנתי קשת בפעם הראשונה.
    אני משוגע? האם ניתן להתקין את קונסולת ה-CMOS ערכי чане? לא הרס?
    לא CMOS אחרים ערכים שונה. לכן, זה יכול להיות צירוף מקרים מוזר.
    www.zimmerfinder.co.il/t/187-/
    בכל מקרה, קשת נראה о מסודר. ברגע גראב היא יציבה (0,6?) תצטרך להמיר חדש.
    Спасибо
    Last edited by marsel martin (2010-06-01 13:18:45)

    Welcome,
    the current default boot manager for arch is grub (0.97-17). I suggest you stick with it if you're familiar with it.
    As for your second issue, this will help you.
    Regards,
    demian

  • A quick question from a newbie.

    Can I use Pay-As-You-Go cards on an iPhone?

    You'd have to check with Rogers or Fido and see if they offer this option.

Maybe you are looking for

  • Unable to load mySql Driver in Java class invoked using bpelx:exec

    Hi , I am trying to connect to mysql database in my java class.when i run this class in Jdeveloper it loads the driver without any problem.I can chk the log in the Jdev messages area.Now I am invoking this class from the BPEL process through <bpelx a

  • Motion 4 wont open ?

    Forgive me for posting a motion 4 question in the motion 5 discussion but i couldnt see a motion 4 discussion board on the menu. When i try to launch motion 4  from the desktop icon i get the following message Motion quit unexpectedly. Click reopen t

  • Duplicate photos in "Collections" after installing IOS 7

    After installing ios7 yesterday, each automatically newly created photo "collection" contains some duplicate photos. How do I delete dups without deleting the originals that I of course want to keep? I tried to delete one as a test, and got a message

  • Changing payment method

    I Tried to change the payment method but not accepted while 1 USD detected from visa card. Please help either to return mony or method changed

  • Flex 4.6: ios pdf viewer app

    Hello flexers, I want to know if there will be a problem if i develop an ipad app for a magazine that can view pdf of the issue which containt links, videos and other object. Thanks in advance. Moez