I need help... I know it's gonna be easy for you guys!!!

Hello,
I'm from Chile....
I have a table, and a i need to count the fields(columns) of that table... ¿how can i do it with a query or procedure in PL/SQL?
I'll appreciate if you help me
Thanks!!

If the table exists in your own schema then:
select count(*)
from   user_tab_columns
where  table_name = <tablename>
If table is owned by some other user then:
select count(*)
from   all_tab_columns
where  owner = <owner>
and    table_name = <tablename>
;

Similar Messages

  • HT3702 i need help paying something in the app store. Do you guys know how to do it??

    Right this is how it goes. I spoke to someone online who helped me a few days ago but i have forgot how to go about doing it But the thing is i need to pay some money to them. How do i go about doing that?? Pleas could you guys help me?

    Are you asking how to set up an iTunes account?
    If so, here is a support article with all the scoop:
    http://support.apple.com/kb/HT2731
    Cheers,
    GB

  • Needs help to know the different versions of forms with their compatibility

    Needs help to know the different versions of forms with their compatibility with different databases and operating systems.
    Kindly give the details or any suitable link for the same.
    please consider it as on urgent basis.
    regards,
    rajesh

    Rajesh,
    the certification matrix is available on metalink.oracle.com. You need a support contract to access this information.
    Frank

  • Need help to know how to take my music off my laptop and put it on a extern

    need help to know how to take my music off my laptop and put it on a external drive and let itunes see it.

    You might find these articles useful:
    iLounge - Managing your iTunes Library on an External Hard Drive
    iTunes for Mac - Moving your iTunes Music Folder
    iTunes for Windows - Moving your iTunes Music Folder

  • I need help to decide which macbook pro is best for photo editing, editing movies and doing all the rest too like excel, word etc. 13"

    I need help to decide which macbook pro is best for photo editing, editing movies and doing all the rest too like  microsoft office products ...excel, word etc.  I am new to the apple world and have liked the idea of the MAC Book Pro 13" but really dont know if this is good enough or if the computer will soon crash?
    13-inch: 2.6GHz
    with Retina display
    Specifications
    2.6GHz dual-core Intel Core i5
    Turbo Boost up to 3.1GHz
    8GB 1600MHz memory
    512GB PCIe-based flash storage1
    Intel Iris Graphics
    Built-in battery (9 hours)2

    That's a fine machine and, with 8GB of RAM and 512GB flash storage should serve you well for light video/photo editing as well as for 'normal' usage. And it should last you for years to come.
    Good luck in making your decision!!
    Clinton

  • Need help getting new printer hp deskjet 3520 setup for eprint and wireless

    need help getting new printer hp deskjet 23520 stup for eprint and wireless

    Hi Pastorlee7,
    I see that you're having problems setting up your printer.  I would take a look at the document below.
    Hp deskjet 3520
    Let me know how it goes.  

  • I need help my iphone 5c has been on charge for 5 hours and still has not turned on past the charging symbol, what can i do? (baring in mind i got this phone 2 days ago brand new.)

    i need help my iphone 5c has been on charge for 5 hours and still has not turned on past the charging symbol, what can i do? (baring in mind i got this phone 2 days ago brand new.)

    Do you see a lightning bolt near the battery , Battery is charging (supposedly(  IF  not return to where  you purchased it  (also make sure that the charger is on)  if still not charging with lighting bolt bring it back

  • Need help FLASH not launching and not uninstalling "licensing for this product has stopped working".

    Need help FLASH not launching and not uninstalling "licensing for this product has stopped working" and " you can only install one adobe product at a time please complete the other installation"  Flash was working absolutely fine before, I have no idea why this happened.

    I am having similar problem.  Can't open any of CS3 programs after trying to download Dreamweaver Trial, which wouldn't work because "couldn't remove DLM extention" error message.  So now I can not run Illustrator, Photoshop, or even Adobe Reader.  These are properly licensed for about a year. I get "License for product has stopped working".  Have 2 pending cases open with Adobe support (one for Dreamweaver trial, one for license problem) since 8/3 with NO ANSWERS - It says answers within 1-3 business days.  Was on phone support hold today for over 3 hours before line went dead with no help.  What is up with adobe support?  Can anyone help?

  • Hey guys need help regarding iTunes U. My school is moving for iOS and Mac in the classroom and I have been appointed Junior Administrator for the schools technical department and integrating these devices into the classroom.

    Hey guys need help regarding iTunes U. My school is moving for iOS and Mac in the classroom and I have been appointed Junior Administrator for the schools technical department and integrating these devices into the classroom.
    I have an appointment with a director on Tuesday. I want to demo iTunes U. Problem is I have never used it before and have no idea how to set it up and even if I should sign up.
    Please help any ideas regarding iTunes U and how I should direct the meeting tomorrow.
    Please please post here.
    Thanks
    Tiaan

    Greetings fcit@!A,
    After reviewing your post, it sounds like you are not able to select none as your payment type. I would recommend that you read this article, it may be able to help the issue.
    Why can’t I select None when I edit my Apple ID payment information? - Apple Support
    Thanks for using Apple Support Communities.
    Take care,
    Mario

  • Need help activating Advanced Calling 1.0 on Verizon for iphone 6 business account

    I need help activating Advanced Calling 1.0 on Verizon for iphone 6 business account. I was on the phone with Verizon for over an hour and they can't figure out why it's not working. I'm trying to activate the Voice & Data and all I get is a spinning circle but it never actually works. Anyone have any ideas?

    I just pulled this from the Verizon page. Not sure if it applies to you or not, but it could explain part of your problem since you identify this as a business account.
    Q: Who is eligible for Advanced Calling 1.0?
    A: Any Verizon customer with a compatible phone and a postpaid calling plan is eligible. Please note that the following features are currently incompatible with Advanced Calling 1.0: Ringback Tones and Caller Name ID.  Additional incompatible features apply for Business and Government customers.

  • Getting started with C# need help to know what I need to learn

    Good evening everybody, first time posting in this forum, so be gentle with my lack of knowledge about C#.
    A bit about me first, I'm a electronics student, with a strong C/C++ knowledge but geared toward micro-controllers(namely AVR's, PSoC and ARM Cortex-M3), now I want to make some nice GUI's for some electronic widgets and my main OS is Windows and
    C# seems to fit the bill for what I need to do, that is basic GUI's, serial com's and some graphing features do display simples x/y graphs.
    So, I'm in the process of designing a two stroke ignition system and I want to make a easy to use interface to re-program and visualize the ignition curve and some other parameters, so a simples program I think.
    My main idea/design is more or like the program made by the Ignitech company, I will post some example images so I can explain my self better. 
    The first picture shows the principal window for me, its a simple graph that is driven by the two tables that are over th graph, I would prefer to have a dynamic table(for example show only 8 positions or 10 ou 12, driven by another input box), and then
    the graph, and a couple tabs, in part so I can configure multi-curve ignitions, and to have a couple different "main" tabs, main configuration, the advance designer tab and a monitor tab(shown in the second picture).
    What I'm seeking is what functions/methods should I study and use to achieve this?
    I think I should say that I'm not copying anything from Ignitech, much less trying to make a "pirate" version of their software(its a free direct download from their site), its just a personal project.
    Best regards and thanks in advance.
    EDIT: For now I cannot post pictures(and links I assume), hope you guys and girls can get the mental image.

    Hi
    Keeepcool,
    I am sorry to tell you that this forum is only covering the C# programming language, IDE, libraries, samples, and tools. Since your issue is not clear to us. I will move your thread to "off-topic " forum. If you have any others issues about C#,
    Please feel free to post in this forum. Thanks for your understading.
    Best Wishes!
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Need help with saving data and keeping table history for one BP

    Hi all
    I need help with this one ,
    Scenario:
    When adding a new vendor on the system the vendor is suppose to have a tax clearance certificate and it has an expiry date, so after the certificate has expired a new one is submitted by the vendor.
    So i need to know how to have SBO fullfil this requirement ?
    Hope it's clear .
    Thanks
    Bongani

    Hi
    I don't have a problem with the query that I know I've got to write , the problem is saving the tax clearance certificate and along side it , its the expiry date.
    I'm using South African localization.
    Thanks

  • Need Help in Customization of OTL Time Keeper Layout for Projects.

    Hi All,
    Need help in customization of OTL Time Keeper.
    Requirement:
    Required to change the Project Layout Template as Payroll Layout Template.
    In Payroll Layout Template the days consits of start and end time and total time per day.
    Similary need to reproduce the same content Layout as it is in Payroll.
    Can Anybody suggest the procedure to achive this task
    Thanks and Regards,
    Chaitanya.

    Hi,
    Can someone please Help me on this ...
    Regards,
    Tarun

  • NEWBIE NEEDS HELP - NOT SURE IF THIS IS THE PLACE FOR THIS BUT

    Does anyone know where I can get an application that creates downloadable files like zip files - preferably that can be used for Mac or PC? I know WinZip or something does it but is there one for Mac?
    Contact me at [email protected] if you can help. Thanks

    Here is a link that will take you to Allume Systems. Check out "Stuffit Deluxe", a highly flexible application that will let you compress and expand many formats for both Mac and PC platforms.
    One note of caution: I and others have had problems with using the "background" apps that come with the package. Both compressing and expanding have always been flawless for me. I consider Stuffit a must have on my machines and have had had it since the late 1980's.
    http://www.allume.com/mac/index.html
    Hope this helps.
    -Joe

  • Need help regarding the location of Exchange 2013 Logs for parsing

    Hi, I am trying to create reports based on the logs that are created on my exchange server. I am using
    exchange 2013. My problem is that I cannot handle every log, and instead want specific types of logs.
    I need help finding the specific locations of the following types of logs (If they even exist), so that I can parse them and use them effectively:
    Audit Logs (Mailbox logons, Mailbox permission changes, Mailbox property changes,
    Exchange store changes)
    Mail Report Logs (Mailbox size and growth, Mailbox storage growth, Enabled users, Expired and Soon-to-Expire Mailboxes)
    Exchange Traffic Reports (Details on size and amount of messages sent and recieved, Internet traffic [to and from], Traffic between exchange users)
    I understand this might sound like a huge undertaking, but any help that can be provided would be appreciated.
    Again, I need information on the locations of these types of logs on the exchange server, so that I can parse them. Collecting them all and searching through them is not practical for my available resources.
    Thanks,
    Matt

    Audit Logs (Mailbox logons, Mailbox permission
    changes, Mailbox property changes, Exchange
    store changes) ---- these are two type of logs, 1. mailbox audit logs and that is stored in each mailbox under dumpster
    http://technet.microsoft.com/en-us/library/ff461930(v=exchg.150).aspx however you need to
    enable
    it for individual mailboxes... 2. admin audit log, this is stored into a system mailbox dumpster.... http://technet.microsoft.com/en-us/library/dd335052(v=exchg.141).aspx
    Mail Report Logs (Mailbox size and growth, Mailbox
    storage growth, Enabled users, Expired and Soon-to-Expire Mailboxes) ---- there isn't any specific log for this, you would need to create some time of script to collect this every day for you and store it somewhere... This is a good start... http://www.stevieg.org/2011/06/exchange-environment-report/
    Exchange Traffic Reports (Details on size and
    amount of messages sent and recieved, Internet traffic [to and from], Traffic between exchange users) ----- This you can get from message tracking log... http://technet.microsoft.com/en-us/library/bb124375(v=exchg.150).aspx

Maybe you are looking for

  • How do I connect my Mac Book Pro to a Mitsubishi DLP projector?

    How do I connect my MacBook Pro to a Mitubishi DLP Projector?

  • How to give url to an tree element?

    I have created a 2 views         The first view contains a Tree Control like: MainMenu 1                       - submenu 1                       - submenu 2 MainMenu 2                       - submenu 1                       - submenu 2 MainMenu 3    

  • Newbie: JSP Setup (WBL6) ? _ TIA

    Hello, I am trying to test a simple JSP page i created ( JSP code =           "<%= "Hello" %>", but i am getting an error page (Error Message           described below)           I probably didn't set up correctly but I couldn't find anything on the

  • Does N810 support Bluetooth SAP(SIM Access Profile...

    Does N810 indeed support Bluetooth SAP? If so, N810 must have its own GSM modem, does N810 have modem?

  • Help for a Conky weather script

    Hi, I was trying to write a Conky script to display weather forecast for the current day in my Conky, using <tempmin>, <tempmax> and <descr> on this page http://www.tv5.org/TV5Site/widget/meteo - lle_id=474. I'm a complete newbie to bash/perl/whateve