Advice Required Please

Hi,
I would be grateful if anyone could advise on the following :
i) A client that I have is new to Oracle Application Express. What is the
considered practice as regards setting up workspaces for a set of developers
i.e. should one workspace be set up for each of the users to access or should
a workspace be set up for each user?
ii) If a customer wants to start creating applications, should they do so within a
newly created schema (of their choice) or should they use e.g. Hr?
iii) Where can I find the 'ctx' related password as regards the step in the
installation guide concerned with the Oracle Text requirement?
iv) In some older documentation (Apex v2.2 installation) concerned with the
installation of the HTTP Server on a Linux box, it mentioned about the fact that
the rc.local file in the /etc directory should be amended with appropriate values
in order to re-enable the restart of the HTTP Server in the event of a server
reboot - is that the general approach these days for v3.0.1 on that hardware?
Thanks in advance for your assistance.
Kind Regards,
Tom

i) Are the developers working on the same application? If so, you would want to set up one workspace. Accessing applications across workspaces from a central location can be tricky if not near impossible.
ii) The schema in which to create applications depends on how the database is going to be accessed. For example, our data warehouse site is using VPD, so we have our main schema DWRP where the data resides and the Application Express uses a schema called DATA_SCHEMA where the VPD functions are applied.

Similar Messages

  • Pre-project help/advice required please

    Hi,
    I am about to start on a university project for which I have to implement a Java software solution. I am new to programming so I would appreciate any help/advice.
    I am intending to create a java site (not JSP) for a company which will allow the company's contractors to post jobs in their particular section of th esite (after they have logged in) they can post, edit, update and print jobs. The company must be able to receive these jobs by logging in and then be able to update the progress of the jobs, i.e. recieved, customer contacted, done etc. There will be approximately 4 external companies providing jobs to start with.
    My questions are:
    Can I make a Java program to do this and put it on a webpage?
    Is it best to use MS Access?
    Any tips or pointer?
    This is just astart, I am about to start the design process. I am sure you will see my name more often as the project progresses:D
    Thanks
    FR

    While you could use java to create this project WITHOUT using servlet/JSP technology, it would make it far more difficult. As Brenner said, you could use applets instead, but why deal with the GUI yourself when you can let HTML handle it?
    I'm not sure why you would not want to use servlet/JSP technology... perhaps you have concerns about the web server being able to use it? That's a possible issue, but if the web server is relatively recent, it ought to support Java. If you can use your own software, use Tomcat... it's Java-enabled, and free.
    As for Access... if you have it, it wouldn't hurt to use it. I'm sure there are JDBC drivers available for MS Access somewhere. If, however, you don't HAVE TO use it, I'd download something like mySQL. It's free, and it has free JDBC drivers available. I've used it for school projects, and it's relatively easy to use. No GUI like Access, but I personally consider that a plus ;-)
    I'm a web developer for the military, and I use Java exclusively for my applications. In fact, what I do is done in a way very similar to what you're proposing right now. I make extensive use of servlets, JSPs, JDBC for database access (using DB2, which is a pain), JavaBeans, DataSources, and just about any Web-oriented Java technology you can think of. If you have any specific questions about anything for your project, feel free to contact me. I've probably already done just about anything you're going to encounter, so I'd probably be able to answer any questions easily. My email is [email protected] (I'm supposed to limit incoming mail to my military account... too many viruses floating around).

  • Noobie Mac User Alert, Advice Required Please

    Can I plug my existing USB external hard drive into a MAC. The drive contains my backup files of photos (Mainly JPEG'S and some PNG'S) plus my music and some .MOV files. I'm making the move from a PC (WHICH I LOVE DEARLY) to a Mac as I know they are reliable. Any help or advice you folk can give me would be greatly appreciated.

    Thank you so much for the prompt reply. As long as I can get my content transferred over to the mac thats all I need to do. I'm keeping my Windows PC, my wife will have it and make good use of it.. I'll buy a new external drive to use for the MAC.

  • Cooling advice required please

    Hi all,
    I would like advice on best fan (and adaptor for 60mm to 80mm) to replace my stock hsf and a fan for for my passive cooler on my chipset.  Would these be OK to plug into the appropriate headers on my motherboard.
    Thanks
    worf105
    P.S. should I get anything for the south bridge?

    For best overclocking performance you should get a new heatsink + fan. Try adding a small fan (any will do) on your northbridge heatsink. Some fans draw a lot of power, so you might need a 3-pin to molex connector or you'll fry your m/board.
    P4 2.4B without IHS
    MSI 865Pe Neo 2
    1GB Dual-channel DDR-333
    Gigacube Radeon 9600 pro
    2x 40Gigabyte 7200 RPM HDD on RAID 0
    Creative Sound Blaster Audigy DE
    450 watt I-cute PSU
    52x24x52x CDRW
    I know I'm poor...

  • Charting within Web-PL/SQL Application - advice required please

    Currently trying to enhance our Designer generated Web-PL/SQL application by including charting.
    There is no provision to do this within Designer so are exploring other solutions, specifically using a server side servlet to render a chart as a gif, returning this to the client HTML page.
    Has anyone got any recommendations on what to use to do this?
    We've tried with limited success calling the Portal servlet (called chart) due to lack of documentation and relience on certain Portal procedures. We're currently experimenting with Oracle Chartbuilder, which looks promising, but would really like to know what the recommended or favorite solution is!
    Any feedback appreciated!
    Anthony

    user645399 wrote:
    Right now, I am displaying a table in the web by selecting all the records from a particular table.
    This is how I do it.Not a great way to display a report. This is not re-usable code. Difficult to maintain. Difficult to add or change the presentation of data.
    The proper way to do it, will be to use a DBMS_SQL cursor. After the cursor is opened, you use the describe function on the cursor that returns the number of columns in the cursor, the names of the columns, and their data types.
    This data is then used to fetch a column value from the cursor, and render it (as per its data type). This can easily be extended to make use of reporting templates and defaults and even style sheets to make rendering easy and flexible.
    DBMS_SQL is detailed in the [Oracle® Database PL/SQL Packages and Types Reference|http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_sql.htm#BABEDAHF] guide.
    Should I include a search engine? or how should I go about it? Is there a way to break the table into smaller parts using the dealer id?Why not use APEX? The above method that I've described is what is employed by APEX. So instead of writing that yourself, having to deal with dynamic variable binding, pagination, web state and security and so on.. APEX does all of this, and more, for you.

  • Small notification requirement please.

    Hi All,
    I have a small requirement please.
    Need a link in the message body and on click new page with some data has to come.
    Tried with document type attribute and checked on 'attach content', Link was coming at the bottom and working fine, but need the link in middle of the message body.
    Tried with another URL attribute and assinged doc type to this, and used this url attribute in the message, but not working.
    Please any help would be appriciated.
    Cheers,
    Kittu.

    Hi,
    I have answered your post on the WorkflowFAQ forum - http://smforum.workflowfaq.com/index.php?topic=1131.0
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Notification Requirement Please.

    Hi All,
    I have a small requirement please.
    Need a link in the message body and on click new page with some data has to come.
    Tried with document type attribute and checked on 'attach content', Link was coming at the bottom and working fine, but need the link in middle of the message body.
    Tried with another URL attribute and assinged doc type to this, and used this url attribute in the message, but not working.
    Please any help would be appriciated.
    Cheers,
    Kittu.

    Hi,
    I have answered your post on the WorkflowFAQ forum - http://smforum.workflowfaq.com/index.php?topic=1131.0
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • I am using InDesign CS5. I have a body of text which is ranged left with tabbed indents. My client now wants the copy to be justifed, keeping the tabbed indents. Help and advice needed please!

    I am using InDesign CS5. I have a body of text which is ranged left with tabbed indents. My client now wants the copy to be justifed, keeping the tabbed indents. Help and advice needed please!

    Hi
    That screen grab helps a lot. There’s a much easier way of doing what you’re doing.
    Remove all your tabs and set the text in justified paragraphs.
    I’ve typed in dummy text in the example I made below, but after “19.1” put in a space and put your blinking cursor after the space and before the ’N’ of ‘Notices'.
    Then hold down the Command key and hit Backspace (on Mac at least - it’s the key between the Inverted commas/ apostrophe key and the return key).
    The text will jump into place the way you want it to.
    Hope that helps
    Paul
    PS You can set a tab, instead of using a space, in the description I gave above. So, after 19.1 or 19.2 or 19.185 etc etc insert a tab, then hit the Command Backspace after every paragraph number and they'll all line up exactly together. You'll find that editing text within the paragraphs
    after you've set it will be LOADS easier this way.
    You can put the tab anywhere you want it to be using 'Command-ShiftT' and putting a 'left align' tab just after the number. Just type the Command Backspace after the paragraph number and it'll work

  • HT4759 When I try to return to my last backup, it tells me the IOS7 required, please help.

    When I try to return to my last backup, it tells me the IOS7 required, please help.

    Did you install the beta version of iOS 7 on your phone? If so, and you are a developer, you must post in the developer forums. If you are not a developer, you are stuck and will not be able to get assistance on these forums.

  • Currently using OSX Mountain Lion 10.7.5  want to synch facebook contacts to mac address book. Is there some way to achieve this? If software upgrade is required please advise what software to use

    Currently using OSX Mountain Lion 10.7.5  want to synch facebook contacts to mac address book. Is there some way to achieve this? If software upgrade is required please advise what software to use

    Facebook contact sync with Mac native contacts app is part of Mac OS X 10.8 (mountain lion). 

  • HT1430 I can't open my apps on iPhone 4s even tried resetting nothing happened. Any advice? Please help

    I can't open my apps on iPhone 4s even tried resetting nothing happened. Any advice? Please help

    Yes. Since you're restoring as a new device, it doesn't really matter what computer you use. Just make sure you sign into iTunes using YOUR Apple ID first.
    You should be aware, by design, iPhone syncs or manually manages iTunes content with ONE computer at a time. Every time you switch computers, ALL iTunes content will first be erased from your phone, to be replaced with the content from the new computer.

  • Hi i just synced my iphone to my new laptop ive lost all my ringtones and i tried to buy anouther and it says tones are not available on this device, a device that can run i0s 5.0 or later is required please help :(

    hi i just synced my iphone to my new laptop ive lost all my ringtones and i tried to buy anouther and it says tones are not available on this device, a device that can run i0s 5.0 or later is required please help

    There are multiple reasons that lead to issue. You should read the troubleshooting guide to get the right solution to solve the issue: iPhone, iPad, or iPod touch not recognized in iTunes for Windows - Apple Support

  • Complex Requirement please need advice

    Hi I have a table as below:
    SITE_ID_NBR     DIRECTION     START_DATE     START_DAY     END_DATE     END_DAY     TRAFFIC_SAMPLE_ID     BIN_DATA_ID     END_INTV_TIME     BIN_1_DATA     RN     CNT     WEEKEND_FLAG
    97809011     1     110308     Monday     111008     Monday     143302     114638     1400     4     1     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114639     1500     4     2     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114640     1600     2     3     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114641     1700     1     4     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114642     1800     6     5     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114643     1900     2     6     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114644     2000     1     7     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114645     2100     1     8     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114646     2200     1     9     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114647     2300     0     10     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114648     2400     0     11     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114649     100     0     12     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114650     200     0     13     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114651     300     0     14     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114652     400     0     15     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114653     500     0     16     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114654     600     0     17     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114655     700     0     18     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114656     800     1     19     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114657     900     4     20     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114658     1000     0     21     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114659     1100     3     22     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114660     1200     6     23     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114661     1300     5     24     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114662     1400     3     25     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114663     1500     5     26     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114664     1600     3     27     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114665     1700     1     28     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114666     1800     4     29     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114667     1900     1     30     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114668     2000     2     31     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114669     2100     1     32     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114670     2200     0     33     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114671     2300     1     34     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114672     2400     2     35     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114673     100     1     36     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114674     200     2     37     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114675     300     0     38     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114676     400     0     39     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114677     500     0     40     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114678     600     0     41     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114679     700     0     42     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114680     800     1     43     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114681     900     4     44     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114682     1000     0     45     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114683     1100     0     46     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114684     1200     4     47     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114685     1300     5     48     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114686     1400     4     49     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114687     1500     8     50     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114688     1600     3     51     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114689     1700     4     52     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114690     1800     4     53     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114691     1900     0     54     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114692     2000     0     55     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114693     2100     1     56     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114694     2200     1     57     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114695     2300     0     58     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114696     2400     0     59     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114697     100     3     60     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114698     200     0     61     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114699     300     1     62     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114700     400     1     63     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114701     500     1     64     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114702     600     0     65     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114703     700     0     66     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114704     800     2     67     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114705     900     2     68     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114706     1000     0     69     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114707     1100     0     70     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114708     1200     0     71     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114709     1300     1     72     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114710     1400     0     73     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114711     1500     0     74     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114712     1600     0     75     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114713     1700     1     76     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114714     1800     1     77     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114715     1900     3     78     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114716     2000     2     79     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114717     2100     0     80     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114718     2200     0     81     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114719     2300     1     82     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114720     2400     2     83     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114721     100     5     84     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114722     200     5     85     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114723     300     3     86     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114724     400     0     87     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114725     500     1     88     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114726     600     1     89     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114727     700     0     90     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114728     800     2     91     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114729     900     0     92     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114730     1000     0     93     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114731     1100     3     94     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114732     1200     1     95     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114733     1300     1     96     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114734     1400     0     97     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114735     1500     0     98     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114736     1600     2     99     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114737     1700     0     100     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114738     1800     2     101     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114739     1900     1     102     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114740     2000     3     103     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114741     2100     0     104     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114742     2200     1     105     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114743     2300     0     106     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114744     2400     0     107     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114745     100     0     108     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114746     200     2     109     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114747     300     0     110     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114748     400     0     111     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114749     500     1     112     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114750     600     2     113     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114751     700     0     114     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114752     800     0     115     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114753     900     0     116     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114754     1000     0     117     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114755     1100     0     118     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114756     1200     1     119     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114757     1300     1     120     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114758     1400     0     121     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114759     1500     0     122     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114760     1600     1     123     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114761     1700     1     124     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114762     1800     0     125     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114763     1900     0     126     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114764     2000     0     127     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114765     2100     0     128     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114766     2200     0     129     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114767     2300     0     130     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114768     2400     0     131     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114769     100     0     132     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114770     200     0     133     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114771     300     1     134     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114772     400     1     135     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114773     500     0     136     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114774     600     0     137     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114775     700     0     138     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114776     800     0     139     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114777     900     0     140     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114778     1000     0     141     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114779     1100     2     142     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114780     1200     0     143     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114781     1300     0     144     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114782     1400     1     145     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114783     1500     1     146     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114784     1600     1     147     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114785     1700     0     148     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114786     1800     0     149     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114787     1900     1     150     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114788     2000     2     151     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114789     2100     1     152     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114790     2200     0     153     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114791     2300     0     154     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114792     2400     0     155     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114793     100     0     156     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114794     200     0     157     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114795     300     0     158     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114796     400     0     159     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114797     500     0     160     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114798     600     0     161     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114799     700     0     162     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114800     800     1     163     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114801     900     1     164     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114802     1000     2     165     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114803     1100     2     166     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114804     1200     2     167     169     Y
    97809011     1     110308     Monday     111008     Monday     143302     114805     1300     3     168     169     YI have start and end date's. There is a reocrd for each hour of the day. In the above example the START DATE is a Monday and hence the first 24 records belong to Monday and the Next 24 belong to Tuesday............and the last 24 belong to the following MONDAY. I need help in creating a column where i can assign each record a day , for example in case of the above table the records from 25-48 should have TUESDAY and 49-72 as Wednesday............. Can any one please help me or advice me on this?
    Thanks

    In the above example the START DATE is a Monday and hence the first 24 records belong to Monday and the Next 24 belong to Tuesday............and the last 24 >belong to the following MONDAY. I need help in creating a column where i can assign each record a day , for example in case of the above table the records from > >25-48 should have TUESDAY and 49-72 as Wednesday............. Are you sure ?
    column END_INTV_TIME seems to contain hours (HH24 * 100) so the first eleven rows belong to Monday Nov, 10 th 2008
    column RN is almost certainly a row number
    column CNT value 169 is close to 24 (hours per day) * 7 (days i.e. (Nov, 10 th 2008) - (Nov, 3 rd 2008))
    but I might well be wrong
    Regards
    Etbin
    Edited by: Etbin on 25.1.2011 21:00
    NOT TESTED !
    select rn,
           start_date + sum(new_day) over (order by rn) the_day
      from (select to_number(rn) rn
                   to_date(start_date,'mmddrr') start_date,
                   case end_intv_time when '100' then 1 else 0 end new_day
              from your_table
           )

  • Cant connect to Itunes - advice urgently required please!

    Hello anyone that can help !
    I recently installed version 7.7 of Itunes and now I cannot connect to my I tunes store.
    It is saying that I am not connected to the internet even though I am actually connected.
    I have read on apple.com that it may be because I have installed this new version 7.7, i need simple advice on how to resolve this and it would be greatly appreciated. Thanks

    Are you running any of Symantec's (Norton) or McAfee's Internet security products or anything similar, or an antivirus/antispyware application? There have been reports that some such utilities treat an upgrade to iTunes as a new application and can block the application from running. So you have to go in and reset the utility to allow iTunes. The same thing can happen if you upgrade the security product (this has particularly been a problem with recent McAfee upgrades).
    Check the settings for your utility. If iTunes is still listed, remove and re-enable the exception for iTunes (consult your utility's documentation for the appropriate procedure). You may also need to check the built-in Windows firewall as well.
    Hope this helps.

  • Please please help Advice required- BT home phone ...

    Well hi everyone
    Newbie here, and am writing in the hope that someone may be able to help us. I'm now desperate and I came across this website purely by chance and I have to say I am so very glad, because this maybe my last place to turn to help.  In the text below I have tried to condense everything to explain what has happened over the past 2.5weeks.
    For 2 1/2 weeks now we have been having problem with our telephone line and broadband, bt so far have been very helpful, however we are being pushed pillar to post with no-one actually resolving the issue.
    The issue?  Very intermittent broadband, and if we do have it then we are lucky if we get 235kbps, phone line very crackly and if the broadband is not working, all I need to do is phone myself up and the broadband kicks in. !! 
    We have spoken to several people, and week 1 they recognised there was a line fault on the line and an engineer was called out, he explained that he had swapped our wires over at the pole. (not quite sure what he meant by that).  After that, the broadband starting to die and sometimes it would not work for 3 days at a time. BT arranged for a broadband engineer to turn up (engineer no:2). When he arrived the broadband was working, he tested the line, did everything else and said he could find nothing wrong, but that everything should be fine now.  1 hour after him leaving the Internet stopped working. Rang BT out came engineer no: 3.  this was when I explained to him that the broadband only seemed to work for an hour if we received a phone call. He admitted he had never heard of that before but since everything seemed to be working now (and yes the broadband started working 2 hours before the engineer turned up, with a connection speed of 1300kbps) he would change the filter over and hope that this resolved the problem. (we have a fixed faceplate filter).
    No this did not solve the problem, BT advised us that it might be the hub, and today we finally received a brand new BT homehub. (after being promised 1 homehub to be delivered last Weds, took a days leave - it never arrived, eventually it was established that the renewals team had forgotten to order us one :-)
    It is not the BT homehub.  - the phoneline is still awful and my hubby has just phoned me to say the internet connection has just died, except for when I phone him and then we will have connection for about 10mins to an hour.
    I have to say BT have been nothing but very helpful, however this is now getting to the point of no return, and  the hubby is starting to lose patience
    I do hope someone here can help us, or at least advise us on what can be done next.
    From someone who is absolutely desperate for any help
    With warmest regards
    Bells

    Good morning again all
    I am now tearing my hair out, this problem has been going on for 3 weeks now with no end in sight. The Line engineer rang us on Sunday, I explained to him the problem, and he wanted to check to see if it was a line fault. We went through several procedures of unplugging the sky equipment, unplugging the broadband etc, and he then tested the line and confirmed that none of our equipment was faulty and that it definitely was a broadband problem. He also confirmed that he could also hear the "fax machine" noise in the background.  He asked about whether the filter had been changed and I confirmed that we have a fixed filter, and the last time the engineer was here he changed the filter.
    He put me though back to the Broadband department, and I then discovered we had to start to explain the issues we were having all over again. Every  person I have spoken to has asked, have we changed the filter (YES) do we have another hub to plug in (YES), have you tried a different phone (YES), ....This is getting absolutely ludicrous.
    Yesterday at 11am I had a phonecall at work to tell me the line appeared to be fixed as we had had connection for the last 11 hours.  My husband rang me to say at 11:30 the broadband had gone off and was again flashing amber, and the phone line was still crackly with the fax machine noise still in the background.
    I again rang BT helpdesk and explained the problem was not fixed, they then confirmed that the engineers were working on the problem as they could see there was a drop in connection.
    At 7pm last night we had a phonecall to ask whether the broadband was working, I explained no it wasn't. They asked whether we had changed the filter etc, at this point I politely refused to speak to them, and asked that they look at the case notes before asking any further questions. They said they would get back to me.
    At 8PM last night we had another phonecall to ask whether it was working, I again explained that one of their colleagues had rang an hour ago to ask the same question, they then asked had we done all the normal checks, and I again explained that they look at the case notes before discussing anything further. He put me on hold, and read back to me the issues, I was grateful at this point that I had not had to explain myself for the 16th time. He explained he would arrange a call back tomorrow morning as he can see that engineers are supposed to be working on the line that night. (I have heard this several times before)
    As you can understand I am getting highly frustrated as all I seem to be doing is going around in circles with nothing getting resolved. 
    Any help would again be appreciated.
    Kindest regards
    Bells

Maybe you are looking for

  • My iMac suddenly became very slow

    Hi everybody, I have seen some previous posts about more or less the same subject, nevertheless I ask for help because I am not sure I can try to apply some suggestions to my case. Well, I own a late 2007 20" Intel iMac (Intel Core 2 Duo), with 4Gb R

  • Users prompted to log in to view public pages

    I have a page in my app called "publicHome.jspx". It has a pageDef file for it. In the Application | Secure | Resource Grants, I've granted View access to that page to the "anonymous-role" role. This should mean that anyone can view the page without

  • HT5395 How do I go to the next item in the search field?

    I'm trying to locate a message on my mac from the messages app and when I search for a message it shows me one message that matches but I know there are multiple messages, I'm just wondering how to scroll through them.

  • Discount on multiple product?

    Is there a discount on multiple products purchased or is it possible for several sites to be able to share via cloud? www.hire4lower.co.uk Message was edited by: www.hire4lower.co.uk

  • Seems my 4S will only accept a certain number of Favorite phone numbers.. How to add more????

    Is there a fix for the seemingly fixed number of phone number favorites in my 4s??  I can add a favorite only if I delete an existing favorite.. Thanks, Bruce 233