Which is better External View OR Database procedure Proxy ?

Hi Jasmin and Kilian,
Creation of External View in HANA and consume in ABAP.
Which is better External View OR Database procedure Proxy.
Regards,
Pravin
Message was edited by: Jens Weiler
Branched from http://scn.sap.com/thread/3498161

Hi Pravin,
that depends on your application logic and use case. There is no general recommendation for one or the other.
If, for instance, you have input parameters, you would go for a DB procedure proxy, since the external view does not allow to pass input parameters from the ABAP to the HANA column view.
On the other hand, if you would like to consume the result in an ALV with integrated data access (the "next generation ALV"), you would rather go for an external view... so - like the answer to so many other questions - it depends... .
Cheers,
  Jasmin

Similar Messages

  • Invalid Number : Database Procedure Proxy

    Hi Folks,
    I am trying to create DB Procedure proxy in ECC with importing parameter as table(OUT). It is giving a dump says Invalid Number(SQL Error 339). It works perfectly for scalar outputs.
    Sreehari

    Hi Sreehari,
    Can you please share the script you used to create?
    Best Regards,
    Ranjit

  • Which is better creating view accessor based on view object or view instanc

    When creating view accessors whether in the entity object or in the view object, we have two options:
    1- create the view accessor based on a view object.
    2- create the view accessor based on a view instance.
    what are the differences between these two options?
    what are the cases where I should only use option 1 or option 2?
    which one is better?

    Hello Timo,
    I will try to explain my question better.
    when we create view accessor, after click on create new view accessor icon, the create view accessor window is opened, at the header of this window there is a statement says:
    Select a view object or shared view instance and shuttle it to the selected list to create a view accessor.
    and here is my concern, which one to use
    1- select a view object from one of the available view object and shuttle it to the selected list.
    2- select a view instance from the application module and shuttle it to selected area.
    If you have FOD sample (and I am sure you have it :) ), I see that oracle team has used both of them in different places, for examples
    1- in oracle.fodemo.storefront.entities.PersonEO all view accessors are created from view instance in SharedLookupService application module.
    <ViewAccessor
        Name="PersonTypesVA"
        ViewObjectName="oracle.fodemo.storefront.lookups.LookupsBaseVO"
        AMUsageName="SharedLookupService"
        ViewInstanceName="PersonTypes"/>is it because they are used to create LOV?
    2- in oracle.fodemo.storefront.entities.OrderEO the view accessor is created from a view object, not from instance inside application module.
        <ViewAccessor
        Name="OrdersVO"
        ViewObjectName="oracle.fodemo.storefront.store.queries.OrdersVO"/>I couldn't find the usage of this accessor?
    Hope it is clear now.

  • External views with HANA as secundary database

    Hi,
    internally we have since some time a discussion on whether one can make external views in ABAP when HANA is your secondary database. According to the documentation it is not possible, but apparently the HANA-versions of Financial transactions do use them. These transactions are SAP standard transactions. It is difficult to convince our users/developers that this is not possible, when they see it is used in SAP standard ...
    We do not get any clear answer to this problem. Also not from our consultants. The only remaining possibility seems to sketch a possible solution and ask you all some questions and make some statements to see if I am right.
    I think this little sketch shows the landscape you need to make all this possible:
    One cannot create an external view in Ecipse (ABAP in …) when you have HANA as a secondary database.
    External views can only be created using AIE, not in SE11 in the GUI.
    When these external views are created – using the described process – these views cannot even be displayed in the AIE when having HANA as a secondary database.
    This is the message we get:
    If you want to create an external view, you need a ‘landscape’ where HANA is you primary database. This means a supplementary R/3-ABAP and a supplementary HANA database, where all necessary tables do exist.
    You have to develop you HANA artefacts (attribute views, analytical views, calculation views, …) in this separate landscape.
    If you want to call them using external views, you have to do your developments here!
    Based on these views you create external views in the AIE on this separate landscape. This way they exist in the ABAP dictionary in this system.
    The name of the HANA-artefact and the external view in the ABAP dictionary have to be identical.
    You copy the HANA artefacts to you first HANA (where you use it as secondary database). Copy, transport, … whatever.
    You copy/transport your external view to your first ABAP dictionary.
    Now you can use it in a SELECT with CONNECTION(“to_2ndary_hana”).
    Is this correct? Or do I still miss something?
    Thanks for any reaction.
    Regard.
    Kris
    Message was edited by: Jens Weiler

    Hi Kris,
    except for "The name of the HANA-artefact and the external view in the ABAP dictionary have to be identical" all you points above are valid.
    Let me say a couple of words about the external views, especially those delivered by SAP.
    Assume you have a development system landscape like DEH (development system with HANA as primary DB), DEO (development system with another DB), QCS (quality system, doesn't matter which DB but receiving the consolidated transports of DEH and DEO), PDS (productive system with non-HANA as primary DB and a secondary DB connection to HANA).
    In this heterogeneous landscape you can create HANA content in DEH (respectively in the HANA underlying DEH) and external views via the ABAP Development Tools. You can transport the HANA content (e.g. via the HANA Transport Container) as well as the external views (and database procedure proxies) to the QCS system. The dictionary content, i.e. external views and database procedure proxies are active - otherwise the import/activation will fail - but you cannot consume them. Consumption of external views in the QCS system will lead to runtime exceptions as the underlying HANA artefacts are not accessible. However, since all the dictionary content exists, i.e. external views, database procedures, and the HANA transport container and all of them are active, you can further transport them to the productive system PDS. Once the external view is available in PDS and the HANA artefacts are available in the "side-car HANA" (assuming for simplicity you just use the connection to the DEH HANA), you can consume the external view respectively the underlying HANA view via OpenSQL in conjunction with the CONNECTION statement.
    The described procedure explains how SAP has been able to deliver external views. In our system landscape, we have development systems on HANA as well as systems using non-HANA as primary database - how exactly depends on the product etc. So once the colleagues developed their HANA views and created the external views on such a development system on HANA, we can deliver external views. You can consume these external views:
    in a system using HANA as primary database (assuming of course you have also received the correct HANA content and everything has been activated properly)
    in a system using HANA as secondary database and using the CONNECTION statement in Open SQL
    In scenario 1. you are able to create external views yourself via the ABAP Development Tools, while in the second scenario you can neither view nor maintain the external view.
    For database procedure proxies, there is a method to create the DB procedure proxies programatically (see http://scn.sap.com/thread/3498161).
    Hope this clarifies your questions,
    Cheers,
      Jasmin

  • Handling blank values in Database Procedure

    Hello Guys,
    I am building an application with HANA on ABAP. Here, I have created a database procedure which we are consuming from ABAP via database procedure proxy. In this case, we are facing issues on the below point:
    As in conventional ABAP program, within the 'Where Clause' of a select statement if we pass a select-options/parameter with no value, then it will get all the data from the table. However, while passing blank value to database procedure, then it is unable to fetch the data from underlying HANA database tables/views.
    In this regard, it will be really helpful, anyone could guide me on how to handle the blank value like we do in ABAP.
    With Regards,
    Arnab

    Have a look on the discussions in this thread.
    How to keep filter for Blank values in Calculation view
    Regards,
    Krishna Tangudu

  • Which is better white ipad or black ipad?

    I want to get the new ipad and I have gone to the store and seen both the black and the white one. But sometimes there are limits to what you can do. I want to know how they compare.
    Of course I know color is my preference. But from someone who has used either. Which is better for viewing movies and photos? I would assume black, but then I have read a few that said the white makes everything pop and look better. They advertised the white more, but then in some ads show the iphoto on the black one ?
    Any views?
    Thanks!

    BLACK
    But, I must admit that when they come out with the RED one -
    it will match my new Volvo S60 D3 with two-tone steering wheel…
    Now that will be distracting (but fun!)

  • Error while executing DB procedure proxy

    I am getting error 'Database error text: Insufficient privilege: Not Authorized ' when I call a database procedure proxy in a abap report program.
    Can any one help?
    CALL DATABASE PROCEDURE zdpp_oia_topandflop
    EXPORTING iv_number = lv_number
    IMPORTING et_top = lt_top
    et_flop = lt_flop
    I also tried calling a  HANA procedure in an ABAP report program  which works fine .
    Thanks in advance !,
    Sharada

    Hi. Sharada GSharada G
    I had been got in same problem.
    Finally, I solved the issue.
    Just follow below steps.
    1. Log on your HANA System with HANA Studio (SYSYTEM Account)
    2. Add "GET_OBJECT_VERSION" Object Privileges to SAP<SID> Account with only "execute" option.
    3. then Everything will be done.
    I hope you save a couple of day to settle down this problem.....

  • View or Package, logic problem which is better

    I'm new to Oracle so I'm trying desperately to take what I know
    from other systems and apply it here and I'm hitting a stumbling
    block. I have a very complex view that I will spare you the
    details to, but what it amounts to is:
    create or replace view testview
    as
    select * from table_x where year_column=2001 ;
    this is fine, but what do I do when I want to change the year to
    something else? I don't want to have a view for every year,
    that's a maintenance nightmare. I'm in the beginning stages
    with packages, so I understand how they work and mostly how to
    build one, and I'm halfway through building a procedure to
    create the view, but in that case, I wonder what will happen
    when the procedure is run a second time, will the person who ran
    it the first time suddenly get the new view, will it invalidate
    itself, or will it just crash? I am stuck with one schema with
    a "global" type login, so it's not like each person can have
    their own. I have thought of cursors, but I don't understand
    how to use an explicit cursor as part of another SQL/cursor/view
    because this view is only a small part of other views I am
    building. I need to figure out how to pass the parameter from
    an external system (non-Oracle) and handle most of the code in a
    procedure/package or if I make this a view of all the available
    data (with no year limit) and do the parameters on the other
    side in the non-Oracle system it really slows things down to an
    unacceptable level and doesn't teach me how to do anything new
    or take advantage of the Oracle backend.
    Any help will be deeply appreciated. thanks!

    Hey!
    thanks for the input. It's exactly what I'm looking for as a
    newbie. To give you some background, the database isn't that
    unusual, it's a government financial app (non Oracle but Oracle
    db) with about a million tables which I'm connecting to through
    a database link which I have in my own database space because we
    (devs) aren't allowed to create packages/procs in their space.
    Which makes sense from a security standpoint, but it requires
    some creative thinking for other issues. I'm doing reports,
    which means creating a lot of "denormalized" views and when we
    start talking about an entire year's worth of data at the
    transaction level, it slows way down. Luckily a lot of the
    stuff I'm doing is actually summaries for the year, etc. My
    front end at the moment is Access/Visual FoxPro, but I'm hoping
    to move to more web based reporting (tool TBD later - likely ASP
    or Java, any recommendations?) as I stuff as much as humanly
    possible into the PL/SQL to reduce the network traffic. Access
    handles views really decently/transparently, but there's some
    ugliness with ref cursors. One of my cohorts has found an
    example on the web somewhere and while passing the parameter in
    isn't a big deal, it's an ugly bunch of VBA code just to process
    the returned cursor, something about it having to load it row by
    row. I've only glanced at it and need to look at it in more
    detail. I was just hoping I'd missed something more
    obvious/simpler through inexperience. I do admit Oracle is
    capable of doing some of the most complicated SQL I've ever seen
    and it's kinda fun to see exactly how many
    joins/tables/subqueries I can throw into a single SQL. I'm just
    not used to looking at it that way; I'm more used to writing
    several sequential SQL statements that can build on or refer to
    each other by a temporary name/alias. I either haven't figured
    out the syntax/commands to map what I know how to do to the way
    Oracle does it, or maybe it's just never done that way? Hard to
    say. But then again I live to learn through trial by fire. :)
    thanks much!!

  • Which is better for performance Azure SQL Database or SQL Server in Azure VM?

    Hi,
    We are building an ASP.NET app that will be running on Microsoft Cloud which I think is the new name for Windows Azure. We're expecting this app to have many simultaneous users and want to make sure that we provide excellent performance to end users.
    Here are our main concerns/desires:
    Performance is paramount. Fast response times are very very important
    We want to have as little to do with platform maintenance as possible e.g. managing OS or SQL Server updates, etc.
    We are trying to use "out-of-the-box" standard features.
    With that said, which option would give us the best possible database performance: a SQL Server instance running in a VM on Azure or SQL Server Database as a fully managed service?
    Thanks, Sam

    hello,
    SQL Database using shared resources on the Microsft data centre. Microsoft balance the resource usage of SQL Database so that no one application continuously dominates any resource.You can try the 
    Premium Preview
    for Windows Azure SQL Database which offers better performance by guaranteeing a fixed amount of dedicated resources for a database.
    If you using SQL Server instance running in a VM, you control the operating system and database configuration. And the
    performance of the database depends on many factors such as the size of a virtual machine, and the configuration of the data disks.
    Reference:
    Choosing between SQL Server in Windows Azure VM & Windows Azure SQL Database
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here. 
    Fanny Liu
    TechNet Community Support

  • Which is better? store files in the database or directly on the O.S.?

    Hi,
    i´m developing an application to manager files. which is better? store files in the database or directly on the O.S.? If i decide to store on database, i will use the BLOB data type but i have a doubt...the BLOB data type occupies the same space on database regardless of file size? there is another data type better?
    Tks,
    Fernando.

    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1011065100346196442
    Ask Tom has a bit of info to share on the topic. Have a read of this. :)

  • Which is better to install Oracle 11g database based on ASM or Filesystem

    We will install 2 sets of Oracle 11.2.0.3 on Redhat Linix 5.6 and configure Data Guard for them further -- one will be a primary DB server, the other will be a physical standby DB server. The Oracle DB stoage is based on SAN Array Disk with 6TB size. Now there are two options to manage the DB datafiles:
    1. Install Oracle ASM
    2. Create the tranditional OS filesystem
    Which is better? in the past, our 10g data guard environment is not based on Oracle ASM.
    Someone think if we adopt the oracle ASM, the shortcomings are :
    1. as there is one more instance that will consume more memory and resource.
    2. as the ASM file system cannot be shown out on the OS level directly such as "df" command, the disk utilization monitor job will be more difficult. at least it cannot be supervised at OS level.
    3. as the DB bshoule be done the daily incremental backup (Mon-Sat) to Local Backup Drive. the bakup job must be done by RMAN rather than user-managed script.
    Who can provide some advices? Thanks very much in advance.

    user5969983 wrote:
    We will install 2 sets of Oracle 11.2.0.3 on Redhat Linix 5.6 and configure Data Guard for them further -- one will be a primary DB server, the other will be a physical standby DB server. The Oracle DB stoage is based on SAN Array Disk with 6TB size. Now there are two options to manage the DB datafiles:
    1. Install Oracle ASM
    2. Create the tranditional OS filesystem
    Which is better? in the past, our 10g data guard environment is not based on Oracle ASM. ASM provides a host of new features ito data management, and performance - to the extent that you can rip out the entire existing storage system, replace it with a brand new storage system, without a single second of database downtime.
    Someone think if we adopt the oracle ASM, the shortcomings are :
    1. as there is one more instance that will consume more memory and resource.Not really relevant on 64bit h/w architecture that removes limitations such a 4GB of addressable memory. On the CPU side... heck, my game PC at home has a 8 core 64bit CPU. Single die and dual core CPUs belong to the distant past.
    Arguing that an ASM instance has overheads would be silly. And totally ignores the wide range of real and tangible benefits that ASM provides.
    2. as the ASM file system cannot be shown out on the OS level directly such as "df" command, the disk utilization monitor job will be more difficult. at least it cannot be supervised at OS level.That is a A Very Good Thing (tm). Managing database storage from o/s level is flawed in many ways.
    3. as the DB bshoule be done the daily incremental backup (Mon-Sat) to Local Backup Drive. the bakup job must be done by RMAN rather than user-managed script.
    rman supports ASM fully.
    I have stopped using cooked file systems for Oracle - I prefer ASM first and foremost. The only exceptions are tiny servers with a single root disk that needs to be used for kernel, database s/w, and database datafiles. (currently these are mostly Oracle XE systems in my case, and configured that way as XE does not support ASM and is used as a pure cost decision).

  • Which is better an android or apple

    Which is better getting an android smart phone or an Apple I Phone?

    As the poster Horses 547 said its a matter of personal preference. However I own and use both. Printing via air print is smooth and easy on an iphone. Printing on a android phone is iffy and tedious and you will have to find an app to print since there is no native app to do so. I purchased http://www.printhand.com which costs around $12 from the app store. but it is in my opinion the best printing app out there for android. I use it on my android tablet as well and its great. This company is the maker of the print app on iphones.
    The iphone is a little harder to put your own ringtone on the device. However very easy from the Itunes you put on your computer and hook into.
    Another thing an iphone does is if you use their cloud service or pay for a song it is available on all your ios devices. Iphone, ipad, or ipod or up to five computers registered through itunes on those computers.
    Google play music also can sync with all your android devices.
    Iphone don't have external Micro SD card slots, so the storage on the phone is all you have.
    Iphones use imessage which does not count against your text allotment  to another iphone or ipad user. it send regular text to non iphone users.
    Another thing is Face Time but I found a better program called oovoo at http://www.oovoo.com or in the Google Play Store for free.
    Iphones are paper thin but I have an android that has a larger view area and is also paper thin and light. Depending on the android phone it may have a removable battery, whereas iphones are sealed as are some new androids. I have found the sound for music better on my iphone, and videos are crystal clear. Again on some better androids the music and video is comparable .
    There is really not many differences but it up to the user.
    One last good thing is iphones are updated via Apple, no long waits for OS updates like is done with Android devices, and android devices on Verizon.

  • Which is better? Resize datafile or add datafile in same diskgroup.

    Hi All,
    Can you explain which is better option between adding a datafile or resizing one in a diskgroup with 20 disks?
    Regards,
    Avi

    hello buddy,
    Since you know that a small file datafile has a limitation of 32gb then if your tablespace is out of this space then the solution is add more dfiles, also, in my point of view less datafiles in a hughe database is better for evite ckpt contention. The answer is dependo always for your situation!!!
    I hope it helps
    best regards,
    Rodrigo Mufalani
    www.mufalani.com.br

  • Advice Needed... which is better?

    Hello...  I am not a computer 'genius", but not a complete "computer idiot' either.  I have a question, and then I will give my reasoning, because maybe it matters in the decision.
    Which is better, a PC (Gateway) with 6GB Ram, i5 processor, 1.5TB HD  or an Imac 4GB Ram, i3 processor, 1TB HD??
    Basically, I have had a Dell 2GB Ram desktop for 7 years, which suited me fine. I ran CS3 on it with no problems.  I recently had a virus, and had to swipe my computer, and when I re-installed Adobe, my Premiere Pro will no longer allow me to edit properly (audio plays fine, while video lags and skips around during viewing).  I know it is time to get a new computer either way, and a few friends have told me that I really shouldnt be running Premiere Pro on 2GB of ram, and suggested at least 6GB.
    I found a Gateway for $650 on bestbuy site with the above specs... but then someone I know, told me I would be better with an Imac with the specs above.  Is that possible that a 4GB mac would run better than the 6GB PC?
    also..  will CS3 work on the Windows 7 PC, but if I get Mac system I will be using CS5.
    I use Photoshop, and Premier Pro for simple music video editing (5-6min videos).  I do not do anything major..but want to at least be able to view what I am doing.
    thanks

    While I don't agree that Macs are as inferior as some here claim, for your purposes an i5 iMac is certainly inadequate. The i7 quad core iMac is something else again; it can take up to 16GB of RAM, which is plenty for most applications. The particular i7 CPU in the iMac is also quite capable with a number of performance enhancing technologies on board. The big problem with the iMac, though, is that it comes with only one internal HDD; there is an added SSD option, but in my opinion it's still too expensive. For video you should have at least two internal drives and preferable three or four, as others here have said. External drives are generally slower, even if you use a FireWire 800 port. Sometime this year Apple may add a Thunderbolt port to the iMac, as they have to the MacBook Pro. This will be a game changer for external media, with unheard of flexibility in connectivity and the performance of Fiber Chanel at an affordable price. There are already external RAIDs coming to market with Thunderbolt connections. However, there is no date certain for such an iMac refresh.
    For even semi-serious video you need some heavy iron, whether Mac or PC. There are some great Mac Pros available now with up to 12 cores on two 6 core Intel Westmere processors; however, even though I am a Mac fan, I'm sure you can build or get a BTO Windows PC with comparable specs for less. I suggest a minimum of four modern CPU cores to handle multi-threading and multi-tasking chores. At least two fast internal hard drives, four is preferable. And, of course, the more RAM the better, though this too will raise the price. You may not get the maximum RAM right away; the important thing is that the motherboard be able to support substantial RAM upgrades so that you can grow into it.
    The challenge, even with PCs, is that a number of core technologies are changing right now. SixGb/s hard drives are becoming available but it would take a high-end and relatively new motherboard to support them properly. So, besides the question of which computer to get, you have to consider when to get it. If you need it right now, that narrows your choices somewhat because you cannot wait for these new technologies to come on line.
    The most important thing to consider, though, is not to cheap out. Presumably you will be doing some real work on it, so think of this computer as an investment in your own future. Buy the most computer you can afford and a little bit more. Oh, and there is a new Version of Final Cut Pro coming out soon that will be Intel only and 64 bit capable, so Apple is moving ahead on this front, too. Remember, not all of Adobe's CS apps are 64 bit yet either. It's just one more technology in transition.
    One point I will concede, however, is that Windows has better video drivers than OS X. Even on a Mac, running Windows in Boot Camp delivers better video frame rates than the Mac versions of the same apps running in OS X. So, for reasons of cost and better video support, a Windows PC is probably the way to go. PCs also have it over Macs in the number of options available. If you are not a techie yourself, I agree as well that it is probably a good idea to have someone who is built it custom for you. Of course, with a custom PC you won't get the kind of warrantee that comes from Dell or Apple, but the person who builds it for you will probably be able to service it as well.
    Ultimately, of course, your budget is likely to govern the kind of PC you get more than your preferred specs. But even with Windows PCs you get what you pay for. A cheap PC is just that, a cheap PC. Inexpensive PCs are affordable because they use inferior components. Keep that in mind.

  • SQL Loader or UTL_FILE , Which is better ??

    Hello All,
    In my system I have to Download the data from a file each day in some table.
    The file is of fixed format. And the number of records (lines) in the file is not more than 1000 (say) each day.
    I would like to know for such scenario what will be better to use, SQL Loader or UTL_FILE package to read the file?
    DB - Oracle Database 10g on Linux platform.
    Thanks & Regards,

    Subject: Re: SQL Loader or UTL_FILE , Which is better ??
    Hey,
    My control file 'ATTENDANCE.ctl' is as follows
    load data
    infile 'C:\DATA\06012007.CAP'
    badfile 'C:\DATA\atncap.bad'
    append
    into table NIS.atncap
    COMP_CODE constant 'SP',
    TXN_SRNO sequence(max,1),
    TXN_DATE POSITION(05:12) date 'MM/DD/YYYY' ,
    TXN_ATDATE POSITION(05:16) date 'MM/DD/YYYY HH24:MI',
    TXN_EMPL POSITION(17:24) INTEGER EXTERNAL,
    TXN_TIME POSITION(13:16) ,
    CREATED_BY constant '---',
    CREATED_DT sysdate,
    MODIFIED_BY constant '---',
    MODIFIED_DT sysdate,
    TXN_FILE POSITION(05:12) INTEGER EXTERNAL,
    TXN_INOUT POSITION(26:26) INTEGER EXTERNAL
    and sample data from my file which is to be loaded is
    CC000601200707300025831201FF09D071
    CC000601200708330025836601FF09D17F
    CC000601200710260025830001FF09D271
    CC001201200718480025836201FF09D374
    CC000601200719100025836601FF09D47B
    which contains some flags, date, in/out times, employee code etc. and the positions of all the fields is fixed. The file is generated on daily basis with system date as the file name.
    i.e. above data is from file '06012007.CAP'. We can easily see the date field is at positions 05 to 12 in the file.
    So, for this purpose each time I have to update the control file for 'infile' parameter.
    Thats what I said in my second post.
    Message was edited by:
    Abhijit Deshmukh

Maybe you are looking for

  • New owner, a few questions

    I have enjoyed my new Iphone for 2 months and purchased a unit for my son as a Christmas present. Initially we will be sharing the same desk top till he can get laptop. My plan is 2 seperate Itunes accounts. Only one calendar (outlook) on this deskto

  • How to trim the spaces at end of the line

    Hi, My requirement is to spool the data returned by query with column seperator as "|" . I am setting linesize before running the query and can't expect the exact linesize. There may be extra spaces also. Example: 2030588|EPM_NA_US_RMT_12295_________

  • Organizational Model

    Hi Gurus Can any one tell me in detail , how the organizational Model is created and why it is done. If possible , could anyone explain with some real life examples. Thanks in advance.

  • Setting up bt home hub with airport extreme and timecapsule

    Hi I am running BT Broadband direct into a BT Home Hub (Black version) then ethernet into an airport extreme. Timecapsule then extending the apple network and an iMac ethernet into the timecapsule Various other macbooks, iPhones,iPads, iPods and appl

  • Help me with this question?

    Hello everyone, I am doing a university assignment on oracle. The question i have is not really technical, but more theory based. The question that is asked is this: == begin == Produce a description of the elements of the sales, marketing and stock