Database Development Perspective

Hi all,
I'm following the following tutorial: https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00bddb57-456c-2b10-cc8d-b6980d75299b
It mentions a "Database Development Perspective" several times, where it seems I should be able to check the "Data Source Explorer" to see the default schema of the database created, and set a dictionary as a datasource.
Well, I'm ubale to find such perspective.
Probably it doesn't appear because of my developer studio version (I'm using 7.0.16). Is there someway I can get this perspective to show up? Maybe I need to download some kind of plugin? Or is there some other way to do what I intend to using the 7.0.16 available perspectives?
Thanks and regards!
Edited by: Alain More on Feb 17, 2009 6:23 PM

Hi,
1. Select the view on Window -> Open Perspective -> Other -> Database Development
or
2. Window -> Show View -> Other -> Connectivity -> Data Source Explorer
If you get an error using Maxdb like:
Unable to locate zip/jar in file system as specified by the driver definition <..sapdb_installation..>
\programs\runtime\jar\sapdbc.jar
3. Point to "sapdbc.jar" file. Use Windows search to find it and create the JDBC connection.
I hope this helps.

Similar Messages

  • Database Development perspective not in list

    Hi
    I know I'm probably being thick but I can't seem to find the Database Development option in my perspective list any longer.
    When I download a fresh copy of ganymede from oracle (with the oepe stuff bundled) and load it up the perspective is
    still not in the list. Can anyone point me in the right direction?
    Thanks

    I've just downloaded OEPE 11g (Windows all in one zip file) at http://www.oracle.com/technology/software/products/oepe/oepe_11g.html. After I unzip it, I was able to go to Database Development perspective.
    Did you use OEPE 11g update site and only installed OEPE plugins into your existing workspace? That should still work and you should be able to go to Database Development perspective as long as you are running Eclipse Ganymede (3.4) .
    Database Development perspective is part of DTP. Go to Software updates and check your installed software. If you don't see various Data Tool Platform plugins, that might be your problem. You can use Ganymede update site to install Data Tool Platform plugins. Alternatively, if you install OEPE plugins using OEPE update site, it'll automatically install required Data Tool Platform plugins.
    Shenxue

  • FOD schema installation with tutorial Database Development with JDeveloper

    I followed the instruction online at http://www.oracle.com/technetwork/developer-tools/jdev/index-095536.html to install FOD schema. Errors displayed when call "run ant target -> buildall" were below:
    populateImages:
    [java] 2010-9-26 14:56:01 oracle.as.jmx.framework.LoggerHelper log
    [java] SEVERE: Error initializing the JMX FRamework SPI "oracle.as.jmx.framework.standardmbeans.spi.JMXFrameworkProviderImpl"
    [java] java.lang.reflect.InvocationTargetException
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [java]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [java]      at java.lang.reflect.Method.invoke(Method.java:597)
    [java]      at oracle.as.jmx.framework.PortableMBeanFactory.initializeSPI(PortableMBeanFactory.java:1895)
    [java]      at oracle.as.jmx.framework.PortableMBeanFactory.initializePlatformSPI(PortableMBeanFactory.java:1851)
    [java]      at oracle.as.jmx.framework.PortableMBeanFactory.init(PortableMBeanFactory.java:1831)
    [java]      at oracle.as.jmx.framework.PortableMBeanFactory.<init>(PortableMBeanFactory.java:207)
    [java]      at oracle.as.jmx.framework.PortableMBeanFactory.<init>(PortableMBeanFactory.java:215)
    [java]      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    [java]      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    [java]      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    [java]      at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    [java]      at java.lang.Class.newInstance0(Class.java:355)
    [java]      at java.lang.Class.newInstance(Class.java:308)
    [java]      at oracle.mds.core.MDSInstance.lookupMBeanServer(MDSInstance.java:2061)
    [java]      at oracle.mds.core.MDSInstance.checkMDSDeployStatus(MDSInstance.java:950)
    [java]      at oracle.mds.core.MDSInstance.<init>(MDSInstance.java:1692)
    [java]      at oracle.mds.core.MDSInstance.<init>(MDSInstance.java:1666)
    [java]      at oracle.mds.core.MDSInstance.findAndStoreMDSInstance(MDSInstance.java:1962)
    [java]      at oracle.mds.core.MDSInstance.getOrCreateInstance(MDSInstance.java:507)
    [java]      at oracle.mds.core.MDSInstance.getOrCreateInstance(MDSInstance.java:470)
    [java]      at oracle.adf.share.config.ADFMDSConfig.getDefaultMDSInstance(ADFMDSConfig.java:436)
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [java]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    But still got message - "BUILD SUCCESSFUL" at the end. Does anyone know how to solve this problem?
    My intention of performing FOD schema installation was to follow the tutorial "Database Development with JDeveloper" at http://st-curriculum.oracle.com/obe/jdev/obe11jdev/ps1/databasedevelopment/obe_%20databasedevmt.htm. But I stopped at the last topic "Creating and Debugging PL/SQL Objects in the Database" ->"Running a SQL Script to Create an Object Type" when trying to create a object using script on the page.
    This is the script:
    ------------------------------------------------start
    REM
    REM Create object ORDER_ITEMS_REC
    REM
    CREATE or REPLACE type ORDER_ITEMS_REC as object
    ORDER_ID NUMBER(15),
    LINE_ITEM_ID NUMBER(3),
    PRODUCT_ID NUMBER(15),
    QUANTITY NUMBER(6),
    UNIT_PRICE NUMBER(8,2),
    CREATED_BY VARCHAR2(60),
    CREATION_DATE DATE,
    LAST_UPDATED_BY VARCHAR2(60),
    LAST_UPDATE_DATE DATE,
    OBJECT_VERSION_ID NUMBER(15)
    show errors;
    --------------------------------------------------end
    and the error message I got was
    ------------------------------------------------start
    Error report:
    ORA-01031: insufficient privileges
    01031. 00000 - "insufficient privileges"
    ------------------------------------------------end
    I was wandering whether the error of FOD installation could cause the error of the tutorial?
    Any response will be appreciated.

    1. you dont have to insall Oracle database at the BO machine side, you just need any database to hold the BO repository.
    2. you cant connect directly using BO, only Crystal reports can connect directly to R3 database, you need to have a BW in between.
    extract your data into the BW, and let BO connect to BW using the BO integration kit for SAP solutions.
    3. no you dont have to have 3 different machines, using one BO machine you connect to them all, but you may need build a  BO environment, (Development, Production servers)
    good luck

  • Database development with jdeveloper

    Hi
    Thank you for reading my post
    is it possible to use Jdeveloper to develop Mysql databases ?
    how i use its diagram <> database capabilities to forward a diagram to a mysql database ?
    thanks

    Hi,
    For information on how connect MySQl to JDev, look in the Help for 'Working with Non-Oracle Databases' under 'Using Application Development Tools | Database Tools'.
    And for Modeling Database Development with JDeveloper, you can find this tutorial useful :
    http://www.oracle.com/technology/obe/obe1013jdev/dbdevelopment/obe_%20dbasedevmt.htm
    Regards,
    Sunil..

  • Is there a web-only database development environment?

    I have a database solution to create that only needs to be accessible via web browsers. I do not have an existing database, so it is not a matter of connecting an existing database to the web.
    Is there a web-only database development environment that would allow me to create the entire database without some non-web database environment like Oracle, Access, 4D, FileMaker etc.
    I guess what I want is a web-native database, I don't want to construct it in some environment that has to be "interpreted" in order for it to be presented to a web browser.

    Databases are databases. I'm not aware of any products that are specialized for web-only access. And I can't see such a product succeeding, since the existing products are already accessible via web programming.
    I don't know what the remarks about "interpreted" mean so I can't help you there.

  • Need some tips for Database Developer Role.

    Dear All,
    Next week, I'm going to face an Interview for Database Developer role.
    For this, I need some more & useful information on these recommended points.
    1. Involve in a designing part of Data warehouse from
    scratch 
    2. Create complex analytic queries on large data sets.
    3. Analyse trends in key metrics.
    4. Monitoring and optimizing the performance of the database.
    Please help get the vital information on these points.
    All help will be highly appreciated.
    Thanks,

    1. Involve in a designing part of Data warehouse from
    scratch
    Design Database...
    This needs lot of information about business and its fonctionnalités, and so many.. Tables,  relationships etc...
    http://technet.microsoft.com/en-us/library/ms187099%28v=sql.105%29.aspx
    Code Design...
    SP's, Funcitions, Views, Sub queries, Joins, Triggers etc...
    DW Design
    DB size and number of reports and historical data details, reduce the normalization and etc....
    http://technet.microsoft.com/en-us/library/aa902672%28v=sql.80%29.aspx
    2. Create complex analytic queries on large data sets.
    Its all based on your current database design, size, required output, data, performance etc..
    4. Monitoring and optimizing the performance of the database.
    Perfmon, Activity monitor, spotlight, custom queries, DMV's sp_whoisactive, execution plans, and many other thirdparty tools.. and may be best experience will give best view and clarity :)
    Note : This is very big topic and its not easy to answer in few words or lines... :) goole it for more details...
    Raju Rasagounder Sr MSSQL DBA

  • Database development practise advise

    Hi friends,
    I am a fresher in the Development field..coming straight from college and certified in Oracle SQL so far, currently working on Pl/sql certification. I want to practise Quality industry Database Development as well as getting the experience that is required. Please help me with advise on what I should use as sample cases to work on or any other advise you can have. I have oracle 11G software installed on my machine.
    What is the way forward?
    Regards
    Tdewa

    I think besides the options told by Srini an Andy, reading the below book at this stage especially would be very helpful because it would be very tough to unlearn the wrong habits once you would come into the field.
    http://www.amazon.com/Effective-Oracle-Design-Osborne-ORACLE/dp/0072230657/ref=sr_1_1?ie=UTF8&qid=1328500593&sr=8-1
    HTH
    Aman....

  • Database Development IDE's and Tools?

    What do folks using Mac / OS use for Database development. I'm new to the mac after many years using PC's with SQL server and Visual Basic and such. I'd like to do some SQL and MSTransact like SQL and have a RAD tool or something that would allow me to develop tables and queries, views, etc,. I don't really like MySQL, but thought about it, but have never seen a Desktop Tool for it? I don't want a web or cloud tool, nothing against those, but prefer my old ways. :-)
    Thanks so much in advance.
    Tim

    The native data management approach can involve using the provided object graph data persistence tool (which is slightly different than a database) known as Core Data (Apple Core Data docs) — this'll be very different than what you're accustomed to. 
    For GUIs when you aren't rolling your own SQL code, there's Sequel Pro, Navicat and alternatives. 
    MariaDB and MySQL should be compatible, and there are kits for MySQL around for OS X.  OS X Server includes PostgreSQL, but AFAIK that database is not particularly exposed by Apple.
    Python, Perl, php, Ruby and related scripting languages all have database APIs, with varying degrees of portability.  (These languages are among the closest analogs to Visual BASIC on OS X.)
    If you're writing a client for a web service or ODBC/JDBC, or maybe (as I'm investigating) OwnCloud. 
    Xcode doesn't include generic database development mechanisms; NoSQL or SQL options, nor capabilities other than for Core Data.
    FWIW, these sorts of programming question would be more common over in the Apple developer forums, too; more developers over there than around here. 
    You also now have some good web search terms, too.

  • List of latest features / topics to learn/cover from SharePoint 2013 developer perspective

    Hi,
    Looking out of a list of latest features / topics to learn/cover on SharePoint 2013 from developer perspective and for which are all things on SharePoint more job openings are there (latest).
    Kindly provide the same.
    Regards,
    developementsharepoint

    Hi,
    In addition to what is stated by Zhengyu Guo and Oliver, I think you will need to study some stuff for development
    1- Apps Model: provider hosted and Sharepoint hosted
    2- Developing Farm Solutions
    3-SharePoint designer workflow
    4- Branding
    some links
    http://www.microsoftvirtualacademy.com/training-courses/developing-microsoft-sharepoint-server-2013-core-solutions-jump-start
    http://msdn.microsoft.com/en-us/library/office/jj163230(v=office.15).aspx
    http://www.codeproject.com/Articles/690015/SharePoint-Online-App-Development-Part
    http://blogs.msdn.com/b/uksharepoint/archive/2013/03/25/sharepoint-2013-development-apps-versus-solutions.aspx
    http://www.microsoftvirtualacademy.com/training-courses/developing-sharepoint-server-advanced-solutions-jump-start
    http://www.shillier.com/archive/2013/04/24/my-msdn-sample-apps.aspx
    http://msdn.microsoft.com/en-us/library/office/jj163902(v=office.15).aspx
    http://brandingsp2013.codeplex.com/
    http://msdn.microsoft.com/en-us/library/office/jj554671(v=office.15).aspx
    Kind Regards, John Naguib Technical Consultant/Architect MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation. Please remember to mark the reply as answer if it helps.

  • APEX supports the TimesTen Database development?

    Hi all,
    Oracle Application Express supports the TimesTen In-Memory Database development?
    Thanks,
    Jett

    Hi Jett,
    you probably wanted to post this question in {forum:id=137} or even {forum:id=244}, right?
    Anyway, I don't think APEX supports TimesTen, as TimesTen doesn't have all required features and is (hence) not listed in the supported database versions of the [url http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21673/pre_require.htm#i1009513]Installation Guide.
    -Udo
    Edited by: Udo on 15.12.2011 15:39

  • Web Database Development

    I have been trying to Work from the book Web database
    Development (Step by Step) .net Edition 2003
    I have followed the code to the letter. However, I am having
    a problem. I choose to use dreamweaver instead of Microsoft visual
    studio 2003, which is installed on my machine.
    I have been getting this error messege.
    ===================================error
    Message=========================================
    Server Error in '/' Application.
    Compilation Error
    Description: An error occurred during the compilation of a
    resource required to service this request. Please review the
    following specific error details and modify your source code
    appropriately.
    Compiler Error Message: BC30002: Type 'OleDbConnection' is
    not defined.
    Source Error:
    Line 6: <script runat="server">
    Line 7: Sub Page_Load(sender As Object, e As EventArgs)
    Line 8: Dim conClsf As OleDbConnection
    Line 9: Dim cmbMbrs As OleDbCommand
    Line 10: Dim rdrMbrs As OleDataReader
    Source File: C:\Inetpub\wwwroot\asp testing\members.aspx
    Line: 8
    =========================================error
    message========================================
    =========================================here is my
    code============================================
    <%@ Page Language="vb" Debug="true" %>
    <%@ Import Namespace="System.Data" %>
    <%@ Import Namespace="System.Data.OleDb%>
    <html>
    <head>
    <script runat="server">
    Sub Page_Load(sender As Object, e As EventArgs)
    Dim conClsf As OleDbConnection
    Dim cmbMbrs As OleDbCommand
    Dim rdrMbrs As OleDataReader
    conClsf = New
    OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;" & "Data
    Source=" & server.mappath("classified.mdb") & ";")
    conClsf.Open
    cmdMbrs = New OleDbCommand("select * from members order by
    memberid", conClsf)
    rdrMbrs =cmdMbrs.ExecuteReader
    gridMbrs.DataSource = rdrMbrs
    gridMbrs.DataBind
    rdrMbrs.Close
    cmdMbrs.Dispose
    conClsf.Close
    End Sub
    </script>
    <title>Classified Ad Members</title>
    </head>
    <body>
    <h1>Classifid Ad Members</h1>
    <asp:DataGrid ID="gridMbrs" runat="server" />
    </asp:DataGrid>
    </body>
    </html>
    ==============================================end my
    code==========================================
    Any help in correcting this matter would be greatly
    appreciated

    First off, Dreamweaver even CS3, sucks at ASPNET, which is
    the technology this is using.
    I think Visual Studio 2003 is using ASPNET 1.1, The current
    version of this technology is ASPNET 2.0, which is easier to use
    What you can do is download free of charge Microsoft Visual
    Web Developer from Microsoft, you'll need a few things - .NET
    framework 2.0 and MS SQL Server 2005 Express to make everything
    work better.
    I think you'll see this as a better alerternative to
    Dreamweaver and all of this is free from Microsoft.
    If this were anyother technology, even traditional ASP, I
    would say stick with Dreamweaver, but not with ASPNET
    MS have also released something called Expression Web which
    is great at ASPNET for putting front-ends on apps developed using
    ASPNET

  • SQL Anywhere Database Developer Certification

    Hello All,
    I am using sql anywhere since last 3 years and now, I am planning to go for SQL anywhere database developer certificate.
    Please suggest me any exam course which is suitable for the same.
    Thanks,

    Hi Anal,
    You can search for existing SAP certification exams in the link below
    SAP Certifications | Training &amp; Education | SAP | SAP
    However, I have not found a SQL Anywhere certification course/exam.
    Mirco

  • Still can't download Developer Day Hands-On Lab Manual Database Development

    I am trying to download the hands-on lab manual for Database Development and XML. I have tried right-click save and receive an error stating the file(s) cannot be read. Where can I retrieve these files?
    Database_Development_Volume_all.pdf
    xmldb_HOLs_2009_Part1_manual_April_2010.pdf

    Hey Rahul,
    The iTunes app is asking / telling something before the download hangs?
    What you can do to check if it's a server, ISP or iTunes problem, is to make a direct download from Redmond Pie or OSXDaily just iOS not the firmware (unless you don't want to go back to a previous iOS version). Then do a manual update through iTunes, option + click Restore, choose the IPSW file and done.
    Hope this helps.

  • Oracle Database : "Developer" or "DBA"..??

    Hi..
    I'm from India & new to the Oracle Databases (currently a final year student, engineering).
    I want to know from the "Gurus" (Just a noble gesture, not the terminology thats used here) here, which stream/track should I opt for in terms of getting "Oracle certified" in Databases with a motive of increasing my credentials as a Fresher, i.e., getting better job roles & pay (short term as well a long term perspectives in mind). (Developer or DBA side)
    The reason I'm asking this (a probably stupid question, for some) is because someone in my college (whom I presume to be knowing at least more than me about this) told me that as a Fresher, Developer track is better as a DBA's role can't be granted to someone who's new (whether certified or not). But my interest is more towards being a DBA*.
    So, please guide me which track to go for --> Forms/(PL/SQL) Developer, 10g/11g DBA, or Both (in sequence please..)_
    (I may sound stupid to some, but please try and keep up with me; I'm just a noob & this is my 1st post here.)
    Thanks (*In Advance)..
    Edited by: shreyas444 on Sep 22, 2010 9:21 AM
    Edited by: shreyas444 on Sep 22, 2010 9:22 AM

    Srini is right for the long term, your acquaintance is right for the short term. In general, there are way more developer jobs, and the experience will help you if you see that dba is what you think it is in the real world. Since there is usually 10x more development than dba work needed, pure dba work tends to be limited to larger shops. Smaller shops don't appreciate dba at all, but having the skill in addition to being a developer makes you valuable.
    But always keep your eyes open for special situations.

  • Want to be a Database Developer using JAVA

    Hi Friends,
    First of all i would like to introduce my programming background shortly.
    I have been working on oracle using their development tools like developer 6i and oracle APEX since last 10 years. I have developed several database applications for different organizations such as Financials, inventory, Sales, Payroll etc.
    Therefore, I am very desperate to learn JAVA and want to develop database application on it whereas i dont have any language experience. May be it is difficult for me.
    Can you please tell me how can i create database application like form designing, inserting data in oracle database, triggers handling, report designing etc.??
    any helpful website?
    where should i start?
    Please help. i will be thankful.
    Regards,
    Kamran

    Hello friend. Excuse my rather withdrawn answers, but you are getting the same answers as so many people before you have gotten. Take them as an eye opener (or I prefer: brain-widener), do not take offense please.
    Kam_oracle_apex wrote:
    Can you please tell me how can i create database application like form designing, Web applications tend to be used for this purpose, much like you were using Apex previously.
    inserting data in oracle databaseYou write code to do it. You can use a low level API like JDBC to execute plain queries, or you can use a higher level ORM framework to work from the perspective of a hierarchical object model in stead of flat tables
    triggers handlingDatabases handle triggers, not applications
    report designing etc.??You use the right tool for the job, of which there are many
    any helpful website?Google
    where should i start?A book about Java! Amazon user reviews are an excellent guide to know which ones are good and might fit you personally.
    Your very, very first step is to make a 100% switch in the way you think though. You are NOT going to be creating "database applications". You are going to be creating applications which utilize databases. The application's business logic is the lead, not the database. If you cannot make that change in the way you think, you are going to fail into adopting software engineering through a development platform such as Java.

Maybe you are looking for