Basic Schema inquiry

My organization is considering combining 2 schema's into one. Each schema is mostly used by the corresponding subdepartment, but we also access each other's schema's without restrictions. I am not DBA, but I hope to do some PL/SQL programming which would transfer some records from one schema to another.
First, please clarify me on following. Everyone (non-technical management) refers to these schema’s as “Databases”. But my guess is that these are different schemas located in the same database.
To access the two schemas I type something like:
sqlplus username1/password1@aaa (for one)
sqlplus username2/password2@aaa (for another)
I saw online that the “@aaa” part refers to the Instance of Oracle. My shaky understanding is that an instance can contain multiple databases. In that case, these could be different schemas, which are also located in different databases (in that case, everyone is right).
So my first question is: how do I know to which Database I am connected when I access these schemas?
Assuming that these are two schema’s in the same database, what would I need to program between schemas? Would it be enough, if the DBA assigned permissions for each username to access/modify another schema?
Is there truth to saying that combining 2 schema’s into one increases performance? What are other pros and cons?
Thanks a lot! I asked a lot of questions.
-John

So my first question is: how do I know to which Database I am connected when I access these schemas?In Oracle, 1 instance = 1 database. And 1 database = several schemas = several user accounst = several namespaces.
In Oracle CREATE DATABASE statement creates 1 and only 1 database. Very different from SQL Server/Sybase/MySQL.
In both cases, you database is "aaa" and
sqlplus username1/password1@aaa (for one) => current schema is username1
sqlplus username2/password2@aaa (for another) => current schema is username2
what would I need to program between schemas?You need to grant required privileges to the other user and to prefix each object with the schema name in your queries.
Would it be enough, if the DBA assigned permissions for each username to access/modify another schema?Yes
Is there truth to saying that combining 2 schema’s into one increases performance? What are other pros and cons?> I don't know.

Similar Messages

  • Basic schema query

    I want to list all users, who has created at least one object in his schema(table proc trigger etc..).
    I want to exlude any user which exists and might have privileges on other users objects but has not created or owns any objects.
    ALL_OBJECTS is this the right view or any other suggestion...
    thanks
    Edited by: user11356487 on Mar 14, 2011 12:17 PM

    user11356487 wrote:
    I want to list all users, who has created at least one object in his schema(table proc trigger etc..).
    select owner, count(1) from dba_objects
    group by owner
    having count(1)>0
    I want to exlude any user which exists and might have privileges on other users objects but has not created or owns any objects.
    ALL_OBJECTS is this the right view or any other suggestion...
    And what have you done for the second task?
    thanks
    Edited by: user11356487 on Mar 14, 2011 12:17 PM

  • Basic schema design and security mechanisms for slowing down bandwidth

    Hi to all!
    At first I am sorry for a lot of noob questions - I am just beginner in networking.
    I have LAN with 1 SW (cisco catalyst 2950 series), 1 R (cisco 2501), one Apache server on Linux machine (Fedora) and 5 computers . My task is to test my application for preventing DoS attacks on the computer with Apache. My network design is on the image, but if will be necessery, I can change it (I can use more switches and routers like this). So my noob questions are:
    1.) will this desing work? How can I connect these to LANs to router? do I need one more router? can I connect SW ethernet port to router's console port?
    2.) I have erased SW and R configuration. I have configured only interfaces and RIP protocol with networks 10.0.0.0/8 and 192.168.0.0/24. what else I need to configure for making possible viewing webpage from computer with apache on other computer?
    3.) what is "ip http server" setting?
    4.) i need to send TCP, UDP, HTTP and ICMP packets from computers to apache (is it default allowed?).
    5.) i need to use all bandwidth for DoS attack, so i need to disable security mechanisms (configurations are erased, so what else do i need to disable or set up?) I heard only about storm-control, but it is disabled.
    6.) do I need to setup something like this for full speed on devices?
    interface range fa 0/1 - 3
    speed 100
    duplex full
    7.) last question is, I want to monitor protocols and ports of packets sent from computers to apache computer or bandwidth usage (bits/s). Does have SW/R some mechanisms for statistics like this?
    Thank you very much.
    Matej

    Matej Mihalech wrote:Hi to all!At first I am sorry for a lot of noob questions - I am just beginner in networking.I have LAN with 1 SW (cisco catalyst 2950 series), 1 R (cisco 2501), one Apache server on Linux machine (Fedora) and 5 computers . My task is to test my application for preventing DoS attacks on the computer with Apache. My network design is on the image, but if will be necessery, I can change it (I can use more switches and routers like this). So my noob questions are:1.) will this desing work? How can I connect these to LANs to router? do I need one more router? can I connect SW ethernet port to router's console port?2.) I have erased SW and R configuration. I have configured only interfaces and RIP protocol with networks 10.0.0.0/8 and 192.168.0.0/24. what else I need to configure for making possible viewing webpage from computer with apache on other computer?3.) what is "ip http server" setting?4.) i need to send TCP, UDP, HTTP and ICMP packets from computers to apache (is it default allowed?).5.) i need to use all bandwidth for DoS attack, so i need to disable security mechanisms (configurations are erased, so what else do i need to disable or set up?) I heard only about storm-control, but it is disabled.6.) do I need to setup something like this for full speed on devices? interface range fa 0/1 - 3speed 100duplex full7.) last question is, I want to monitor protocols and ports of packets sent from computers to apache computer or bandwidth usage (bits/s). Does have SW/R some mechanisms for statistics like this?Thank you very much.Matej
    The 2950 switch and 2501 router are pretty old, low specification devices, so you might run into performance problems. Be aware of this. The 2950 also is not, from memory, a layer 3 switch, so it does *no* routing.
    To answer your questions 9I'm assuming some basic knowlege of how to use IOS, so these commands are indicative only).
    The 2501 has only one ethernet port, so you can't connect the way you have in your diagram. Youc an not connect an ethernet port to the router console port - the console port is a serial connection, by default running at 9600/8N1, and is not convertable to ethernet.
    To make your required network work, you'd need to do the following.
    1) Configure your 2501 ethernet port for dot1q VLAN trunking by doing something like this
    interface fastethernet0
    no shutdown
    speed 100
    duplex full
    no ip address
    interface fastethernet0.2
    encapsulation dot1q 2
    ip address 10.0.0.4 255.0.0.0
    interface fastethernet0.3
    encapsulation dot1q 3
    ip address 192.168.0.1 255.255.255.0
    Setup in this manner you don't need routing protocols such as RIP because both routes will be directly connected, and the router will know how to get between them without anything fancy.
    Then connect the ethernet interface of your 2501 to a port on your 2950 switch - I'll assume it's a 24 port switch, so I'll use interface f0/24
    Create VLAN's 2 & 3 for your devices by doing this (2950 is so old the IOS method us creating VLAN's won't work, from memory)
    vlan database
    vlan 2 name workstations
    vlan 3 name server
    interface f0/24
    switchport trunk encapsulation dot1q
    switchport mode trunk
    speed 100
    duplex full
    switchport trunk allowed vlans 2-3
    You can create a VLAN interface for management of your switch at the same time if you like
    interface vlan2
    ip address 10.0.0.7 255.0.0.0
    no shutdown
    Then connect your devices. You will need to configure each switchport into an appropriate VLAN - for example, if you are connecting your server to port f0/23
    interface f0/23
    switchport mode access
    spanning-tree portfas
    switchport access vlan 3
    Use "switchport access vlan2" for your workstation ports.
    The "ip http server" setting on switches/routers enables management via the web - on these old devices, turn it off, as it's next to useless. Type "no ip http server" in configuration mode.
    There is no packet filtering or security enabled on these devices by default, so you can just sling whatever you like at the Apache server.
    Unfortunately, owing to the fact you only have one ethernet port to uplink to the router, you will never be able to saturate the server. The best you will manage is 50 megabits per second (half in, half out) because you have to trunk back to the switch to get to the server. If you really need to flood the server, you either need a better router (one wit two ethernet ports) or a layer-3 capable switch (so you can eliminate the trunk and just use the in-built routing capabilities between subnets).
    And finally - you won't be able to monitor protocols/ports using this hardware. You *could* setup a MONITOR/MIRROR port and use a separate PC running wireshark or something to monitor the trunk port, but that'd need additional hardware (PC's), and a bit more configuration.
    Phew. Hope that helps a bit. Basically, to do the loading you want, you need better/different hardware, but you can come close with what you've got.
    Cheers.

  • Basic schema usage question

    I have an application, called APP and I have two users USER1 and USER2. I create a Role called APP_USER. I assign USER1 and USER2 to the APP_USER Role.
    I log into oracle using APP and create all of the tables/views/stored procedures, etc. I grant SELECT permissions to all of the tables in my APP schema to the APP_USER role.
    I then log into Oracle using USER1. In order to select data from my APP do I always have to do a 'Select * from APP.tablename' or is there some automatic way to say that when I log in as USER1, I already know about all of the tables in the APP schema and I simply enter 'Select * from tablename' (without the APP. used).
    If there is a way to automatically know that using tablename means to look in the APP schema we would like to know what that is. Since our application is dynamically creating and dropping tables along the way, we would like to have some way for this to happen automatically so that USER1 and USER2 (or the role APP_USER) is always aware of the changes to the APP schema.
    We figure there has to be an easy and dynamic way that this occurs in oracle, but we can't seem to find any specific documentation on how this would happen.

    You can use either Views or synonms. For synonyms, you can create synonyms for the tables in the APP schema. These can either be public synonyms - meaning you do it once for all users, or they are private synonyms - meaning you define it for each user. With views, you can create the view in each user account. You can also modify the view definition when the tables change underneath without having to change the queries.
    Not sure why you are creating and destroying so many tables - you may want to investigate the use of temporary tables. Nevertheless, to keep your synonyms and tables in synch, you will need to issue the appropriate calls to create and drop the synonyms when you are creating and dropping the tables.

  • How to exclude tables from Schema level replication

    Hi All,
    I am currently trying to setup Oracle Streams (Oracle 11.1.0.6 on RHEL5) to replicate a schema from one instance to another.
    The basic schema level replication is working well, and copying DDL and DML changes without any problems. However there are a couple of tables that I need to exclude from the stream, due to incompatible datatypes.
    Does anybody have any ideas or notes on how I could achieve this?? I have been reading the Oracle documentation and find it difficult to follow and confusing, and I have not found any examples in the internet.
    Thanks heaps.
    Gavin

    When you use SCHEMA level rules for capture and need to skip the replication of a few tables, you create rules in the negative rule set for the table.
    Here is an example of creating table rules in the negative rule set for the capture process.
    begin
    dbms_streams_adm.add_table_rules(
    table_name => 'schema.table_to_be_skipped',
    streams_type => 'CAPTURE',
    streams_name => 'your_capture_name',
    queue_name => 'strmadmin.capture_queue_name',
    include_dml => true,
    include_ddl => true,
    inclusion_rule => false
    end;
    table_name parameter identifies the fully qualified table name (schema.table)
    streams_name identifies the capture process for which the rules are to be added
    queue_name specifies the name of the queue associated with the capture process.
    Inclusion_rule=> false indicates that the create rules are to be placed in the negative rule set (ie, skip this table)
    include_dml=> true indicates DML changes for the table (ie, skip DML changes for this table)
    include_ddl=> true indicates DDL changes for the table (ie, skip DDL changes for this table)

  • Looking for RDF schema files

    Does anyone know where I can find the RDF schemas (in RDF/XML format) for the XMP standard schemas?
    In particular, the following:
    XMP Basic Schema
    http://ns.adobe.com/xap/1.0/
    XMP Rights Management Schema
    http://ns.adobe.com/xap/1.0/rights/
    XMP Media Management Schema
    http://ns.adobe.com/xap/1.0/mm/
    The namespaces currently resolve Adobe XMP homepage. I'm looking for an RDFS file.

    Hi,
    we don't offer mashine readable XMP schema files.
    You can find the standard XMP schema information in the XMP specification part 2:
    http://www.adobe.com/devnet/xmp/pdfs/XMPSpecificationPart2.pdf
    Regards,
    Samy

  • Fast searching across shared schemas?

    Is there a way to efficiently search on common elements of XML documents using different schema's?
    Example:
    A BASIC schema with elements A,B,C. An EXTENDED schema which imports the BASIC schema namespace and adds fields X,Y,Z.
    Can the shared elements (A,B,C) of the two schemas be shredded into the same table to facilitate fast searching over common elements?
    We are looking at using XML DB for a "profile" retrieval system containing 2,000,000 XML docs of size 5-15Kb spanning 20 different schemas.
    XML would hopefully provide long-range flexibility for handling the various profile requirements and leaving the complexities of indexing and searching to the XML indexing engine.
    Any suggestions or comments as to XML DB suitability appreciated.
    Thanks,
    Blythe

    You have not missed anything.... Leopard promises but does NOT deliver.
    I use an AFP server with Bonjour enabled. And NO NO NO Spotlight search is possible on this network volume...
    This is outrageous and FALSE information....
    Oh and - that Leopard is Sporting 300 new features is false info too.... Not even the "What is New in Leopard" says anything about 300 features.. But it sounds great doesn't it....

  • Extending AD schema - any hidden gotchas?

    I've had a fairly positive experience with the triangle (up until 10.6 anyway), but I'm considering ditching the Xserve and going the schema route.
    Any major caveats to watch out for? Possible things to go wrong?
    TIA!
    FZ

    FZ I'm a complete mac noob - I only got into the whole mac thing just a month ago. So I am very, very green and I can only relay to you what I have read. So I am no expert - perhaps someone could verify my comments.
    I've read that you could loose access to the files on a windows share by switching from OD attributes to the other AD attributes. Pls can someone verify my statement.
    My Notes
    you have 3 choices to managing preferences
    1. Ad+ OD
    2. Third party
    3. Extend schema
    Windows 2003 already contains the basic schema extensions of RFC2307 for Unix posix compatibility uidNumber - however I think this and other RFC2307 fields are empty and need populating within AD through scripts or imports. Anyone able to help me find such a script or define an import method?
    So the question is if you have windows 2003 or better do you really need to extend the schema? And even if you have windows2003 or better by extending the schema what do you get? My guess is native mac attributes added to the windows AD that remove the need for OD.
    Notes that need verify.
    1. You could use the standard RFC 2307 attributes in Windows 2003 or better. They will need to be filled. You could then link/map those in Workgroup manager??
    2. Extend AD schema with apple attributes, populate (scripts) and use workgroup manager to talk to AD to manage preferences. Anyone able to help me find an AD script or define an import method?
    As I'm typing the fog of misunderstanding is still rolling over me. Which leads to ask these questions too:
    1. What are the attributes in RFC 2307. Googling I get these:
    RFC 2307 Using LDAP as a Network Information Service March 1998
    uidNumber
    gidNumber
    gecos
    homeDirectory
    loginShell
    shadowLastChange
    shadowMin
    shadowMax
    shadowWarning
    shadowInactive
    shadowExpire
    shadowFlag
    memberUid
    memberNisNetgroup
    nisNetgroupTriple
    ipServicePort
    ipServiceProtocol
    ipProtocolNumber
    oncRpcNumber
    ipHostNumber
    ipNetworkNumber
    ipNetmaskNumber
    macAddress
    bootParameter
    bootFile
    nisMapName
    nisMapEntry
    I'm assuming that these are them.
    The peachpit books seem a great resource and there are references to eseminars the links have changed and I've now found them - http://www.seminars.apple.com/cgi-bin/WebObjects/ASPRegistration.woa/wa/sol but won't be able to access them until later tonight (offpeak)
    Regards
    SMonkey

  • Vista Aero Basic = Cursor Lag

    I've had a extremely annoying photoshop issue for a very long time. I was hoping CS4 would eliminate this hideous bug but it's made it marginally worst.
    My studio makes video games so we often work in 3ds Max 7 & photoshop simultaneously. 3ds Max doesn't work very well with Vista Aero enabled, so those of us with Vista run the Aero Basic scheme.
    Photoshop CS3 & CS4 actually run way SLOWER in Aero Basic. You'll see this while zoomed in using the airbush. Even the cursor jumps across the screen without any tool being in use. If i change my cursor to 'standard' or 'precise' in the preferences the lag will go away.
    There must be many others that have noticed this problem. Has it not been fixed because its not possible? No one figured out what causes it? Many users that want maximum performance out of their workstations will disable aero. I'm sure this is embarrassing for adobe because it effects very high end machines.
    Please Adobe, fix this bug.
    Running in full Aero Mode is VERY smooth but I cannot use that because i need Max running too.
    I'm running on a Nvidia 9800GTX. Same problems on other earlier Nvidia cards too. No ATIs here.

    Few games companies can afford to recompile plugins every time a new version of Max is released. Especially since in recent years Max hasn't provided significant features worth upgrading for.
    Many games studios are still using older versions of Max; admittedly most are also still using XP. PS cursor problems are one of the reasons.
    With all the bloated features added to PS over the years, this seems like a simple & important fix. It effects CS2, CS3 & CS4. Alot of our guys still use CS1 because the more recent PS versions are considered bloated & laggy.
    Maybe a 'light' power user version for the furture is something to think about. CS4 is several GBs of god knows what. The Gimp is 25meg & improving.
    I'm sure we don't need GBs of bloat & services forced upon us.

  • Multiple star or snow flake schema for universe

    Hi,
    I would like to know following things
    1. Can we use more than one star or snow flake schema for an universe? and how to do this?
    2. Using multiple shemas for one universe is it good practice or not?
    Regards,
    Manjunath

    Manjunath,
    This is exactly where BusinessObjects excels.
    When dealing with multiple fact tables, you use contexts.
    Contexts are very simple to understand and you must take your time to do so if you are going to successfully develop universes based on more than one fact table. No matter what universe you build, the rule for contexts is always the same; there are no different circumstances based on, say, industry.
    Each context starts with a base table, typically a fact table, where all its joins are at the many end of the relationship. The joins are then followed out through the joined tables up other joins where they in turn are at the many end, as in a snowflake schema.
    For example, consider the very basic schema below:
    D1 -< D2 -< F1 >- D3 -< F2 >- D4
    There are two tables that only have many joins attached to them - F1 and F2.
    Starting with F1, I can move to D2. I can also move from there to D1. In the other direction, I can move from F1 to D3. However, I cannot move from D3 to F2 because the join cardinalities are in the wrong direction. So, I've found all the joins that belong in the first context. They are D1-D2, D2-F1 and F1-D3. By the same process, I will get to the second context containing joins D3-F2 and F2-D4.
    It doesn't work well with many-to-many joins, but you really shouldn't be facing these in a well-designed multi-star.
    As for one-to-one joins, set the cardinality as one-to-many in the direction that you know the relationship should be in for the ownership to work out correctly..
    The process that I've described above is essentially how the Detect Contexts algorithm works.
    The only remaining thing for you to read up on is the SQL parameters but essentially you need ot be able to select multiple contexts and generate multiple sql statements for each context. Otherwise, what's the point in defining them?!!
    Hope that clears it up for you.
    Regards,
    Mark

  • Recommended Partition Scheme for 11i / RH ES 3

    Hi,
    What's the recommended partitioning scheme for a RH ES3 and 11i install?
    Regards,
    Carlos

    Hi, The basic scheme that I use is the following:
    / ....................... 2 GB
    /tmp ................. 2 GB
    /home ............... 500 MB
    /var ................... 1 GB
    /usr .................. 4 GB
    swap ................ equal to ram size
    prodappl............ 50 GB ---> Apps Tier for EBS 11i (COMMON_TOP, IAS_ORACLE_HOME, ORACLE_HOME_806, APPL_TOP)
    proddb ............. 10 GB ---> Oracle Home RBDMS for EBS 11i (ORACLE_HOME)
    proddata01 ....... 40 GB ---> filesystem datafiles 1
    proddata02 ........40 GB ---> filesystem datafiles 2

  • [Newbie] Basic nested table creation

    Hi there.
    I've got a basic scheme here. First, I've got a type called Student, with various attributes. I've also got a type Degree, which holds a nested table of Students. I'm trying to implement it like this:
    CREATE OR REPLACE TYPE Student_type AS OBJECT(
    Name VARCHAR2(20),
    Degree REF Degree_type
    CREARE OR REPLACE TYPE Students_NT AS TABLE OF Student_type;
    CREATE OR REPLACE TYPE Degree_type AS OBJECT(
    Name VARCHAR2(20),
    Students Student_NT
    Looks like there's a circular dependency here, how can I solve it? I've thought I tried adding the attributes of the relation (the reference in Student_type and the nested table in the Degree_type) afterwards by altering the types, but it does not work.
    What can I do? Thanks in advance.

    Hi,
    You need to create DEGREE_TYPE as an incomplete type first, as explained in the documentation :
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14260/adobjmng.htm#ADOBJ00402
    So in your case :
    CREATE TYPE Degree_type;
    CREATE OR REPLACE TYPE Student_type AS OBJECT(
    Name VARCHAR2(20),
    Degree REF Degree_type
    CREATE OR REPLACE TYPE Students_NT AS TABLE OF Student_type;
    CREATE OR REPLACE TYPE Degree_type AS OBJECT(
    Name VARCHAR2(20),
    Students Students_NT
    /

  • SCSI Inquiry fails with MDS 9222i

    Hi,
    I'm trying to send a device identification VPD page (0x83) SCSI INQUIRY to a CISCO Virtual scsi-fcp::target device from an initiator machine and receive the following:
    # sg_inq -i /dev/sg4
    VPD INQUIRY: Device Identification page
        inquiry: field in cdb illegal (page not supported)
    sending "standard" inquiry however returns a valid answer.
    Am I missing something here? Is there a security feature which may prevent me from receiving an answer?
    How do I cause the switch to answer this basic mandatory inquiry?
    Image Details:
    Kickstart: 4.2(3a)
    SSI: 4.2(3i)
    Your help will be much appreciated.

    If you want to use both tacacs and local for authentication.  You will need to create local users on the switch.
    The authentication will first check with tacacs then fall-back to local.
    Thanks

  • Permit access withing schemas in single workspace?

    Hi All,
    I would like to provide access to all my schemas within one workspace.
    basically, SCHEMA "A" and "B" would have access to each other's objects in single workspace.
    Can someone detail how to do this?
    I tried using MANAGE WORKSPACE TO SCHEMA ASSIGNMENTS" and could not find a way to do this
    thanks

    Hello,
    You can assign multiple schmeas to a workspace. Please read [url http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21678/adm_mg_wrkspc.htm#AEADM245]Managing Workspace to Schema Assignments
    basically, SCHEMA "A" and "B" would have access to each other's objects in single workspace.If you want to access Schema-B objects from Schema-A, then you have to grant respective privilege to Schema-A from Schema-B. This is not specific to APEX.
    Regards,
    Hari

  • Highlighting Text In Pages 4 and 5: How To/Best Methods?

    Hello Fellow Macers:
    I need advice on the best way to highlight text in Pages 4 and 5:
    I use and prefer Pages 4.3. Yes, I have Pages 5.2, and I find that using it good for some things (dictating into a document), but not so good for others - highlighting text.
    For example, I read tons of documents and like to make notes, comments and especially highlight text according to a color-code scheme that I have used for years.
    For those who use Word, this process of highlighting text is pretty straight-forward:
    You highlight your text and then simply click your highlight box on the Word toolbar (choose a default color, usually yellow) and you're done. If you need to use another color, just use the pull-down, as seen above. The drawback in Word - no Orange, or sectrum option.
    But let's face it - Word as a program is just too much. As someone who has used every word processing program under the sun, I find Pages excellent. It does what I need.
    However, I find highlighting text in Pages clumsy. Here's what I need to do to highlight text in Pages 4.3:
    Go to your toolbar, and then choose a highlight/background color. It's more labor intensive then Word, above, but you do have the option of more colors.
    Then there's this method, where basically you get to simply use yellow as your color:
    IMHO both are clumsy methods compared to Word, but have become even more so in Pages 5.2....
    Lots of clicks to achieve simple color highlights.
    Am I missing something, or is there a simpler way, in either Pages 4 or Pages 5, to achieve the above results???
    Any suggestions appreciated!

    Dear VikingOSX:
    As Ed MacMahon once said (before your time?) re Pages 5 Character Fill Color: "You are correct, sir!!"
    The gear icon IS where the function that I'm talking about is located. Still, it's annoying.
    Q: Why?
    A: Because from a work-flow perspective as someone who is highlighting it makes no sense. We in the Western world read and write from top to bottom, left to right. Making a mark on a doc should follow the same flow.
    You should not have to keep looking over to the right side of the doc to find your function. Logically it should be at the top (e.g., toolbar), on the left, or perhaps some contextual pop-up option.
    Furthermore, it's more "labor intensive" from this point of view: In Word, once you set the color (which, granted, you may need to change from time to time IF you, like me, use multiple colors as part of your highlighting workflow), you just click the box after highlighting the text - 1 click vs 2, and possibly 3.
    The "richer color" part of my comment was just to note that a flaw, in my view, of Word's basic scheme is that:
    1) It lacks an Orange. And we've all used an Orange highlighter at somepoint, right? Or perhaps, you were like me in High School and threw them instead. But you get the point...and
    2) Having a wider pallatte available as an option - which you do in Apple's scheme - is nice. I use color coding/highlighting to make notes and save time. The colors tell me what's important, what's next important, key terms, etc. Also, for example, if I wanted to outline my highlighting notes, the color scheme (which has a heirarchy based on color, right?) allows me to do this quickly because it's already there.
    As for the Dictation function working on Pages '09/4.3 - again, you are correct, sir! And that's great to know. I had tried to use it before when the new Pages 5 (hitting fn twice on Pages 4.3) but it didn't activate. I tried it after reading your response and Bingo! It's Alive! So thanks for that tip.
    Your keyboard shortcut scheme is an interesting idea, and I may try it as an experiment. My intuition is that it will not work as straight-forwardly as Word's toolbar pull-down will, but I might be wrong. We'll see.
    And yes, I do use Pages '09 (4.3) instead of Pages 5 for exactly this reason (see my discussion)
    Great reply! Thanks!

Maybe you are looking for

  • Exception calling "Update" with "0" argument(s): "To add an item to a document library, use SPFileCollection.Add()"

    Hi i am trying to add a new item and update existing field value in a document library with powershell  but i receive below error message. PS C:\Users\spfarm> C:\Scripts\add.ps1 Exception calling "Update" with "0" argument(s): "To add an item to a do

  • SSI PARAM tag

    We are trying to implement server side includes for our servlets, but are           having difficulty retrieving parameters passed using the param tag. Our           shtml code is as follows:           <HTML>           <BODY>           <SERVLET NAME=

  • Transport Req  issue

    Hi All, I am not a basis person, but by a bit bad luck i created a transport request in which though i intended to include only my objects , i included lot of unnecessary req, and they are all coming directly under the main req number in , ie in "Obj

  • EDIFACT TODESADV(IDOC)

    Hi, I want to perform EDIFACT to IDOC scenario.Please advise  me step by step document. I tried to perform..But I m confused.Firstly i imported EDIFACT_96A.xsd to external definition and used as source.As target i used idoc.And I mapped tit each othe

  • Activate design manager (sandbox) solution using power shell - SP2013

    Hi All, I have a  design manager (sandbox) solution and deployed in site collection. I am trying to upload the new version using power shell. Uninstall-SPUserSolution , Remove-SPUserSolution, Add-SPUserSolution and finally doing Install-SPUserSolutio